aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFiles
* Popover: Set 'grabbing-area-grabbed' class on the right element.Guilhem Moulin5 days1
|
* Factor out Popover handling into separate module.Guilhem Moulin5 days2
|
* ESLint: Silence CSS warnings and errors.Guilhem Moulin5 days1
|
* ESLint: Remove unused variables.Guilhem Moulin5 days1
| | | | And also fix `isVisible()` along the way.
* Move *.css files to ./src.Guilhem Moulin5 days2
|
* Split `layers` object into separate file.Guilhem Moulin5 days1
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.