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 01, 2021
    • rhenck's avatar
      [editor] Fix selection outline causing overflow of parent · f416a867
      rhenck authored
      The outline needs some space outside the element. This space may be more
      than the parent has (when the element is positioned right at the edge).
      When this happens we simply ignore that 1 pixel space. Everything still
      shows correctly.
      f416a867
  2. Oct 29, 2021
  3. Oct 25, 2021
  4. 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
  5. Oct 15, 2021
  6. Oct 13, 2021
  7. Sep 26, 2021
    • rhenck's avatar
      057544dd
    • rhenck's avatar
      [editor] Refactor selection logic · df0a6139
      rhenck authored
      - The selection service only needs to handle element selection. For
      pages and sections having the index is enough.
      - Those indeces are simple fields instead of observables. This also
      simplifies the components which don't have to get the value out of the
      observables.
      - Therefore the selection service does no longer need to have a direct
      reference to the unit service and it's unit.
      - Selection logic is not done by the section components themselves but
      by the parent canvas component.
      - The unit service can now manipulate pages and section by index in
      addition to passing the necessary objects directly.
      df0a6139
  8. Sep 23, 2021
Loading