Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Oct 22, 2021
  2. Oct 15, 2021
  3. Oct 14, 2021
  4. Oct 13, 2021
  5. Oct 07, 2021
  6. 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
  7. Sep 29, 2021
    • rhenck's avatar
      Fix background color of input fields · c1d22c87
      rhenck authored
      Since the material elements don't give a way of applying the background 
      color, a hack is needed to get the internal elements and apply the 
      style.
      
      Directive to be able to do it for text field and text area.
      c1d22c87
  8. Sep 21, 2021
  9. Aug 31, 2021
  10. Aug 16, 2021
  11. Jul 29, 2021
  12. Jul 23, 2021
  13. Jul 20, 2021
  14. Jul 19, 2021
    • rhenck's avatar
      [editor] Add dialog service for displaying different dialogs · b9959abe
      rhenck authored
      - Service is used by the editor exclusively so definition in
      local app.module.
      
      - Edit dialogs triggered via double click on drag overlay
      - Unit Service now defines a default edit dialog for elements. For now
      label or text if available.
      b9959abe
  15. Jul 14, 2021
  16. Jul 09, 2021
    • jojohoch's avatar
      [player] Add form tag to player · 8d757e4c
      jojohoch authored
      * Introduce `FormService` to provide communication between
      element components and form
      * Add `ngModelChange` and `formControl` to
      some element components. This functionality is not used by
      the editor
      8d757e4c
  17. 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
  18. Jul 05, 2021
  19. Jun 28, 2021
Loading