Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Aug 05, 2021
  2. Aug 04, 2021
  3. 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
    • rhenck's avatar
      Add dynamic positioning properties · 1a3d4f7d
      rhenck authored
      Sections and elements can have this prop. Elements only need it to 
      determine what properties to show in the props panel.
      The others are basic props for grid layouting. Refer to the grid 
      documentation.
      1a3d4f7d
    • rhenck's avatar
    • rhenck's avatar
      Set all elements width and heigth to 100% · 9e3c0613
      rhenck authored
      This is in preparation for dynamic layouting.
      The actual dimensions are set by the overlay component which differs but 
      is existent for both editor and player.
      9e3c0613
    • jojohoch's avatar
      [player] Fix `ExpressionChangedAfterItHasBeenCheckedError` · 14c3a09a
      jojohoch authored
      * Remove workaround with `Promise.resolve().then(() => ...`
      * Use `changeDetectorRef.detectChanges()` after updating the validators
      14c3a09a
    • jojohoch's avatar
      [player] Initialize all components on `OnInit` · cb4c7427
      jojohoch authored
      Make the initialization consistent
      cb4c7427
  4. Aug 02, 2021
  5. Jul 30, 2021
  6. Jul 29, 2021
  7. Jul 28, 2021
Loading