Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(061a9e7): do not set z-index for focused draggable block | Hsieh Chin Fan | 2024-10-02 |
| | |||
* | style: stylelint | Hsieh Chin Fan | 2024-10-02 |
| | |||
* | feat: add checked/unchecked state for block menu item | Hsieh Chin Fan | 2024-10-02 |
| | | | | also, prevent menu got erased by className | ||
* | feat: add checked/unchecked state for block menu item | Hsieh Chin Fan | 2024-10-02 |
| | | | | also, prevent menu got erased by className | ||
* | feat: prevent menu show outside of window | Hsieh Chin Fan | 2024-10-02 |
| | |||
* | feat: use focus to decide display in overlay layout | Hsieh Chin Fan | 2024-10-02 |
| | |||
* | fix(CSS): border for maps | Hsieh Chin Fan | 2024-10-02 |
| | | | | library like leaflet set background as gray | ||
* | feat: beautify menu-item for alignment | Hsieh Chin Fan | 2024-10-02 |
| | |||
* | chore(CSS): beautify content of menu item | Hsieh Chin Fan | 2024-10-01 |
| | |||
* | fix: apply different style on menus | Hsieh Chin Fan | 2024-10-01 |
| | |||
* | refactor: style for menu item | Hsieh Chin Fan | 2024-10-01 |
| | |||
* | fix: patch 756a8b9, prevent affect elements in map | Hsieh Chin Fan | 2024-10-01 |
| | |||
* | fix: keep data-mode=editing when HTML refresh | Hsieh Chin Fan | 2024-10-01 |
| | |||
* | fix: set menu position relative to click | Hsieh Chin Fan | 2024-10-01 |
| | | | | need to calculate offset of parent element | ||
* | feat: beautify result report | Hsieh Chin Fan | 2024-10-01 |
| | | | | | | * add color for state string * align extra info to right * apply new mapclay rule, steps result about "prepare" has type="prepare" | ||
* | style: stylelint | Hsieh Chin Fan | 2024-10-01 |
| | |||
* | feat: print details of renderer result (finally) | Hsieh Chin Fan | 2024-10-01 |
| | |||
* | refactor: move menu feature from editor to dumbymap | Hsieh Chin Fan | 2024-10-01 |
| | |||
* | style: stylelint | Hsieh Chin Fan | 2024-09-30 |
| | |||
* | feat(CSS): make step indicator smaller | Hsieh Chin Fan | 2024-09-30 |
| | |||
* | style: prettier | Hsieh Chin Fan | 2024-09-29 |
| | |||
* | feat(mapclay): add callback to indicate rendering progress | Hsieh Chin Fan | 2024-09-29 |
| | |||
* | style: prettier for stylelint | Hsieh Chin Fan | 2024-09-28 |
| | |||
* | style: prettier | Hsieh Chin Fan | 2024-09-28 |
| | |||
* | refactor: rename classname by newer mapclay | Hsieh Chin Fan | 2024-09-27 |
| | |||
* | feat(CSS): add gray-out to non-focused block | Hsieh Chin Fan | 2024-09-26 |
| | |||
* | feat(CSS): improve looking | Hsieh Chin Fan | 2024-09-26 |
| | |||
* | chore: style lint | Hsieh Chin Fan | 2024-09-26 |
| | |||
* | chore(CSS): improve looking | Hsieh Chin Fan | 2024-09-26 |
| | |||
* | chore: CSS improve | Hsieh Chin Fan | 2024-09-25 |
| | |||
* | feat(CSS): prettify of draggable bar | Hsieh Chin Fan | 2024-09-24 |
| | |||
* | feat: improve focus utils | Hsieh Chin Fan | 2024-09-24 |
| | | | | | | * use block height to determine behavior of scrollIntoView() * change color of indicator for focused block * make indicator always visible | ||
* | fix(layout): position of scrollable bar | Hsieh Chin Fan | 2024-09-24 |
| | |||
* | feat: add block indicator by peudo element | Hsieh Chin Fan | 2024-09-24 |
| | |||
* | feat(CSS): universal margin for <p> | Hsieh Chin Fan | 2024-09-24 |
| | |||
* | feat(CSS): set hoverable area of utils smaller | Hsieh Chin Fan | 2024-09-24 |
| | |||
* | feat(CSS): set indicator of dumby-block | Hsieh Chin Fan | 2024-09-24 |
| | | | | | | * use peudo element as indicator * remove padding from .Dumby, pad dumby-block instead * also dress up draggable block | ||
* | feat(CSS): improve draggable block looking with focus | Hsieh Chin Fan | 2024-09-24 |
| | |||
* | feat(CSS): fix overflow of content of draggable block | Hsieh Chin Fan | 2024-09-24 |
| | |||
* | patch block | Hsieh Chin Fan | 2024-09-24 |
| | |||
* | feat: set focus state by CSS | Hsieh Chin Fan | 2024-09-24 |
| | | | | data-focus -> class="focus" | ||
* | feat: add mapCache for rendered map | Hsieh Chin Fan | 2024-09-24 |
| | | | | | | | | | * apply new config option: "render", just pass function to replace "use" * check configList when render. If ID and config content are the same, use cache otherwise * remove CSS animation to prevent blinking when config changes very quick * fix method about checking showcase is visible. This prevent reused map gain focus. | ||
* | feat: Hide draggable block when it is empty | Hsieh Chin Fan | 2024-09-23 |
| | |||
* | feat(layout): transition to reduce height of empty block | Hsieh Chin Fan | 2024-09-23 |
| | |||
* | feat: make utils stable when user is managing | 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): 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 |
| | |||
* | fix(layout): cursor style on bar handle | Hsieh Chin Fan | 2024-09-22 |
| |