Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Nov 15, 2023
    • rhenck's avatar
      Fix TextField 'fill' appearance · fa3e15dc
      rhenck authored
      The directive for dynamic backgroudn color was outdated. Directive is 
      removed and problem is solved via CSS custom variable.
      
      #561
      fa3e15dc
  2. Oct 17, 2023
    • rhenck's avatar
      Fix DropDown element · db119241
      rhenck authored
      Was completely broken: not showing at all in Editor, not clickable in 
      Player.
      
      Removed pipe 'aspectInputBackgroundColor'. Replaced by more elegant 
      solution via inherited background-color.
      db119241
    • rhenck's avatar
      RadioGroup: Fix button alignment and streamline CSS · 4a400316
      rhenck authored
      THis component was still somewhat broken after the Material update.
      
      #541
      4a400316
  3. Oct 16, 2023
  4. Sep 08, 2023
  5. Aug 30, 2023
  6. Aug 14, 2023
  7. Aug 11, 2023
  8. Aug 01, 2023
  9. Jul 28, 2023
  10. Jul 17, 2023
  11. Jun 15, 2023
  12. Jun 13, 2023
  13. Jun 11, 2023
  14. Jun 05, 2023
  15. May 22, 2023
  16. May 05, 2023
  17. May 04, 2023
  18. Apr 21, 2023
    • jojohoch's avatar
      [player] Fix ExpressionChangedAfterItHasBeenCheckedError in TextArea · 9dc8dbbd
      jojohoch authored
      - Replace UpdateTextareaPipe with DynamicRowsDirective
      
      The dynamic height of the textarea is calculated based on the available
      width. However, accessing the width of the textarea often results in an
      error.
      For this reason, the calculation is now done using resize and change
      events in conjunction with a timeout to wait for the textarea to render.
      9dc8dbbd
  19. Jan 16, 2023
  20. Jan 11, 2023
Loading