This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Feb 18, 2022
- Feb 17, 2022
- Feb 16, 2022
- Feb 14, 2022
- Feb 11, 2022
-
-
jojohoch authored
The previous solution, which uses a top position of 50%, did not work on iPad
-
- Feb 09, 2022
-
-
rhenck authored
This is done according to the Angular best practices and minimizes namespace collisions when using other packages which might use the same selectors. Technically the selectors are not even becessary since we use an Angular component factory to create element components but it is still useful for the DOM element naming, for debugging purposes for example.
-
- Feb 04, 2022
- Feb 03, 2022
-
-
jojohoch authored
- This improves scroll snap behaviour - Set background color of page - Interpret the margin of a page as padding. What it really is
-
- Feb 02, 2022
- Jan 28, 2022
-
-
jojohoch authored
-
- Jan 26, 2022
-
-
jojohoch authored
-
- Jan 25, 2022
-
-
jojohoch authored
-
- Jan 24, 2022
- Jan 21, 2022
- Jan 20, 2022
- Jan 19, 2022
-
-
rhenck authored
Compound elements are now supposed to use overlays for their child elements. This overlay makes selecting child components (by clicking on them) and marking them as selected (done by the selection service) possible. The SelectionService no longer needs special logic to handle compound children selection, as they now also have an overlay with the same interface as normal (canvas) elements. A few modifications in connected directives are necessary. The now handle children components in a proper array instead of QueryList. Likert elements do not have clickable children yet and work a little differently. This should probably be unitized in the future.
-
- Jan 18, 2022