Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | chore: fix error from stylelint | Hsieh Chin Fan | 2024-09-19 | |
| | ||||
* | feat: improve CSS for draggable block | Hsieh Chin Fan | 2024-09-18 | |
| | ||||
* | feat: swith focus map by tab key and click | Hsieh Chin Fan | 2024-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 scroll | Hsieh Chin Fan | 2024-09-16 | |
| | ||||
* | feat(CSS): draggable handle | Hsieh Chin Fan | 2024-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): Set padding for each element in draggable block | Hsieh Chin Fan | 2024-09-15 | |
| | ||||
* | feat(CSS): Make draggable blocks resizable | Hsieh Chin Fan | 2024-09-15 | |
| | ||||
* | chore: eslint | Hsieh Chin Fan | 2024-09-15 | |
| | ||||
* | fix(CSS): Set html content full width | Hsieh Chin Fan | 2024-09-15 | |
| | ||||
* | chore(CSS): Improve layout of DumbyMap | Hsieh Chin Fan | 2024-09-15 | |
| | ||||
* | fix(CSS): z-index of blocks as overlay | Hsieh Chin Fan | 2024-09-15 | |
| | ||||
* | feat: Improve draggable behavior in overlay layout | Hsieh Chin Fan | 2024-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 attribute | Hsieh Chin Fan | 2024-09-15 | |
| | ||||
* | refactor(CSS): Rename class name for HTML holder | Hsieh Chin Fan | 2024-09-15 | |
| | | | | result-html => DumbyMap | |||
* | fix: Update class name for map showcase | Hsieh Chin Fan | 2024-09-12 | |
| | ||||
* | refactor: Switch to EasyMDE | Hsieh Chin Fan | 2024-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() | |||
* | style: Add comments | Hsieh Chin Fan | 2024-09-10 | |
| | ||||
* | chore: Remove useless CSS | Hsieh Chin Fan | 2024-09-09 | |
| | ||||
* | Initial Commit | Hsieh Chin Fan | 2024-09-07 | |