This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Aug 03, 2021
- Aug 02, 2021
-
-
jojohoch authored
Getter work like functions and are executed every time Angular change detection runs.
-
jojohoch authored
-
jojohoch authored
* Since always visible pages are removed from the order, form arrays must be rearranged * Refactor getter as properties in `PlayerStateComponent`. Getter work like functions and are executed every time Angular change detection runs.
-
- Jul 30, 2021
-
-
jojohoch authored
* Create `FormGroups` without ids * Add `FormArray` for elements
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
* Add section array to the form groups of the pages * Remove unnecessary component factory from `SectionComponent`
-
jojohoch authored
Replace pageIndication with translate pipe
-
jojohoch authored
* Add specific translation file for editor in assets/i18n * Add first translations for toolbar
-
jojohoch authored
Refactor some translations
-
- Jul 29, 2021
-
-
jojohoch authored
-
jojohoch authored
more information about [ngx-translate](https://github.com/ngx-translate/core)
-
jojohoch authored
In addition to the scrollable pages, units can also have one page that is always visible.
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
-
rhenck authored
-
rhenck authored
- UnitService no longer knows about selection. Now needs element to be manipulated, as param. - Add new SelectionService handling selection of canvas elements. No sections yet. Move eventing stuff accordingly. - Canvas Section now creates it's child overlay component in the template instead of dynamic component creation. This make event handling easier und is more the Angular Way. Also removes a lot of eventing and selection handling from the component. - Aligment of selected canvas elements in done in UnitService. That is where all unit manipulation should happen. - More takeUntil
-
- Jul 28, 2021
-
-
rhenck authored
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
Use `massageService` of common project.
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
* Move setting of validators from `FormElementComponent` to `ValidationMessageComponent` * Add validators and warnings to `ValidationMessageComponent` * Move subscriptions for form controls and their validators from `PageComponent` to `FormComponent`
-
- Jul 27, 2021
-
-
rhenck authored
-
rhenck authored
This label is defined by the template below.
-
rhenck authored
- use takeuntil - pass index values instead of observables to children
-
rhenck authored
-
rhenck authored
This includes turning off no-use-before-define completely.
-
jojohoch authored
-
jojohoch authored
* Register `PageComponent` as child formGroup, so that values for any page can be sent to the host. * Register formControls as controls of the page
-
- Jul 26, 2021
-
-
rhenck authored
Some elements were missing parent interfaces. Also refactor unit factory to not return objects completely adhering to interfaces but records, which then can be put together to create the real object adhering to the interface.
-
rhenck authored
-
rhenck authored
Those props are set when page is created and can not be changed. This will have to be refactored when the functionality to switch pages is implemented.
-
rhenck authored
-
rhenck authored
-
jojohoch authored
`PlayerStateComponent` encapsulates information about the status of the player.
-