This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Aug 08, 2022
-
-
rhenck authored
-
- Aug 02, 2022
-
-
rhenck authored
Also refactor properties panel and ToggleButton class logic for striking values. This now relies more on CSS classes provided by Material instead of doing finetuned logic my ourselves. This also allows showing the correct preview in the editor. #287
-
- Jun 09, 2022
-
-
rhenck authored
Better icons and reordered elements. #267
-
- Jun 02, 2022
-
-
rhenck authored
-
- Jun 01, 2022
-
-
rhenck authored
Add 2 new menu buttons to the section menu. One simply copies the selected section to the clipboard. The other opens a dialog where a copied section can be pasted. The section element's IDs are checked if they are available and a warning is shown.
-
- May 09, 2022
-
-
rhenck authored
-
- May 05, 2022
-
-
rhenck authored
- Add fieldset and reorder fields - Add dynamic connectedDropLists menu
-
- May 02, 2022
-
-
rhenck authored
With this setting elements are copied when being dropped to another list. On drop it is also checked if the item-ID is already present in the list. If it is the drop event is silently discarded. This allows putting items back in the list without creating duplicate IDs. Lists with this setting: - do show a placeholder of the items being dragged. This way it is conveyed that the item will remain there after being dropped. - don't show a placeholder when items are hovered over them, to avoid confusion with duplicate items. Sorting within DropLists is disabled, since it causes moving items within the list. It has to be discussed if this feature is even needed.
-
rhenck authored
- Split text field and drop list, so they can have differing props - Improve their dimension default values - Improve alignment of all cloze children components - Add dynamic width parameter of toggle buttons to dimension properties panel. Therefore the postion tab can always be shown and no longer needs a condition.
-
- Apr 25, 2022
-
-
rhenck authored
- Add fieldset to make it look nicer. - Improve image to have fixed size, scale properly and show buttons only on hover. - Improve translations - Add tooltip to actionparam dropdown: When having selected pageNav it shows a tooltip to get across that only valid pages can show up. #240
-
rhenck authored
-
- Apr 19, 2022
-
- Apr 14, 2022
-
-
rhenck authored
Cloze documents now use this correctly.
-
- Apr 13, 2022
-
-
rhenck authored
#222
-
- Apr 07, 2022
-
-
rhenck authored
verticalButtonAlignment is the new property for likert rows, which tells the actual radio button to either be at the top or in the middle.
-
- Apr 05, 2022
- Mar 31, 2022
-
-
rhenck authored
This allows showing the contained text in multiple columns.
-
- Mar 28, 2022
-
-
rhenck authored
This can be enabled for TextFields and TextAreas and shows a keyboard at the bottom of the screen. This does NOT set the field to read-only which is probably wanted in a situation where the system keyboard is not to be used. For flexibility purposes it is not implicitly set and needs to be set manually. The same goes for other input assistance settings, which should not be used in addition to the keyboard but it is allowed. The keyboard has an extra switch to additionally show french special characters.
-
- Mar 14, 2022
-
-
rhenck authored
gridColumnStart: number; gridColumnEnd: number; gridRowStart: number; gridRowEnd: number; becomes gridColumn: number; gridColumnRange: number; gridRow: number; gridRowRange: number;
-
- Mar 11, 2022
-
-
rhenck authored
Now uses the implicit grid in auto mode.
-
- Mar 10, 2022
- Mar 09, 2022
- Mar 04, 2022
- Feb 14, 2022
- Feb 09, 2022
- Feb 02, 2022
-
-
jojohoch authored
-
- Jan 28, 2022
-
-
jojohoch authored
-
- Jan 26, 2022
-
-
jojohoch authored
-
- Jan 18, 2022
- Jan 06, 2022
-
-
rhenck authored
-