aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/css/dumbymap.css
Commit message (Collapse)AuthorAge
...
* 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
|
* style: prettierHsieh Chin Fan2024-09-29
|
* feat(mapclay): add callback to indicate rendering progressHsieh 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
|
* chore: style lintHsieh Chin Fan2024-09-26
|
* chore(CSS): improve lookingHsieh Chin Fan2024-09-26
|
* chore: CSS improveHsieh Chin Fan2024-09-25
|
* 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: 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(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.
* feat: Hide draggable block when it is emptyHsieh Chin Fan2024-09-23
|
* feat(layout): transition to reduce height of empty blockHsieh Chin Fan2024-09-23
|
* feat: make utils stable when user is managingHsieh 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(CSS): use class name to hide draggable blockHsieh Chin Fan2024-09-22
|
* feat(layout): keep handle be active when on dragHsieh Chin Fan2024-09-22
| | | | Even if cursor is not hovering handle element
* feat: add close button for draggable blockHsieh Chin Fan2024-09-22
|
* fix(layout): cursor style on bar handleHsieh Chin Fan2024-09-22
|
* refactor: class name for content containerHsieh Chin Fan2024-09-22
| | | | | DumbyMap -> Dumby Since maps are inside it!
* feat: add resize bar for side-by-side layoutHsieh Chin Fan2024-09-22
| | | | | * SVG comes from maplibre-gl-compare * plain-draggable is awesome!
* fix: middle click to hide draggable blockHsieh Chin Fan2024-09-21
|
* feat: improve CSS for layoutsHsieh Chin Fan2024-09-21
|
* refactor: layout classHsieh Chin Fan2024-09-21
| | | | | | * put class Layout and OverlayLayout together * apply extend on OverlayLayout * rename layouts: "none" -> "normal", "side" -> "side-by-side"
* feat: add font-size plus/minus buttonHsieh Chin Fan2024-09-21
| | | | | * When draggable handle is on hover, they appears * Hide when drag start, show when drag end
* feat: add border line at bottom of draggable handleHsieh Chin Fan2024-09-20
|
* chore: update CSS files by stylelintHsieh Chin Fan2024-09-20
|
* feat: enable onscroll event from plain-draggableHsieh Chin Fan2024-09-20
| | | | | | | ref: https://github.com/anseki/plain-draggable/issues/148 * put CSS properties resize and overflow-y to content of draggable item * refine CSS for handle animation
* feat: draggable elements only appears in overlay layoutHsieh Chin Fan2024-09-20
|
* feat: animation for ShowcaseHsieh Chin Fan2024-09-20
|
* feat(CSS): set showcase display by each layoutHsieh Chin Fan2024-09-20
|