Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Jul 24, 2023
    • rhenck's avatar
      Rework class constructors · 81de7c0f
      rhenck authored
      In Player-context the constructors are to fail, when the given 
      properties are not exactly as expected. Therefoore they are validated. 
      When this validation fails, an environment variable is checked to 
      determine if the element should be created anyway with defaults. This 
      switch is off in player-context. But the Editor is not so strict and can 
      create elements with incomplete parameters.
      
      There is also a new VersionManager which checks given unit definitions 
      for version-validity. Upon failing this check Player and Editor show 
      error messages.
      The Editor accepts a certain unit definition version, but shows a 
      warning.
      
      The Editor checks units for invalid references after loading. If any are 
      found, they are removed and an info-panel is shown.
      81de7c0f
  2. Jun 13, 2023
  3. May 22, 2023
  4. Nov 30, 2022
  5. May 03, 2022
  6. Apr 21, 2022
  7. Feb 14, 2022
  8. Jan 24, 2022
  9. Jan 14, 2022
  10. Dec 14, 2021
    • rhenck's avatar
      Fix build process for custom theme · 363058d0
      rhenck authored
      The theme file is now project specific because Angular demands assets
      to be part of the project.
      It also differs in content: The editor theme is only applied to canvas
      elements. For the player every checkbox and radio button is affected.
      
      The components now again use the default color of 'accent'. The custom
      theme now has the green as accent color and no longer primary.
      363058d0
  11. Dec 13, 2021
    • rhenck's avatar
      Use custom Material Theme for colors · c78c5329
      rhenck authored
      Used in checkboxes and radio buttons, which are now green.
      The secondary is unused but for safety set to the same as the default
      theme should be.
      c78c5329
  12. Oct 07, 2021
  13. 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
  14. Jun 30, 2021
  15. Jun 22, 2021
Loading