This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Nov 22, 2021
- Nov 11, 2021
- Nov 08, 2021
-
-
rhenck authored
It needs row and column to work. (It is using flex in the background.)
-
rhenck authored
Use 'horizontal' and 'vertical'. Which are better terms and also align with other element's values.
-
rhenck authored
Also improve conditional border style. The additional dragPreview is needed so the dragged item does not have the border.
-
rhenck authored
-
rhenck authored
This element has a list of string as editable options. Those strings form draggable elements which may be reordered or moved between different DropList elements. Also refactor option change logic to allow any property not just the text property.
-
rhenck authored
-
rhenck authored
-
rhenck authored
Now correctly shows a dropdown instead of a text area.
-
rhenck authored
When selecting the preset value, sometimes the string is empty and it is not possible to differentiate the options. Therefore an index is added making it possible to reliably select a value.
-
- Nov 03, 2021
-
-
rhenck authored
This function will be implemented differently.
-
- Nov 02, 2021
- Nov 01, 2021
-
-
rhenck authored
This is necessary to reset elements like radio button group. We use null for that instead of undefined. The check was in place before to make sure input fields only accept valid values (no text in a number field for example). Angular thinks a null value is valid so we have to do this extra check. This is now done directly in the template before calling the updateModel method.
-
- Oct 29, 2021
-
-
rhenck authored
-
rhenck authored
Put the buttons to the right side instead of in the middle somewhere.
-
rhenck authored
This makes it so that other options appear with strikethrough when one is selected.
-
rhenck authored
This allows for further marking options on the text, which may be used for different purposes.
-
rhenck authored
-
rhenck authored
For elements which don't have this functionality the workaround is to use pointer events and make the elements unclickable.
-
- Oct 28, 2021
- Oct 25, 2021
- Oct 22, 2021
- Oct 18, 2021
-
-
rhenck authored
The main components are right at top level and the directories below mimic the data structure (unit->page->section). The toolbar is only used in dev mode and does not belong directly to the unit view. The TextEditor is a complex component and deserves it's own directory even though it is used within the unit-view. Might be refactored to its own module later.
-
- Oct 15, 2021