aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/css
Commit message (Collapse)AuthorAge
...
* feat(CSS): set min-width for componentsHsieh Chin Fan2024-10-02
|
* style: stylelintHsieh Chin Fan2024-10-02
|
* feat: add checked/unchecked state for block menu itemHsieh Chin Fan2024-10-02
| | | | also, prevent menu got erased by className
* feat: add checked/unchecked state for block menu itemHsieh Chin Fan2024-10-02
| | | | also, prevent menu got erased by className
* feat: prevent menu show outside of windowHsieh Chin Fan2024-10-02
|
* feat: use focus to decide display in overlay layoutHsieh Chin Fan2024-10-02
|
* fix(CSS): border for mapsHsieh Chin Fan2024-10-02
| | | | library like leaflet set background as gray
* feat: beautify menu-item for alignmentHsieh Chin Fan2024-10-02
|
* chore(CSS): beautify content of menu itemHsieh Chin Fan2024-10-01
|
* fix: apply different style on menusHsieh Chin Fan2024-10-01
|
* refactor: style for menu itemHsieh Chin Fan2024-10-01
|
* fix: patch 756a8b9, prevent affect elements in mapHsieh Chin Fan2024-10-01
|
* fix: keep data-mode=editing when HTML refreshHsieh 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"
* style: stylelintHsieh Chin Fan2024-10-01
|
* feat: print details of renderer result (finally)Hsieh Chin Fan2024-10-01
|
* refactor: move menu feature from editor to dumbymapHsieh Chin Fan2024-10-01
|
* style: stylelintHsieh Chin Fan2024-09-30
|
* feat(CSS): make step indicator smallerHsieh Chin Fan2024-09-30
|
* fix(CSS): sub-menu lookingHsieh 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
|
* feat(mapclay): add callback to indicate rendering progressHsieh Chin Fan2024-09-29
|
* feat(CSS): add icon for external linkHsieh Chin Fan2024-09-29
|
* style: prettier for stylelintHsieh Chin Fan2024-09-28
|
* style: prettierHsieh Chin Fan2024-09-28
|
* 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
|
* chore: CSS improveHsieh 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
* fix(layout): position of scrollable barHsieh Chin Fan2024-09-24
|
* feat(CSS): add focus visual to editor and outputHsieh 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
|
* 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 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.