Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Jun 27, 2024
  2. Nov 24, 2023
  3. Sep 08, 2023
  4. Jun 27, 2023
  5. Jun 23, 2023
  6. Dec 23, 2022
  7. Dec 20, 2022
  8. Nov 30, 2022
    • rhenck's avatar
      Add new element math-editor · fa7e2b04
      rhenck authored
      Uses external software 'MathLive'.
      
      Distpacker issues with mathlive have been solved in a custom 
      distpacker.ts in scripts-folder. This is now used instead of the 
      distpacker from the npm package.
      fa7e2b04
  9. Sep 15, 2022
    • rhenck's avatar
      Improve toast message styling · 224e1729
      rhenck authored
      Red background looks really bad, so we just adjust the border color.
      224e1729
    • rhenck's avatar
      [editor] Add ID check to sanitizer · d284c2e7
      rhenck authored
      Just called from the editor, before creating the Unit instance.
      It goes through all IDs and checks for duplicates. If found it generates 
      a new one and shows the prompt.
      d284c2e7
  10. Aug 01, 2022
  11. Feb 18, 2022
  12. Feb 17, 2022
  13. Feb 16, 2022
  14. Feb 14, 2022
  15. Feb 11, 2022
  16. Jan 06, 2022
  17. Jan 05, 2022
  18. Dec 16, 2021
    • rhenck's avatar
      Add fixedSize styling to most elements · 27b284c7
      rhenck authored
      Elements are supposed to be centred when this setting is used. Since it 
      is the same CSS for almost all element components it is put into global 
      styles.
      
      Missing components: video, spelling.
      27b284c7
  19. Dec 15, 2021
  20. Nov 12, 2021
    • rhenck's avatar
      1eec5e19
    • rhenck's avatar
      [editor] Refactor cursors · bcb35054
      rhenck authored
      - Remove grab cursor from the canvas as it is no longer draggable (was
        in an earlier version)
      - Fix element visual overlaying the resize element. Now the actual
        element is hidden, while the resize is going on.
      
      Element cursor are changed so that there is a 'grab' cursor on hover
      and a 'grabbing' cursor while active (clicked but not dragged yet)
      and while dragging.
      The resize cursor always stays the same, as there is not alternative
      active curser (like grab/grabbing) for this.
      
      On the dynamic overlay the curser cannot be set while the element
      is being dragged. I assume it is because of 'relative' positioning.
      The element is taken out of the DOM and pointer events don't work,
      including cursors. This is why the body needs to be cursor-styled.
      Cursors are set dynamically in the component via CSS class.
      When dragging starts it is set and removed when it ends.
      bcb35054
  21. Nov 11, 2021
  22. Nov 01, 2021
  23. Oct 25, 2021
  24. Oct 07, 2021
  25. Sep 17, 2021
  26. Aug 23, 2021
  27. Aug 03, 2021
    • rhenck's avatar
      [editor] Massively refactor unit and page view · 99094fd3
      rhenck authored
      - ... mostly for dynamic positioning
      - Refactor reordering of sections. They can now be moved by small
      buttons to the side, which appear when hovering. The section edit mode
      is no longer available. -> KISS
      - Removed all toolbars. The props can now be set via the props panel,
      which now has sections for pages, sections and elements. This is to have
      more vertical space available for editing the unit.
      - Sections can now (only) be added via the toolbox panel, where the
      second tab is now exclusively for sections. Future templates are
      supposed to be whole sections, which can also be added from there.
      - Refactor CSS layouting (flex and co) to have better handling of
      vertically growing page (via sections)
      - Some preparation for an upcoming overhaul of selection stuff
      (again :))
      99094fd3
  28. Jul 19, 2021
  29. Jul 07, 2021
  30. Jul 05, 2021
  31. Jun 22, 2021
Loading