- Fix Delete/Backspace deleting the note shape when editing text inside it. The canvas keydown handler now uses composedPath() to detect inputs inside Shadow DOM (textarea, title input). Also fixes Space key and Ctrl+Z being intercepted by canvas while typing. - Stop all keydown propagation from the editor/title inputs to prevent arrow keys from moving the shape while editing. - Fix layout: replace calc(100%-36px) with proper flex layout. Header, toolbar, footer are flex-shrink:0; editor fills remaining space. Fixes headers being cut off and weird sizing. - Add semantic zoom: icon-only (<0.3x), summary (0.3-0.7x), full editor (>0.7x). Reads --canvas-scale CSS custom property set by updateCanvasTransform(). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| public | ||
| admin.html | ||
| canvas.html | ||
| create-space.html | ||
| index.html | ||
| shell.ts | ||
| sw.ts | ||
| test-stack.html | ||