This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Oct 18, 2021
-
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
rhenck authored
-
rhenck authored
Before the defaults were simply set on any field regardless of the passed object.
-
rhenck authored
The defaults were always overwriting the apssed values (if existing).
-
jojohoch authored
-
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.
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
The new elements now correctly set their own dynamicPositioning parameter to the setting of it's parent section.
-
rhenck authored
Customized margins for paragraph elements.
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
- Oct 17, 2021
-
-
rhenck authored
This is now done via listener directly on the element overlay. The overlay's div is made selectable with 'tabindex'. Then the key event is caught and delete logic started. The actual logic did not change and still deletes all selected elements not just the one catching the delete key event.
-
rhenck authored
- This helps getting rid of annoying element interaction and solves some selection issues (for example double clicking text elements to bring up the editor). While creating units, the placement and properties of the elements are important and not interacting with the elements. This is what the preview/player is for. - This may also help with detecting selection for the Delete-key logic.
-
rhenck authored
Mistake while merging earlier.
-
rhenck authored
Newer versions removed some of the package.json variables. Almost the same can be achieved by using a config object.
-
rhenck authored
-
rhenck authored
-
rhenck authored
The other one used some deprecated functionality. Also we have more control over what is happening now.
-
- Oct 15, 2021
-
-
jojohoch authored
-
rhenck authored
-
jojohoch authored
-
jojohoch authored
-
rhenck authored
-
jojohoch authored
* Remove general (full) keyboard in layout component * Implement French keyboard component
-
rhenck authored
-
rhenck authored
-
rhenck authored
This is now only one field with string value. Unset is put by using 'none', since mat-select inputs cannot deal properly with null values.
-
rhenck authored
-
rhenck authored
-
rhenck authored
Saving the actual drop down value did not work with duplicate option values.
-
rhenck authored
This now uses "closest" to check parent nodes. This still does not work properly since some elements can not be clicked and the event returns the body element. This might be fixed if a way to make those elements clickable is found.
-
rhenck authored
-
rhenck authored
-