Commit Graph

5 Commits

Author SHA1 Message Date
58552b536f chore: Use webpack to build production version 2026-06-05 03:04:58 +00:00
41bbb7a44b chore: Format code with Prettier 2026-06-05 02:41:10 +00:00
52ee6ea26b feat: Add Manage page, light/dark theme toggle, and URL sharing
- Move Save, Load, Export, Import buttons to a dedicated Manage page
- Add light theme with warm parchment palette; auto-detect via prefers-color-scheme, persisted to localStorage
- Add URL sharing: sheet state is deflate-raw compressed, base64-encoded, and stored in ?c= parameter; auto-save is suppressed when viewing a shared URL
- Extract JS to fabula-ultima-sheet.js

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-05 02:28:12 +00:00
74efbe9c1b feat: Light theme 2026-06-05 02:00:54 +00:00
d22393771a chore: Split out CSS 2026-06-05 01:48:25 +00:00