Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Nov 22, 2021
  2. Nov 19, 2021
  3. Nov 11, 2021
  4. Nov 08, 2021
  5. Oct 22, 2021
  6. Oct 18, 2021
    • rhenck's avatar
      [editor] Refactor directory structure · 9f65f0c9
      rhenck authored
      The main components are right at top level and the directories below
      mimic the data structure (unit->page->section).
      The toolbar is only used in dev mode and does not belong directly to the
      unit view.
      The TextEditor is a complex component and deserves it's own directory
      even though it is used within the unit-view. Might be refactored to its
      own module later.
      9f65f0c9
  7. Sep 16, 2021
  8. Sep 14, 2021
    • rhenck's avatar
      [editor] Allow dragging new elements into position · 1d0274aa
      rhenck authored
      Elements can be dragged from the toolbox and will be placed where they
      are dropped.
      
      This is done by HTML drag and drop instead of Material dragNdrop. This
      is because the setup is a lot easier and uncomplicated. In the future
      the other Material drag and drop may be refactored away completely.
      1d0274aa
  9. Aug 17, 2021
  10. Aug 16, 2021
  11. 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
  12. Jul 23, 2021
  13. Jul 20, 2021
  14. Jul 14, 2021
  15. Jul 06, 2021
  16. Jun 22, 2021
Loading