Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Sep 17, 2021
  2. Sep 16, 2021
  3. Aug 16, 2021
    • rhenck's avatar
      [editor] Minor refactoring · 69054e2a
      rhenck authored
      Unsubscribing, private methods ...
      69054e2a
    • rhenck's avatar
      Refactor unit service and selection service · 9b525650
      rhenck authored
      - Unit service now again takes the elements to be changed as parameter
      instead of managing (and even knowing) selections.
      - Selections are managed by the appropriate service
      - Also using rxjs operators instead of serving observable state as
      getter method.
      9b525650
  4. 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
  5. Jul 27, 2021
  6. Jul 19, 2021
    • rhenck's avatar
      [editor] Add dialog service for displaying different dialogs · b9959abe
      rhenck authored
      - Service is used by the editor exclusively so definition in
      local app.module.
      
      - Edit dialogs triggered via double click on drag overlay
      - Unit Service now defines a default edit dialog for elements. For now
      label or text if available.
      b9959abe
  7. Jul 15, 2021
  8. Jul 09, 2021
  9. Jul 08, 2021
    • rhenck's avatar
      [editor] Refactor selected page index in data store · c129c400
      rhenck authored
      This does not need to be an observable as it is used only internally and 
      in 1 component, which needs the new state only after calling update 
      functions. Those functions can return the new value directly instead of 
      via observable. And for store internal use a simple variable is 
      sufficient.
      c129c400
  10. Jul 06, 2021
  11. Jun 22, 2021
Loading