This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Oct 01, 2021
- Sep 30, 2021
-
-
jojohoch authored
* Delete validation message component * Use instead `mat-error` inside element components to take advantage of `mat-input-field` * Add get validators method to each form element component * Display validation messages via `error-transform` pipe
-
- Sep 29, 2021
-
-
jojohoch authored
-
jojohoch authored
Accidental closing of the keyboard can happen when the user clicks on the board under the keys
-
jojohoch authored
* Bugfix for units without always visible page * Bugfix for aspect ratio over 50% * Integration of keyboard
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
Since the material elements don't give a way of applying the background color, a hack is needed to get the internal elements and apply the style. Directive to be able to do it for text field and text area.
-
- 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
-