This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- May 27, 2024
-
-
rhenck authored
-
- 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 07, 2022
-
-
rhenck authored
It is better to hide that abstraction in the unit service.
-
- Jan 24, 2022
-
-
jojohoch authored
-
- Nov 11, 2021
-
-
rhenck authored
This structure moves closer to the structure template the team decided on. Components and services are kept in dedicated folders instead of following the logical code structure. This is still not the case here as the unit-view component is still nested, but it's closer.
-
- Oct 18, 2021
-
-
rhenck authored
The main components are right at top level and the directories below mimic the data structure (unit->page->section). The toolbar is only used in dev mode and does not belong directly to the unit view. The TextEditor is a complex component and deserves it's own directory even though it is used within the unit-view. Might be refactored to its own module later.
-
- Aug 17, 2021
-
-
rhenck authored
-
- Jul 30, 2021
-
-
jojohoch authored
* Add specific translation file for editor in assets/i18n * Add first translations for toolbar
-
- Jun 22, 2021
-
-
rhenck authored
-