aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
...
* fix: hide menu anyway when cursor changesHsieh Chin Fan2024-09-28
|
* refactor: mapclay v0.8.2Hsieh Chin Fan2024-09-28
| | | | | | | | | | * class name from 'map-container' -> 'mapclay' * Just append rendered element when semantic HTML is generated from markdown. Reuse logic is handed by mapclay * Move logic about geolinks into afterMapRendered for each rendering (afterEachMapLoaded -> afterMapRendered)
* feat: apply options for generateMaps()Hsieh Chin Fan2024-09-27
|
* refactor: rename classname by newer mapclayHsieh Chin Fan2024-09-27
|
* feat(CSS): add gray-out to non-focused blockHsieh Chin Fan2024-09-26
|
* feat(CSS): improve lookingHsieh Chin Fan2024-09-26
|
* feat: add menu items for dumbymap.utilsHsieh Chin Fan2024-09-26
|
* chore: style lintHsieh Chin Fan2024-09-26
|
* chore(CSS): improve lookingHsieh Chin Fan2024-09-26
|
* feat: add MenuItem for GeoLinkHsieh Chin Fan2024-09-26
|
* feat: close draggable block by middle clickHsieh Chin Fan2024-09-26
|
* feat: add menu item for adding Geo-LinkHsieh Chin Fan2024-09-26
|
* refactor: methods about creating geo/doc linksHsieh Chin Fan2024-09-25
| | | | change methods to only create a single link
* chore: CSS improveHsieh Chin Fan2024-09-25
|
* chore: reformat codeHsieh Chin Fan2024-09-25
|
* refactor: general menuHsieh Chin Fan2024-09-25
| | | | | * rename suggestionEle -> menu for general use cases * set Suggestion as module
* feat(CSS): prettify of draggable barHsieh Chin Fan2024-09-24
|
* feat: improve focus utilsHsieh Chin Fan2024-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 moduleHsieh Chin Fan2024-09-24
|
* fix(layout): position of scrollable barHsieh Chin Fan2024-09-24
|
* feat: use Escape and F1 to switch preview/editorHsieh Chin Fan2024-09-24
|
* feat(CSS): add focus visual to editor and outputHsieh Chin Fan2024-09-24
|
* chore: reformat codeHsieh Chin Fan2024-09-24
|
* feat: add block indicator by peudo elementHsieh Chin Fan2024-09-24
|
* feat(CSS): universal margin for <p>Hsieh Chin Fan2024-09-24
|
* feat(CSS): set hoverable area of utils smallerHsieh Chin Fan2024-09-24
|
* feat: add timer for z-index change of draggable blockHsieh Chin Fan2024-09-24
|
* feat: add util "removeBlockFocus"Hsieh Chin Fan2024-09-24
|
* chore: update stylelintHsieh Chin Fan2024-09-24
|
* feat(CSS): set indicator of dumby-blockHsieh Chin Fan2024-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 focusHsieh Chin Fan2024-09-24
|
* feat(CSS): fix overflow of content of draggable blockHsieh Chin Fan2024-09-24
|
* patch blockHsieh Chin Fan2024-09-24
|
* feat: set focus state by CSSHsieh Chin Fan2024-09-24
| | | | data-focus -> class="focus"
* feat: add focusNextBlock utilHsieh Chin Fan2024-09-24
|
* feat: disable debounce temporarily to check performanceHsieh Chin Fan2024-09-24
|
* feat: add mapCache for rendered mapHsieh Chin Fan2024-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 Fan2024-09-23
|
* feat: Hide draggable block when it is emptyHsieh Chin Fan2024-09-23
|
* feat: remove keydown events from dumbymapHsieh Chin Fan2024-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 blockHsieh Chin Fan2024-09-23
|
* fix: typoHsieh Chin Fan2024-09-23
|
* fix: patch 516aab9, this is real Animaiton do nothingHsieh Chin Fan2024-09-23
|
* chore: stylelintHsieh Chin Fan2024-09-22
|
* feat: make utils stable when user is managingHsieh Chin Fan2024-09-22
|
* refactor: logic about overlap of draggable blockHsieh Chin Fan2024-09-22
|
* feat: add padding for plus/minus buttonHsieh Chin Fan2024-09-22
|
* feat: animation for creating draggable blockHsieh Chin Fan2024-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 DOMRectHsieh Chin Fan2024-09-22
|
* feat(CSS): use class name to hide draggable blockHsieh Chin Fan2024-09-22
|