This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- 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.
-
rhenck authored
-
rhenck authored
The Material drag and drop stuff does not play well with the implementation of elements being styled dynamically via CSS. The extra div element pulls them apart avaoiding problems.
-
- Jul 07, 2021
-
-
-
rhenck authored
This was caused by an internal sorting mechanism of the drag and drop module.
-
rhenck authored
This defines the elements priority when stacking elements on the canvas. Directly maps to the CSS property. Also show tooltip on the input to explain what it is for.
-
rhenck authored
To avoid any issues with changing heights.
-
rhenck authored
-
rhenck authored
-
rhenck authored
Also keep track of already given ones.
-
rhenck authored
Stronger then warning.
-
jojohoch authored
* Use all style attributes of the unit definition to display sections * Remove unnecessary div tag from `SectionComponent`
-
jojohoch authored
Remove unnecessary decorator and variable initializers from `CanvasElementComponent`
-
- Jul 06, 2021
- Jul 05, 2021
-
-
rhenck authored
-
rhenck authored
The extra styling via panelClass needs CSS definition in local project, so can not be set by the Service itself but relies on local CSS rules.
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
This is set implicitly by the sum of section heights.
-
- Jul 02, 2021
- Jul 01, 2021
-
-
jojohoch authored
- Replace in the projects 'editor' and 'player' the selector 'app-root' with 'editor-aspect' or 'player-aspect' and make a case distinction unnecessary - Remove definitions of the property 'local' in `environment` and `angular.json`
-
jojohoch authored
Use `build-player-prod` to build a player version of the aspect-player which can be used in test-center and test-bed. The player needs exported unit definitions from the aspect-editor.
-
rhenck authored
-
rhenck authored
This is part of trying to solve the problem of upating styles on already rendered components, but still does not work.
-
rhenck authored
-
- Jun 30, 2021
- Jun 29, 2021
-
-
rhenck authored
This makes the actual component elements agnostic to any drag and drop and selection logic, which is handled completely via the wrapper-overlay. Now the component elements can be easily used by the player.
-
- Jun 28, 2021
-
-
rhenck authored
-