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 08, 2022
  2. Aug 02, 2022
    • rhenck's avatar
      Implement strikethrough for selected ToggleButton value · 4b7df84a
      rhenck authored
      Also refactor properties panel and ToggleButton class logic for striking 
      values. This now relies more on CSS classes provided by Material instead 
      of doing finetuned logic my ourselves. This also allows showing the 
      correct preview in the editor.
      
      #287
      4b7df84a
  3. Jun 09, 2022
  4. Jun 02, 2022
  5. Jun 01, 2022
    • rhenck's avatar
      Add section copy&paste functionality · e3a9ab00
      rhenck authored
      Add 2 new menu buttons to the section menu.
      One simply copies the selected section to the clipboard.
      The other opens a dialog where a copied section can be pasted. The 
      section element's IDs are checked if they are available and a warning is 
      shown.
      e3a9ab00
  6. May 09, 2022
  7. May 05, 2022
  8. May 02, 2022
    • rhenck's avatar
      Implement copy on drop for dropLists · c6f4e3f2
      rhenck authored
      With this setting elements are copied when being dropped to another 
      list.
      
      On drop it is also checked if the item-ID is already present in the 
      list. If it is the drop event is silently discarded. This allows putting 
      items back in the list without creating duplicate IDs.
      
      Lists with this setting:
      - do show a placeholder of the items being dragged. This way it is 
      conveyed that the item will remain there after being dropped.
      - don't show a placeholder when items are hovered over them, to avoid 
      confusion with duplicate items.
      
      Sorting within DropLists is disabled, since it causes moving items 
      within the list. It has to be discussed if this feature is even needed.
      c6f4e3f2
    • rhenck's avatar
      Refactor simple elements for cloze · 28ead292
      rhenck authored
      - Split text field and drop list, so they can have differing props
      - Improve their dimension default values
      - Improve alignment of all cloze children components
      - Add dynamic width parameter of toggle buttons to dimension properties
      panel. Therefore the postion tab can always be shown and no longer needs
      a condition.
      28ead292
  9. Apr 25, 2022
    • rhenck's avatar
      [editor] Improve button properties panel · aa541c48
      rhenck authored
      - Add fieldset to make it look nicer.
      - Improve image to have fixed size, scale properly and show buttons only 
      on hover.
      - Improve translations
      - Add tooltip to actionparam dropdown: When having selected pageNav it 
      shows a tooltip to get across that only valid pages can show up.
      
      #240
      aa541c48
    • rhenck's avatar
      Improve visible-after-id translation · 732d6502
      rhenck authored
      732d6502
  10. Apr 19, 2022
  11. Apr 14, 2022
  12. Apr 13, 2022
  13. Apr 07, 2022
  14. Apr 05, 2022
  15. Mar 31, 2022
  16. Mar 28, 2022
    • rhenck's avatar
      Add software keyboard · 6e0cf490
      rhenck authored
      This can be enabled for TextFields and TextAreas and shows a keyboard
      at the bottom of the screen. This does NOT set the field to read-only
      which is probably wanted in a situation where the system keyboard is not
      to be used. For flexibility purposes it is not implicitly set and needs
      to be set manually. The same goes for other input assistance settings,
      which should not be used in addition to the keyboard but it is allowed.
      
      The keyboard has an extra switch to additionally show french special
      characters.
      6e0cf490
  17. Mar 14, 2022
    • rhenck's avatar
      Refactor grid parameters · 866a33c6
      rhenck authored
      gridColumnStart: number;
      gridColumnEnd: number;
      gridRowStart: number;
      gridRowEnd: number;
      
      becomes
      
      gridColumn: number;
      gridColumnRange: number;
      gridRow: number;
      gridRowRange: number;
      866a33c6
  18. Mar 11, 2022
  19. Mar 10, 2022
  20. Mar 09, 2022
  21. Mar 04, 2022
  22. Feb 14, 2022
  23. Feb 09, 2022
  24. Feb 02, 2022
  25. Jan 28, 2022
  26. Jan 26, 2022
  27. Jan 18, 2022
  28. Jan 06, 2022
Loading