Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Jun 01, 2022
  2. 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
  3. May 05, 2022
  4. Apr 14, 2022
  5. Mar 25, 2022
  6. 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
  7. Mar 11, 2022
Loading