aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/MenuItem.mjs
Commit message (Collapse)AuthorAge
...
* feat: add source code link on top of modalHsieh Chin Fan2024-10-01
|
* fix: redundant content for modalHsieh Chin Fan2024-10-01
|
* fix: set menu position relative to clickHsieh Chin Fan2024-10-01
| | | | need to calculate offset of parent element
* feat: beautify result reportHsieh Chin Fan2024-10-01
| | | | | | * add color for state string * align extra info to right * apply new mapclay rule, steps result about "prepare" has type="prepare"
* feat: add menu-items for toggling focusHsieh Chin Fan2024-10-01
|
* refactor: menu-item only call methods from dumbymap.utilsHsieh Chin Fan2024-10-01
|
* feat: print details of renderer result (finally)Hsieh Chin Fan2024-10-01
|
* feat: improve menu itemsHsieh Chin Fan2024-10-01
| | | | | | * fix editing mode, make it just like layout changes * add plain-modal for renderer results * check selection is within text range for geolink
* feat: patch 27feb13, use custom HTMLElementHsieh Chin Fan2024-10-01
|
* refactor: move menu feature from editor to dumbymapHsieh Chin Fan2024-10-01
|
* style: way to manage Element.childrenHsieh Chin Fan2024-10-01
|
* feat: improve actions in sub-menuHsieh Chin Fan2024-09-30
| | | | | | * scroll to focus map/block * refactor methods in dumbyUtils * refactor MutationObserver for map
* fix: prevent redundant sub-menu generateHsieh Chin Fan2024-09-30
|
* feat: add submenu for map/block/layout switchingHsieh Chin Fan2024-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: prettierHsieh Chin Fan2024-09-29
|
* style: prettierHsieh Chin Fan2024-09-28
|
* feat: add menu items for dumbymap.utilsHsieh Chin Fan2024-09-26
|
* feat: add MenuItem for GeoLinkHsieh Chin Fan2024-09-26
|
* refactor: general menuHsieh Chin Fan2024-09-25
* rename suggestionEle -> menu for general use cases * set Suggestion as module