Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. May 12, 2022
  2. May 09, 2022
  3. May 06, 2022
  4. Apr 28, 2022
  5. Apr 22, 2022
  6. Apr 19, 2022
  7. Apr 14, 2022
  8. Mar 31, 2022
  9. Mar 28, 2022
    • rhenck's avatar
      Add software keyboard · 6e0cf490
      rhenck authored
      This can be enabled for TextFields and TextAreas and shows a keyboard
      at the bottom of the screen. This does NOT set the field to read-only
      which is probably wanted in a situation where the system keyboard is not
      to be used. For flexibility purposes it is not implicitly set and needs
      to be set manually. The same goes for other input assistance settings,
      which should not be used in addition to the keyboard but it is allowed.
      
      The keyboard has an extra switch to additionally show french special
      characters.
      6e0cf490
  10. Mar 18, 2022
  11. Mar 17, 2022
  12. Mar 01, 2022
  13. Feb 28, 2022
  14. 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
  15. Jan 20, 2022
  16. Dec 13, 2021
  17. Nov 23, 2021
  18. Oct 29, 2021
  19. Oct 18, 2021
  20. Oct 15, 2021
  21. Oct 14, 2021
  22. Oct 05, 2021
  23. Oct 01, 2021
  24. 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
  25. 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
  26. Sep 23, 2021
Loading