Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | CSS: Improve style for maximized popovers. | Guilhem Moulin | 3 days | 2 |
| | | | | | In particular, fix a bug where not the entire height was used for the popover body. | |||
* | Refactor popover handling. | Guilhem Moulin | 3 days | 1 |
| | | | | | In particular, make the definition object hierarchical and rename its fields. | |||
* | Popover: Set 'grabbing-area-grabbed' class on the right element. | Guilhem Moulin | 5 days | 1 |
| | ||||
* | Factor out Popover handling into separate module. | Guilhem Moulin | 5 days | 2 |
| | ||||
* | ESLint: Silence CSS warnings and errors. | Guilhem Moulin | 5 days | 1 |
| | ||||
* | ESLint: Remove unused variables. | Guilhem Moulin | 5 days | 1 |
| | | | | And also fix `isVisible()` along the way. | |||
* | Move *.css files to ./src. | Guilhem Moulin | 5 days | 2 |
| | ||||
* | Split `layers` object into separate file. | Guilhem Moulin | 5 days | 1 |
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. |