Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Sep 08, 2021
  2. Aug 25, 2021
  3. Aug 19, 2021
  4. Aug 16, 2021
  5. Aug 13, 2021
  6. Aug 10, 2021
  7. Aug 07, 2021
  8. Aug 05, 2021
  9. Aug 03, 2021
    • rhenck's avatar
      Add dynamic positioning properties · 1a3d4f7d
      rhenck authored
      Sections and elements can have this prop. Elements only need it to 
      determine what properties to show in the props panel.
      The others are basic props for grid layouting. Refer to the grid 
      documentation.
      1a3d4f7d
  10. Jul 30, 2021
  11. Jul 27, 2021
  12. Jul 26, 2021
    • rhenck's avatar
      Fix UI element inheritance · 564cfbe2
      rhenck authored
      Some elements were missing parent interfaces.
      Also refactor unit factory to not return objects completely adhering to 
      interfaces but records, which then can be put together to create the 
      real object adhering to the interface.
      564cfbe2
    • rhenck's avatar
      Add label and id property to UnitPage · c7258685
      rhenck authored
      Those props are set when page is created and can not be changed. This 
      will have to be refactored when the functionality to switch pages is 
      implemented.
      c7258685
    • rhenck's avatar
      Fix syntax · 359db6dd
      rhenck authored
      359db6dd
  13. Jul 23, 2021
  14. Jul 20, 2021
  15. 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
  16. Jul 15, 2021
  17. Jul 14, 2021
  18. Jul 13, 2021
    • jojohoch's avatar
      [player] Add `valueChanged` event for host · b96561bf
      jojohoch authored
      * The wrapper of the player component listens to the `valueChanged`
      event and posts a message to the host of the aspect-player
      * Improve code style and remove lint errors
      b96561bf
    • rhenck's avatar
      Refactor unit model · eabe82c2
      rhenck authored
      The UIComponents now only have the properties they can make use of. This 
      means that the angular components use the CSS properties explicitly 
      instead of having all kinds of useless CSS properties.
      Also it is no longer needed to update the CSS styles via event because 
      Angular's change detection takes care of that.
      eabe82c2
  19. Jul 07, 2021
    • rhenck's avatar
      Add Z-Index property to elements · 76b06912
      rhenck authored
      This defines the elements priority when stacking elements on the canvas. 
      Directly maps to the CSS property.
      
      Also show tooltip on the input to explain what it is for.
      76b06912
  20. Jul 05, 2021
  21. Jun 22, 2021
Loading