Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. May 05, 2022
  2. 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
    • rhenck's avatar
      Cleanup styling · bfaa942e
      rhenck authored
      Remove unused class.
      bfaa942e
  3. 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
  4. Apr 22, 2022
  5. Apr 20, 2022
  6. Apr 19, 2022
  7. Apr 14, 2022
  8. Apr 13, 2022
  9. Apr 07, 2022
  10. Apr 06, 2022
  11. Apr 05, 2022
  12. Apr 04, 2022
  13. Apr 01, 2022
  14. Mar 31, 2022
Loading