This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Nov 22, 2021
- Nov 19, 2021
-
-
mechtelm authored
-
- Nov 11, 2021
- Nov 08, 2021
-
-
rhenck authored
In the UI. Internally it is still likert.
-
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
It logically belongs there since it is no compound element and also needs to be near the other radio group.
-
rhenck authored
This works similarly to the standard radio group, but has a fixed horizontal layout with images above the options.
-
- Oct 22, 2021
-
-
rhenck authored
-
- 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.
-
- Sep 16, 2021
-
-
rhenck authored
-
- Sep 14, 2021
-
-
rhenck authored
Elements can be dragged from the toolbox and will be placed where they are dropped. This is done by HTML drag and drop instead of Material dragNdrop. This is because the setup is a lot easier and uncomplicated. In the future the other Material drag and drop may be refactored away completely.
-
- Aug 17, 2021
-
-
rhenck authored
-
- Aug 16, 2021
-
-
rhenck authored
Also some small improvements to variable naming and file structure. #23
-
- Aug 03, 2021
-
-
rhenck authored
- ... mostly for dynamic positioning - Refactor reordering of sections. They can now be moved by small buttons to the side, which appear when hovering. The section edit mode is no longer available. -> KISS - Removed all toolbars. The props can now be set via the props panel, which now has sections for pages, sections and elements. This is to have more vertical space available for editing the unit. - Sections can now (only) be added via the toolbox panel, where the second tab is now exclusively for sections. Future templates are supposed to be whole sections, which can also be added from there. - Refactor CSS layouting (flex and co) to have better handling of vertically growing page (via sections) - Some preparation for an upcoming overhaul of selection stuff (again :))
-
- Jul 23, 2021
-
-
rhenck authored
-
- Jul 20, 2021
-
-
rhenck authored
-
- Jul 14, 2021
-
-
rhenck authored
Since this does not label anything but instead is meant for (longer) texts.
-
- Jul 06, 2021
-
-
rhenck authored
Now there is a button at the side that can be used to slide the panels in and out.
-
- Jun 22, 2021
-
-
rhenck authored
-