Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Aug 18, 2023
  2. Aug 11, 2023
  3. Aug 01, 2023
  4. Jul 28, 2023
  5. Jul 24, 2023
  6. Jun 30, 2023
    • rhenck's avatar
      Refactor PositionProperties · 7f571ddf
      rhenck authored
      - Remove dynamicPositioning from PositionProperties. This is not 
      knowledge that the element needs to know. In the few places it was used, 
      it was fixed or solved by asking the containing section about which 
      positioning is active.
      
      - Fix and improve cloze child sizing. All can now have dynamic width and 
      height.
      
      - Fix empty lines in ClozeDocument rendering
      
      - Editor SelectionService now knows if a cloze child is selected. This 
      way the PropertiesPanel can show valid dimension inputs regardless of 
      the underlying section.
      7f571ddf
  7. Jun 29, 2023
  8. Jun 15, 2023
  9. Jun 13, 2023
  10. Jun 05, 2023
  11. May 22, 2023
  12. May 05, 2023
  13. May 04, 2023
  14. Jan 06, 2023
    • Richard Henck's avatar
      Fix alignment for child elements · 7ef356d5
      Richard Henck authored
      For Droplists this needs to be done when multiple items are allowed.
      
      For ToggleButtons it needs to be set when vertical orientation is used.
      
      It is then centered without caring about text alignment. With multiple 
      item it would not be possible to align all of them anyway.
      7ef356d5
  15. Jan 05, 2023
  16. Jan 03, 2023
  17. Jan 02, 2023
    • rhenck's avatar
      wip1 · b4532254
      rhenck authored
      b4532254
  18. Dec 20, 2022
  19. Dec 15, 2022
  20. Dec 13, 2022
  21. Dec 12, 2022
  22. Dec 02, 2022
    • rhenck's avatar
      Remove useless CompoundElement component wrapper-element and CSS rules · 46a34283
      rhenck authored
      - Extra span element around cloze child elements served no visible 
      purpose. It also makes sense that an inline div is not inside of a span, 
      which is meant for text.
      - CSS rules were overengineered and in part shadowed (and thereby 
      pointless) by element styles from the template.
      This is also in preparation for the DropList styling overhaul.
      46a34283
  23. Nov 21, 2022
  24. Nov 07, 2022
    • rhenck's avatar
      Re-implement DropList element · 6d1ad52c
      rhenck authored
      - Replace Material Droplist with native HTML events
      - Remove simple-drop-list element; Cloze elements now use the normal 
      DropList element
      - Add example units
      6d1ad52c
  25. Oct 18, 2022
  26. Oct 14, 2022
  27. Oct 07, 2022
Loading