Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | feat(CSS): set min-width for components | 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 | |
| | ||||
* | fix(CSS): sub-menu looking | Hsieh Chin Fan | 2024-09-30 | |
| | ||||
* | feat: add submenu for map/block/layout switching | Hsieh Chin Fan | 2024-09-29 | |
| | | | | | | | | | | | * Add general classes into MenuItem * Use MutationObserver for data-mode * Automatically unfocus other maps when one is focused TODO: * hover effect on submenu item doesn't work, why? * shorcuts hint in selector ".folder.menu-item" not looks great | |||
* | style: prettier | Hsieh Chin Fan | 2024-09-29 | |
| | ||||
* | feat(mapclay): add callback to indicate rendering progress | Hsieh Chin Fan | 2024-09-29 | |
| | ||||
* | feat(CSS): add icon for external link | 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 | |
| | ||||
* | feat: add menu items for dumbymap.utils | 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 | |
| | ||||
* | feat: add MenuItem for GeoLink | Hsieh Chin Fan | 2024-09-26 | |
| | ||||
* | chore: CSS improve | Hsieh Chin Fan | 2024-09-25 | |
| | ||||
* | refactor: general menu | Hsieh Chin Fan | 2024-09-25 | |
| | | | | | * rename suggestionEle -> menu for general use cases * set Suggestion as module | |||
* | 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(CSS): add focus visual to editor and output | 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 | |
| | ||||
* | chore: update stylelint | 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. |