Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | style: standardjs | Hsieh Chin Fan | 2024-10-23 |
| | |||
* | fix(CSS): display of utils in draggable-block | Hsieh Chin Fan | 2024-10-19 |
| | | | | | | * remove trivial implementation for case about font resizing, to make hover works * add rules for dragging | ||
* | refactor: use replaceWith() to swap elements | Hsieh Chin Fan | 2024-10-19 |
| | |||
* | fix(lint): mutable variable in Layout | Hsieh Chin Fan | 2024-10-17 |
| | |||
* | feat: set "sticky" as one of default layouts | Hsieh Chin Fan | 2024-10-17 |
| | | | | | | | * move function addDraggable() into module scope * showcase in sticky layout is draggable now * add query paramerter for "use" * FIX: set initialLayout after observer is set | ||
* | docs: jsdoc | Hsieh Chin Fan | 2024-10-14 |
| | |||
* | feat(neat): set blocks visible anyway in overlay layout | Hsieh Chin Fan | 2024-10-12 |
| | |||
* | refactor: remove unnecessary name of Layout Class | Hsieh Chin Fan | 2024-10-11 |
| | |||
* | [WIP] jsdoc | Hsieh Chin Fan | 2024-10-10 |
| | |||
* | docs(jsdoc): update jsdoc | Hsieh Chin Fan | 2024-10-10 |
| | |||
* | refactor: Attribute -> dataset | Hsieh Chin Fan | 2024-10-09 |
| | |||
* | chore: apply standardjs with trailing comma | Hsieh Chin Fan | 2024-10-09 |
| | |||
* | docs: add jsdoc | Hsieh Chin Fan | 2024-10-04 |
| | |||
* | feat: use focus to decide display in overlay layout | Hsieh Chin Fan | 2024-10-02 |
| | |||
* | style: switch to standardjs | Hsieh Chin Fan | 2024-10-02 |
| | |||
* | style: prettier | Hsieh Chin Fan | 2024-09-29 |
| | |||
* | style: prettier | Hsieh Chin Fan | 2024-09-28 |
| | |||
* | chore(CSS): improve looking | Hsieh Chin Fan | 2024-09-26 |
| | |||
* | feat: close draggable block by middle click | Hsieh Chin Fan | 2024-09-26 |
| | |||
* | chore: reformat code | Hsieh Chin Fan | 2024-09-25 |
| | |||
* | feat: add timer for z-index change of draggable block | Hsieh Chin Fan | 2024-09-24 |
| | |||
* | feat: make utils stable when user is managing | Hsieh Chin Fan | 2024-09-22 |
| | |||
* | refactor: logic about overlap of draggable block | Hsieh Chin Fan | 2024-09-22 |
| | |||
* | feat: add padding for plus/minus button | Hsieh Chin Fan | 2024-09-22 |
| | |||
* | feat: animation for creating draggable block | Hsieh Chin Fan | 2024-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 block | Hsieh Chin Fan | 2024-09-22 |
| | |||
* | feat(layout): remove unnecessary observer | Hsieh Chin Fan | 2024-09-22 |
| | |||
* | refactor: remove inline style anyway when layer switch | Hsieh Chin Fan | 2024-09-22 |
| | |||
* | feat(layout): keep handle be active when on drag | Hsieh Chin Fan | 2024-09-22 |
| | | | | Even if cursor is not hovering handle element | ||
* | feat: add close button for draggable block | Hsieh Chin Fan | 2024-09-22 |
| | |||
* | feat: add resize bar for side-by-side layout | Hsieh Chin Fan | 2024-09-22 |
| | | | | | * SVG comes from maplibre-gl-compare * plain-draggable is awesome! | ||
* | fix: middle click to hide draggable block | Hsieh Chin Fan | 2024-09-21 |
| | |||
* | refactor: layout class | Hsieh Chin Fan | 2024-09-21 |
* put class Layout and OverlayLayout together * apply extend on OverlayLayout * rename layouts: "none" -> "normal", "side" -> "side-by-side" |