This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Oct 28, 2021
- Oct 25, 2021
-
-
rhenck authored
No longer is async. For elements which need upfront source info (media), the media prompf is done in the unit service. Here we can keep it simple. Also remove coordinates from factory as this is information that does not need to be known here. This is also handled in the unit service where applicable.
-
- Oct 22, 2021
- Oct 15, 2021
- Oct 14, 2021
-
-
rhenck authored
This makes it easier to define types of objects in surrounding code.
-
rhenck authored
This keeps import cycles from happening.
-
rhenck authored
This makes checking the existence of properties for the property panel possible, since it is possible to check for null but not for undefined.
-
- Oct 13, 2021
-
-
rhenck authored
- Remove interfaces - Add classes for all elements as well as unit, page and section - 2 intermediate interfaces are kept. They dont constituate a viable object but only additional properties, like background-color. Those can be added as interface to all elements. Initialisation has to be done by the element itself though and not by some constructor higher up.
-