This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Sep 17, 2021
- Sep 16, 2021
-
-
rhenck authored
-
rhenck authored
-
rhenck authored
Also rework selected page index to be managed by the selection service. There is a bug in Angular and as a result Material tab elements brake when the underlying array is changed. To circumvent that we temporarily remove the tab element and add it again, which should re-initialize it.
-
- Aug 16, 2021
-
-
rhenck authored
Unsubscribing, private methods ...
-
rhenck authored
- Unit service now again takes the elements to be changed as parameter instead of managing (and even knowing) selections. - Selections are managed by the appropriate service - Also using rxjs operators instead of serving observable state as getter method.
-
- 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 27, 2021
-
-
rhenck authored
- use takeuntil - pass index values instead of observables to children
-
- Jul 19, 2021
-
-
rhenck authored
- Service is used by the editor exclusively so definition in local app.module. - Edit dialogs triggered via double click on drag overlay - Unit Service now defines a default edit dialog for elements. For now label or text if available.
-
- Jul 15, 2021
-
-
rhenck authored
One page can have this setting and is supposed to be shown at all times on the left side.
-
- Jul 09, 2021
- Jul 08, 2021
-
-
rhenck authored
This does not need to be an observable as it is used only internally and in 1 component, which needs the new state only after calling update functions. Those functions can return the new value directly instead of via observable. And for store internal use a simple variable is sufficient.
-
- Jul 06, 2021
- Jun 22, 2021