aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Layout.mjs
Commit message (Collapse)AuthorAge
* feat: add timer for z-index change of draggable blockHsieh Chin Fan2024-09-24
|
* feat: make utils stable when user is managingHsieh Chin Fan2024-09-22
|
* refactor: logic about overlap of draggable blockHsieh Chin Fan2024-09-22
|
* feat: add padding for plus/minus buttonHsieh Chin Fan2024-09-22
|
* feat: animation for creating draggable blockHsieh Chin Fan2024-09-22
| | | | | | * rename class name: draggable -> draggable-part * code refactor: separate logic about working with plain-draggable * get original rect before creating blocks
* feat(CSS): use class name to hide draggable blockHsieh Chin Fan2024-09-22
|
* feat(layout): remove unnecessary observerHsieh Chin Fan2024-09-22
|
* 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"