This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Oct 15, 2021
-
-
jojohoch authored
* Remove general (full) keyboard in layout component * Implement French keyboard component
-
- Oct 14, 2021
-
-
jojohoch authored
to avoid name collision.
-
- Oct 05, 2021
-
-
jojohoch authored
* Implement as draggable overlay * Keyboard can be configured as 'mini' or 'full'
-
- Oct 01, 2021
- Sep 30, 2021
-
-
jojohoch authored
* Delete validation message component * Use instead `mat-error` inside element components to take advantage of `mat-input-field` * Add get validators method to each form element component * Display validation messages via `error-transform` pipe
-
- Sep 29, 2021
-
-
jojohoch authored
* Bugfix for units without always visible page * Bugfix for aspect ratio over 50% * Integration of keyboard
-
- Sep 23, 2021
-
-
jojohoch authored
-
- Sep 21, 2021
-
-
jojohoch authored
-
- Sep 02, 2021
- Aug 18, 2021
-
-
jojohoch authored
* Move two different intersection detections from `scroll-index.directive` and `section.component` to `intersection-detection.directive`
-
- Aug 17, 2021
-
-
jojohoch authored
* Fix bug for small pages * Add functionality for tabbed pages * Use layoutContainer as container for intersection detection * Rename properties and methods
-
- Aug 16, 2021
-
-
jojohoch authored
Move `MatDialogModule` from editor to common Add `AlertDialog` to player
-
- Aug 12, 2021
-
-
jojohoch authored
When elements are dynamically positioned there is no space below the elements
-
- Aug 07, 2021
-
-
jojohoch authored
* Pages can be scrolled or tabbed * Labels of pages can be shown and hidden * Always visible pages can be left, right, top or bottom * Layout of pages is now handled in `LayoutComponent` and removed from `PlayerStateComponent` * Due to the `ScrollIndexDirective`, pages with scrollbars have similar interfaces as pages with tabs
-
- Aug 05, 2021
-
-
jojohoch authored
-
- Jul 30, 2021
-
-
jojohoch authored
Refactor some translations
-
- Jul 29, 2021
-
-
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.
-
- Jul 26, 2021
-
-
jojohoch authored
`PlayerStateComponent` encapsulates information about the status of the player.
-
- Jul 23, 2021
-
-
jojohoch authored
Move specific form functionality from `AppComponent` to a new `FormComponent` to make the code cleaner
-
- Jul 16, 2021
-
-
jojohoch authored
* When creating components for each element a `ValidationMessageComponent` is also generated dynamically * Prepare usage of default values for form elements * Add `form.ts` for form specific interfaces * Rename some variables and properties
-
- Jul 13, 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`
-
- Jun 30, 2021
-
-
jojohoch authored
player and editor can be served without commenting in app module and app component. Use `start-editor-local` and `start-player-local`
-
- Jun 28, 2021
-
-
rhenck authored
-
- Jun 22, 2021