root
6ca8519250
Add responsive preview, editor themes, template gallery, devtools, and autocomplete
...
- Device breakpoint toggles (mobile 375px / tablet 768px / desktop 100%)
- Editor theme selector with 6 themes (VS Dark/Light, High Contrast, Monokai, Dracula, GitHub Dark)
- Starter template gallery with 8 pre-built templates (Todo, API Fetch, CSS Animation, etc.)
- Code autocomplete with DOM/React type definitions and snippet completions
- Devtools panels: console, network, elements, performance
- Code formatter (Prettier), diff view, and linter integration
2026-02-27 01:22:16 -06:00
root
b18c9c1dc8
Add QoL features: preview theme, external resources, shortcuts, mobile layout
...
- Dark/light preview theme toggle with localStorage persistence and
dark CSS injection in preview, export, and embed
- External CSS/JS resources modal with per-fiddle persistence in
options column, injected as link/script tags
- Keyboard shortcuts cheat sheet modal (? button or ? key)
- Mobile-responsive CSS with breakpoints at 768px and 480px
for both editor and browse pages
2026-02-26 15:39:16 -06:00
root
7f51af17a3
Add editor experience features: auto-run, layouts, resizable panels, Emmet, vim/emacs
...
- Auto-run toggle with localStorage persistence (toolbar checkbox)
- Layout selector: default, top/bottom, editor-only, preview-only
- Resizable panels via drag dividers with double-click reset
- Emmet abbreviation expansion for HTML, CSS, and JSX
- Vim and Emacs keybinding modes with lazy-loaded CDN libraries
- Shared preferences module for localStorage management
- Editor hooks for tab switch and mode change callbacks
2026-02-26 11:19:14 -06:00