You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
oabrivard 10b8d950b9 feat: add themes CRUD endpoints
Implements GET/POST/PUT/DELETE /api/v1/themes handlers following the same patterns as sources.rs, registers the module, and wires up routes in the router.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 months ago
.claude
backend feat: add themes CRUD endpoints 3 months ago
docs docs: add implementation plan for multi-theme Phase 1 (data model + API) 3 months ago
e2e feat: add max_links_per_source setting (default 8, was hardcoded 15) 3 months ago
frontend fix: default display level to 3 (half summary) 3 months ago
scripts fix: run seed.ts before E2E tests to create test users and sessions 3 months ago
.env.example chore: remove SESSION_SECRET and wrap master_encryption_key in Arc 3 months ago
.gitignore
AGENTS.md
CLAUDE.md feat: create themes table and migrate content settings from settings 3 months ago
docker-compose.yml