Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Mar 01, 2022
  2. Feb 28, 2022
  3. Feb 09, 2022
    • rhenck's avatar
      Change all selector prefixes from "app" to "aspect" · a6bdf445
      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.
      a6bdf445
  4. Jan 20, 2022
  5. Dec 13, 2021
  6. Nov 23, 2021
  7. Oct 29, 2021
  8. Oct 18, 2021
  9. Oct 15, 2021
  10. Oct 14, 2021
  11. Oct 05, 2021
  12. Oct 01, 2021
  13. Sep 30, 2021
    • jojohoch's avatar
      [player] Refactor validation messages · 4005b51e
      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
      4005b51e
  14. Sep 29, 2021
    • jojohoch's avatar
      [player] Fix centered layout · a37a90ac
      jojohoch authored
      * Bugfix for units without always visible page
      * Bugfix for aspect ratio over 50%
      * Integration of keyboard
      a37a90ac
  15. Sep 23, 2021
  16. Sep 21, 2021
  17. Sep 02, 2021
  18. Aug 18, 2021
  19. Aug 17, 2021
  20. Aug 16, 2021
  21. Aug 12, 2021
  22. Aug 07, 2021
    • jojohoch's avatar
      [player] Add layout options for pages · 59ef92c9
      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
      59ef92c9
  23. Aug 05, 2021
  24. Jul 30, 2021
  25. Jul 29, 2021
  26. Jul 26, 2021
  27. Jul 23, 2021
  28. Jul 16, 2021
    • jojohoch's avatar
      [player] Prepare validation of form elements · 89c6ebdf
      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
      89c6ebdf
  29. Jul 13, 2021
  30. Jul 01, 2021
    • jojohoch's avatar
      Simplify configuration for `ng serve <project-name>` · a7e77ba3
      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`
      a7e77ba3
Loading