compassmock/drizzle/meta/_journal.json
Nicholai b5211d181d
feat(theme): visual theme system with presets and AI tools (#51)
* feat(theme): visual theme system with presets, custom themes, and AI tools

Runtime theming engine with 10 preset palettes, user custom themes
persisted to D1, animated circle-reveal transitions via View Transition
API, and AI agent tools for generating/editing themes incrementally.

- Theme library: types, presets, CSS injection, font loading, animation
- Theme provider with localStorage cache for instant load (no FOUC)
- Server actions for theme CRUD and user preference persistence
- Agent tools: listThemes, setTheme, generateTheme, editTheme
- Appearance tab extracted from settings modal
- Migration 0015: custom_themes + user_theme_preference tables
- Developer documentation in docs/theme-system.md

* fix(db): make migration 0016 idempotent

tables were already created as 0015 before renumber.
use IF NOT EXISTS so the migration is safe to re-run.

---------

Co-authored-by: Nicholai <nicholaivogelfilms@gmail.com>
2026-02-06 22:32:21 -07:00

125 lines
2.4 KiB
JSON
Executable File

{
"version": "7",
"dialect": "sqlite",
"entries": [
{
"idx": 0,
"version": "6",
"when": 1769219785552,
"tag": "0000_nice_sabra",
"breakpoints": true
},
{
"idx": 1,
"version": "6",
"when": 1769222679525,
"tag": "0001_gorgeous_sebastian_shaw",
"breakpoints": true
},
{
"idx": 2,
"version": "6",
"when": 1769231679439,
"tag": "0002_tricky_harpoon",
"breakpoints": true
},
{
"idx": 3,
"version": "6",
"when": 1769286212480,
"tag": "0003_burly_kabuki",
"breakpoints": true
},
{
"idx": 4,
"version": "6",
"when": 1769287376759,
"tag": "0004_quick_firebrand",
"breakpoints": true
},
{
"idx": 5,
"version": "6",
"when": 1770235828892,
"tag": "0005_concerned_midnight",
"breakpoints": true
},
{
"idx": 6,
"version": "6",
"when": 1770235964505,
"tag": "0006_brainy_vulcan",
"breakpoints": true
},
{
"idx": 7,
"version": "6",
"when": 1770321600000,
"tag": "0007_add_customer_fields",
"breakpoints": true
},
{
"idx": 8,
"version": "6",
"when": 1770320934942,
"tag": "0008_superb_lifeguard",
"breakpoints": true
},
{
"idx": 9,
"version": "6",
"when": 1770343768032,
"tag": "0009_curious_matthew_murdock",
"breakpoints": true
},
{
"idx": 10,
"version": "6",
"when": 1770345545163,
"tag": "0010_busy_shockwave",
"breakpoints": true
},
{
"idx": 11,
"version": "6",
"when": 1770353981978,
"tag": "0011_damp_shiver_man",
"breakpoints": true
},
{
"idx": 12,
"version": "6",
"when": 1770389906158,
"tag": "0012_chilly_lake",
"breakpoints": true
},
{
"idx": 13,
"version": "6",
"when": 1770427704637,
"tag": "0013_curved_ricochet",
"breakpoints": true
},
{
"idx": 14,
"version": "6",
"when": 1770431392946,
"tag": "0014_new_giant_girl",
"breakpoints": true
},
{
"idx": 15,
"version": "6",
"when": 1770439304946,
"tag": "0015_busy_photon",
"breakpoints": true
},
{
"idx": 16,
"version": "6",
"when": 1770436668271,
"tag": "0016_noisy_gorilla_man",
"breakpoints": true
}
]
}