This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Mar 01, 2022
-
-
jojohoch authored
- Reimplement UnitStateComponent as central point to send the collected information - Implement ValidationService to determine the responseStatus of all forms
-
- Feb 28, 2022
-
-
jojohoch authored
-
jojohoch authored
-
jojohoch authored
Remove manipulations from elementModel - Refactor drop list component - Use of initial values for audio and video playback time Defining the validators not in the elements anymore, but when creating the forms
-
jojohoch authored
This helps to divide the code of the element container into smaller meaningful units. In addition, each element can be given its own form group.
-
- 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.
-
- Jan 20, 2022
- Dec 13, 2021
-
-
jojohoch authored
- Rename NumbersKeyboardComponent to MathKeyboardComponent - Decrease the number of input properties - Split source code into private methods
-
- Nov 23, 2021
-
-
jojohoch authored
-
- Oct 29, 2021
- Oct 18, 2021
-
-
jojohoch authored
-
- 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`
-