Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor: getMarkersFromMaps | Hsieh Chin Fan | 2024-11-03 |
| | | | | Make arugments more general, not only GeoLink | ||
* | feat: add menu-item for Geocoding | Hsieh Chin Fan | 2024-10-31 |
| | | | | | | | * Use nominatim for API calls * Create multiple GeoLinks for each results in response * Also add menu-item DELETE to remove duplicated GeoLinks from one Geocoding | ||
* | refactor: remove custom elements | Hsieh Chin Fan | 2024-10-31 |
| | | | | | | REASON: apply custom elements in content script may change globalThis which is not equal to window. This makes type check in maplibregl always fails! | ||
* | feat: add menu-folder for editing map options | Hsieh Chin Fan | 2024-10-28 |
| | | | | | | | * add dumbymap.aliases for option aliases * don't remove sub-menu when child sub-menu exists * don't add render delay for config modification by menu-item * TODO sub-menu placement | ||
* | feat: add menu-item for map id | Hsieh Chin Fan | 2024-10-28 |
| | |||
* | feat: add menu-item for edit map without editor | Hsieh Chin Fan | 2024-10-28 |
| | |||
* | feat: set marker title by textContent or option | Hsieh Chin Fan | 2024-10-28 |
| | |||
* | feat: add menu item for add marker | Hsieh Chin Fan | 2024-10-28 |
| | | | | | * remove code about adding reference link in editor.mjs * TODO: use local storage to access reference about marker | ||
* | feat: add id option for Menu-item | Hsieh Chin Fan | 2024-10-27 |
| | |||
* | fix: title of menu item | Hsieh Chin Fan | 2024-10-26 |
| | |||
* | feat: add menu item to change path of leader-line | Hsieh Chin Fan | 2024-10-26 |
| | |||
* | refactor: patch 1dd8064, remove classes for GeoLink/DocLink | Hsieh Chin Fan | 2024-10-26 |
| | | | | | | Seems link content script don't accecpt custom element access its own properties. This commit revert part of 1dd8064, generate GeoLink/DocLonk by appending features onto existing anchor element | ||
* | style: standardjs | Hsieh Chin Fan | 2024-10-25 |
| | |||
* | feat: patch 14f1398, more marker type | Hsieh Chin Fan | 2024-10-25 |
| | | | | | | * add module 'marker' for svg markers, they are from https://labs.mapbox.com/maki-icons/editor/ * use grid layout and title for menu itmes * update mapclay version to use element for adding marker | ||
* | refactor: add module 'Link' for GeoLink and DocLink | Hsieh Chin Fan | 2024-10-24 |
| | |||
* | feat: add menu items for setting marker type | Hsieh Chin Fan | 2024-10-24 |
| | |||
* | fix: prevent define web components twice | Hsieh Chin Fan | 2024-10-16 |
| | |||
* | fix: apply unique element name for menu item | Hsieh Chin Fan | 2024-10-15 |
| | |||
* | feat: rename element for menu item | Hsieh Chin Fan | 2024-10-14 |
| | |||
* | docs: jsdoc | Hsieh Chin Fan | 2024-10-14 |
| | |||
* | feat: add prefix for refLink option about DocLink | Hsieh Chin Fan | 2024-10-12 |
| | |||
* | feat: only show map id when select manually | Hsieh Chin Fan | 2024-10-10 |
| | |||
* | docs(jsdoc): update jsdoc | Hsieh Chin Fan | 2024-10-10 |
| | |||
* | chore: apply standardjs with trailing comma | Hsieh Chin Fan | 2024-10-09 |
| | |||
* | feat: dress menu item for anchor | Hsieh Chin Fan | 2024-10-08 |
| | | | | if it is GeoLink, add '@' symbol at the begining | ||
* | feat: add menu item for append ref style link on selection | Hsieh Chin Fan | 2024-10-08 |
| | |||
* | feat: set 'EDIT' menu item in editor.mjs | Hsieh Chin Fan | 2024-10-06 |
| | |||
* | fix: disable submenu offset in case | Hsieh Chin Fan | 2024-10-06 |
| | |||
* | feat: add menu items for map managing | Hsieh Chin Fan | 2024-10-05 |
| | |||
* | style: reformat code | Hsieh Chin Fan | 2024-10-05 |
| | | | | remove mapCallback for now | ||
* | style: reformat code | Hsieh Chin Fan | 2024-10-04 |
| | |||
* | docs: add jsdoc | Hsieh Chin Fan | 2024-10-04 |
| | |||
* | feat: remove menu in case for UX | Hsieh Chin Fan | 2024-10-04 |
| | |||
* | feat: comment out LOC in report | Hsieh Chin Fan | 2024-10-03 |
| | |||
* | chore: modify color of result report | Hsieh Chin Fan | 2024-10-03 |
| | |||
* | feat: add more menu-item for renderer suggestions | Hsieh Chin Fan | 2024-10-03 |
| | |||
* | refactor: set Suggestion as custom element | Hsieh Chin Fan | 2024-10-03 |
| | |||
* | 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 |
| | |||
* | style: switch to standardjs | Hsieh Chin Fan | 2024-10-02 |
| | |||
* | feat: remove submenu when mouseleave | Hsieh Chin Fan | 2024-10-02 |
| | |||
* | feat: beautify menu-item for alignment | Hsieh Chin Fan | 2024-10-02 |
| | |||
* | feat: add 'More' menu item for layouts | Hsieh Chin Fan | 2024-10-02 |
| | |||
* | feat: customize inline style for Item instance | Hsieh Chin Fan | 2024-10-02 |
| | |||
* | feat: well print Error object in modal | Hsieh Chin Fan | 2024-10-02 |
| | |||
* | refactor: style for menu item | Hsieh Chin Fan | 2024-10-01 |
| | |||
* | feat: add source code link on top of modal | Hsieh Chin Fan | 2024-10-01 |
| | |||
* | fix: redundant content for modal | 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" |