Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Dec 09, 2021
    • rhenck's avatar
      Add coloring options to taoggle-button · 0b8056f0
      rhenck authored
      Now correctly sets the chosen background color and additionally sets 
      another (configurable) color to the selected value.
      0b8056f0
    • rhenck's avatar
      Remove text field and area appearance variants and fix remaining · 7a3c8be2
      rhenck authored
      The other  variants are basically the same as filled. The only
      difference is the background color, which we are manilupating anyway.
      So there is no reason to keep them.
      
      Also for the background color directive different target elements are
      needed for the different appearance variants. This is now possible.
      As stylings of the old appearance are kept when changing the appearance
      the styles need to be removed first.
      In the moment the appearance value is changed the component is not
      actually changed yet and there we need to wait for another Angular
      change detection cycle, via timeout.
      7a3c8be2
    • jojohoch's avatar
      Refactor SpellCorrectComponent · 789bcd08
      jojohoch authored
      - Use the same font properties for input element and button element
      - Change cross out behaviour. The button now behaves as
      toggle button and sets the focus to the input element only when it is
      crossed through.
      789bcd08
  2. Dec 08, 2021
  3. Dec 07, 2021
    • rhenck's avatar
      Add new element toggle-button · ba97e912
      rhenck authored
      This is meant solely as a cloze child as a representation of a radio 
      button functionality.
      ba97e912
    • rhenck's avatar
      Improve code style · 9acf89b3
      rhenck authored
      9acf89b3
    • rhenck's avatar
      [editor] Add section element list · af1b9ad7
      rhenck authored
      This allows to select elements without clicking them on the canvas, as 
      elements may be obstructed or not visible for some reason.
      
      The selection logic is a bit complicated because usually only the 
      overlay components are usd for selection which are also the place to 
      apply any highlighting on. Here we have to find the component element 
      reference from the section. Therefore the double looping 
      'getElementComponent' method.
      
      Also when an elements is selected it briefly gets z-index 100 so it is 
      moved to the front and visible and manipulatable.
      af1b9ad7
    • rhenck's avatar
      [editor] Add missing translation · 41df2460
      rhenck authored
      41df2460
    • rhenck's avatar
      Change radio button color to dark green · 295d3569
      rhenck authored
      For all elements using radio buttons.
      295d3569
  4. Dec 06, 2021
  5. Dec 03, 2021
  6. Dec 02, 2021
  7. Dec 01, 2021
Loading