aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFiles
* ESLint: Silence CSS warnings and errors.Guilhem Moulin2025-06-121
|
* ESLint: Remove unused variables.Guilhem Moulin2025-06-121
| | | | And also fix `isVisible()` along the way.
* Move *.css files to ./src.Guilhem Moulin2025-06-122
|
* Split `layers` object into separate file.Guilhem Moulin2025-06-121
This rather large commit merely moves the object declaration into the new file and adjusts the import declarations accordingly. This will serve as basis for a future refactoring commit.