Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | ||||
* | feat: close draggable block by middle click | Hsieh Chin Fan | 2024-09-26 | |
| | ||||
* | feat: add menu item for adding Geo-Link | Hsieh Chin Fan | 2024-09-26 | |
| | ||||
* | refactor: methods about creating geo/doc links | Hsieh Chin Fan | 2024-09-25 | |
| | | | | change methods to only create a single link | |||
* | chore: CSS improve | Hsieh Chin Fan | 2024-09-25 | |
| | ||||
* | chore: reformat code | 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 | |||
* | refactor: move utils about dumbymap into module | Hsieh Chin Fan | 2024-09-24 | |
| | ||||
* | fix(layout): position of scrollable bar | Hsieh Chin Fan | 2024-09-24 | |
| | ||||
* | feat: use Escape and F1 to switch preview/editor | Hsieh Chin Fan | 2024-09-24 | |
| | ||||
* | feat(CSS): add focus visual to editor and output | Hsieh Chin Fan | 2024-09-24 | |
| | ||||
* | chore: reformat code | 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: add timer for z-index change of draggable block | Hsieh Chin Fan | 2024-09-24 | |
| | ||||
* | feat: add util "removeBlockFocus" | 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 focusNextBlock util | Hsieh Chin Fan | 2024-09-24 | |
| | ||||
* | feat: disable debounce temporarily to check performance | Hsieh Chin Fan | 2024-09-24 | |
| | ||||
* | 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. | |||
* | refactor: store maps as [HTMLElement, Promise] | Hsieh Chin Fan | 2024-09-23 | |
| | ||||
* | feat: Hide draggable block when it is empty | Hsieh Chin Fan | 2024-09-23 | |
| | ||||
* | feat: remove keydown events from dumbymap | Hsieh Chin Fan | 2024-09-23 | |
| | | | | | | | | | | | | * events now handed by editor * this fix document.onkeydown reset when generatedMaps() called more than one time * apply "bind" to remove methods about user interaction from generateMaps() * refactor focusNextmap(), using array to store rendered maps BREAKING CHANGE: generateMaps() now return dumbymap Object, contains key elements and methods | |||
* | feat(layout): transition to reduce height of empty block | Hsieh Chin Fan | 2024-09-23 | |
| | ||||
* | fix: typo | Hsieh Chin Fan | 2024-09-23 | |
| | ||||
* | fix: patch 516aab9, this is real Animaiton do nothing | Hsieh Chin Fan | 2024-09-23 | |
| | ||||
* | chore: stylelint | Hsieh Chin Fan | 2024-09-22 | |
| | ||||
* | 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(utils): return empty Animation, not null for DOMRect | Hsieh Chin Fan | 2024-09-22 | |
| | ||||
* | feat(CSS): use class name to hide draggable block | Hsieh Chin Fan | 2024-09-22 | |
| | ||||
* | feat(utils): allow rect transition based only on left/top | Hsieh Chin Fan | 2024-09-22 | |
| | ||||
* | feat(layout): remove unnecessary observer | Hsieh Chin Fan | 2024-09-22 | |
| | ||||
* | fix: unrenamed CSS selector for 42f7b2f | 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 | |
| |