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 24, 2021
  2. Nov 20, 2021
    • rhenck's avatar
      [editor] Add font size to lists in TextEditor · 3a8d856e
      rhenck authored
      The font size is applied by setting the list style. This is a 
      workaround, since the list extension does not support setting font size 
      directly. It takes the selected font size (which is now saved ina 
      variable) and applies it. This is indepent of the font size of the text 
      in the list. The item font size is done individually with a span anyway.
      
      Also font size and list style droplist now (re-)apply the value on click 
      of an item. This allows updating font sizes and list styles without 
      having to select another option first.
      
      - Add a new variable to save the selected font size and reuse it for 
      list styles.
      3a8d856e
  3. Nov 19, 2021
  4. 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
  5. Nov 01, 2021
  6. Oct 25, 2021
  7. 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
    • rhenck's avatar
      [editor] TextEditor: Use custom paragraph extension · e9b44502
      rhenck authored
      Customized margins for paragraph elements.
      e9b44502
  8. Oct 17, 2021
  9. Oct 07, 2021
Loading