Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. May 23, 2024
    • rhenck's avatar
      [editor] Fix z-index · 374a0370
      rhenck authored
      The elements z-index is no longer ignored.
      Isolation helps for having negative z-indices. Those elements no longer 
      are hidden behind parent elements.
      The helper grid need to have a large negative z-index to not interfere.
      374a0370
  2. May 24, 2023
  3. May 22, 2023
  4. Aug 01, 2022
  5. Jun 03, 2022
  6. Jun 01, 2022
  7. May 17, 2022
    • rhenck's avatar
      Refactor model interfaces to classes · 2e9be6e9
      rhenck authored
      This way elements can handle their logic themselves without having to
      rely on outside utility classes.
      
      Also restructure files in common in a more logical way.
      2e9be6e9
  8. May 05, 2022
  9. Apr 14, 2022
  10. Mar 25, 2022
  11. Mar 14, 2022
    • rhenck's avatar
      Refactor grid parameters · 866a33c6
      rhenck authored
      gridColumnStart: number;
      gridColumnEnd: number;
      gridRowStart: number;
      gridRowEnd: number;
      
      becomes
      
      gridColumn: number;
      gridColumnRange: number;
      gridRow: number;
      gridRowRange: number;
      866a33c6
  12. Mar 11, 2022
Loading