This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Sep 28, 2021
- Sep 27, 2021
- Sep 26, 2021
-
-
rhenck authored
-
rhenck authored
The duplication is done by creating a new element (UnitUIElement) for each element of the copied object. And then overwriting it with the props of the old one, in addition to assigning a new ID.
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
Can now be repositioned and moved between sections properly.
-
rhenck authored
-
rhenck authored
- The selection service only needs to handle element selection. For pages and sections having the index is enough. - Those indeces are simple fields instead of observables. This also simplifies the components which don't have to get the value out of the observables. - Therefore the selection service does no longer need to have a direct reference to the unit service and it's unit. - Selection logic is not done by the section components themselves but by the parent canvas component. - The unit service can now manipulate pages and section by index in addition to passing the necessary objects directly.
-
- Sep 25, 2021
-
-
jojohoch authored
* Fix scrollbar bug * Remove using of timeout method * Add Material fonts
-
jojohoch authored
Because the always visible page is now positioned at the first place of the unit definition.
-
jojohoch authored
* Remove unnecessary styles * Refactor case distinctions * Improve styles of some elements
-
jojohoch authored
Refactor styles for elements and element overlays to achieve stretching of dynamic sections when text areas are resized
-
- Sep 24, 2021
-
-
rhenck authored
Commenting the type check out for now. I suspect we might need it again.
-
rhenck authored
When maxWidth is not set it now correctly ignores the prop is takes the default 900px.
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
Some of them are need while building. Also we might want to add enable more stuff in the future and then it is good to have the files available.
-
rhenck authored
-
rhenck authored
This was not of much use.
-
rhenck authored
The external JS files need to ne put in the wrapper html so that the distpacker can find and merge them. - Also delete all unused tinymce asset files.
-
jojohoch authored
[style.height.%]="100"
-
jojohoch authored
-
jojohoch authored
Break up the code into smaller methods
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
- Sep 23, 2021