Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Jan 04, 2024
  2. Sep 08, 2023
  3. Aug 14, 2023
  4. Jun 08, 2023
    • rhenck's avatar
      [editor] Fix layouting of TextEditor · 854af7ed
      rhenck authored
      Several elements were broken after updating the Material library.
      
      Add new component for combobuttons, which allow selecting and applying a 
      value in one connected element.
      854af7ed
  5. Jun 05, 2023
  6. May 22, 2023
  7. May 05, 2023
  8. Sep 16, 2022
  9. Aug 01, 2022
  10. Apr 05, 2022
  11. Mar 31, 2022
  12. Feb 21, 2022
  13. Feb 09, 2022
    • rhenck's avatar
      Change all selector prefixes from "app" to "aspect" · a6bdf445
      rhenck authored
      This is done according to the Angular best practices and minimizes
      namespace collisions when using other packages which might use the same
      selectors.
      
      Technically the selectors are not even becessary since we use an Angular
      component factory to create element components but it is still useful
      for the DOM element naming, for debugging purposes for example.
      a6bdf445
  14. Feb 07, 2022
  15. Jan 19, 2022
  16. Dec 03, 2021
  17. Nov 25, 2021
  18. Nov 18, 2021
    • rhenck's avatar
      [editor] Improve TextEditor toolbar layout and functionality · 13a283ce
      rhenck authored
      - Reordered the buttons to make it look nicer (but still make sence 
      logically)
      - Put some more divs with flex layouting to prevent elements moving 
      unexpextedly.
      - Changed color and list inputs to split-buttons. Those compone a button 
      with a dropdown.
      - The editor now saves the set color and  it can be applied to 
      subsequent selections as well.
      13a283ce
  19. Nov 01, 2021
  20. Oct 28, 2021
  21. 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
  22. Oct 07, 2021
Loading