aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Layout.mjs
Commit message (Collapse)AuthorAge
* refactor: remove inline style anyway when layer switchHsieh Chin Fan2024-09-22
|
* feat(layout): keep handle be active when on dragHsieh Chin Fan2024-09-22
| | | | Even if cursor is not hovering handle element
* feat: add close button for draggable blockHsieh Chin Fan2024-09-22
|
* feat: add resize bar for side-by-side layoutHsieh Chin Fan2024-09-22
| | | | | * SVG comes from maplibre-gl-compare * plain-draggable is awesome!
* fix: middle click to hide draggable blockHsieh Chin Fan2024-09-21
|
* refactor: layout classHsieh Chin Fan2024-09-21
* put class Layout and OverlayLayout together * apply extend on OverlayLayout * rename layouts: "none" -> "normal", "side" -> "side-by-side"