aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/css
Commit message (Collapse)AuthorAge
...
* 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
|
* chore: stylelintHsieh Chin Fan2024-09-22
|
* 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
|
* fix: unrenamed CSS selector for 42f7b2fHsieh 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!
* refactor: rename data attribute for editorHsieh Chin Fan2024-09-22
| | | | | | data-layout -> data-mode This prevents confusing with data-layout in dumbymap
* 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
* chore: remove static css from repoHsieh Chin Fan2024-09-20
|
* 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
|
* chore: fix error from stylelintHsieh Chin Fan2024-09-19
|
* feat: improve CSS for draggable blockHsieh Chin Fan2024-09-18
|
* feat: swith focus map by tab key and clickHsieh Chin Fan2024-09-18
| | | | | | | | | | * Use data-focus attribute and MutationObserver to move map-container between Sementic HTML and Showcase. * Currently set return value of docuement.onkeydown in editor, then reset onkeydown function in dumbymap. Maybe there is a better way? * CSS to make placeholder not so obvious
* fix(CSS): stick draggable handle by scrollHsieh Chin Fan2024-09-16
|
* feat(CSS): draggable handleHsieh Chin Fan2024-09-16
| | | | | | | * Linear gradient for scroll-up contents * Set higer z-index to overlap elments like leaflets * Gray-out contents when interacting with handle * Set content padding only for direct children for block
* feat(CSS): Make toolbar has general border styleHsieh Chin Fan2024-09-15
|
* feat(CSS): Set padding for each element in draggable blockHsieh Chin Fan2024-09-15
|
* feat(CSS): Make draggable blocks resizableHsieh Chin Fan2024-09-15
|
* chore: eslintHsieh Chin Fan2024-09-15
|
* fix(CSS): Set html content full widthHsieh Chin Fan2024-09-15
|
* chore(CSS): Improve layout of DumbyMapHsieh Chin Fan2024-09-15
|
* fix(CSS): z-index of blocks as overlayHsieh Chin Fan2024-09-15
|
* feat: Improve draggable behavior in overlay layoutHsieh Chin Fan2024-09-15
| | | | | | | * Set position=absolute on each block, so they won't affect each others' y value when display=none (about Block Formatting Context) * Add title tooltip for removing block * Simple logic to set initial position of block by their width
* feat: Switch layout by attributeHsieh Chin Fan2024-09-15
|
* refactor(CSS): Rename class name for HTML holderHsieh Chin Fan2024-09-15
| | | | result-html => DumbyMap
* feat: Use monospace font in editorHsieh Chin Fan2024-09-13
|
* feat: Style code block even line is emptyHsieh Chin Fan2024-09-13
|
* fix: Prevent editor cover screenHsieh Chin Fan2024-09-12
|
* fix: terra-draw display on leafletHsieh Chin Fan2024-09-12
|
* fix: Update class name for map showcaseHsieh Chin Fan2024-09-12
|
* chore: Quick way to evenly split layoutHsieh Chin Fan2024-09-12
|
* chore: Remove unused CSSHsieh Chin Fan2024-09-11
|
* refactor: Switch to EasyMDEHsieh Chin Fan2024-09-11
| | | | | | | | EasyMDE is based on codemirror, so completion and more features maybe applied later. * Now suggestions also works in EasyMDE * For preview, change return value of markdown2HTML()
* fix: Apply style of codeblock anywayHsieh Chin Fan2024-09-10
|
* style: Add commentsHsieh Chin Fan2024-09-10
|
* chore: Remove useless CSSHsieh Chin Fan2024-09-09
|