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
    • rhenck's avatar
      [editor] Refactor dropList value input on properties panel · e28c2007
      rhenck authored
      - Move value input to dropList input group
      e28c2007
    • rhenck's avatar
      Refactor droplist · abca027e
      rhenck authored
      - Fix DropLists with copyOnDrop to display a placeholder copy of
      dragged elements.
      The drop preview is hidden on those lists. It still has to be in the DOM
      to be the target for the 'falling' animation of the dragged item,
      otherwise it flies to the top left corner of the viewport.
      abca027e
  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
      Make scripts executable · 0ae1a71d
      rhenck authored
      This should fix CI pipeline.
      0ae1a71d
    • rhenck's avatar
      6a3e0ce1
    • rhenck's avatar
      Overhaul CI and add continuous deployment · 53bf427f
      rhenck authored
      Build and deploy script are written in bash for now as the syntax is
      far easier and cleaner. Might be changed in the future as this requires
      a Linux environment with bash available.
      
      Deployment happens as version 9.9.9, because Teststudio does not accept
      players and editors without semantic versioning.
      
      The Dockerfile is the image used for building and deploying the app.
      53bf427f
    • rhenck's avatar
      Fix line-height prop for cloze · 111b85bc
      rhenck authored
      111b85bc
    • rhenck's avatar
      Cleanup styling · bfaa942e
      rhenck authored
      Remove unused class.
      bfaa942e
    • jojohoch's avatar
      [player] Add tests for KeyboardService · 46144480
      jojohoch authored
      46144480
    • jojohoch's avatar
  3. Apr 29, 2022
  4. Apr 28, 2022
  5. Apr 27, 2022
  6. Apr 25, 2022
Loading