daily-briefing/web
Sam bc2dcb5589 feat: interactive Vikunja tasks — checkbox toggles done, click opens task
- Added POST /api/tasks/toggle endpoint to mark tasks as done/undone
- Added toggle_task_done() in vikunja_service (POST /tasks/{id})
- Cache invalidated after toggle for immediate refresh
- Checkbox click toggles done state with visual feedback
- Click on task row opens Vikunja in new tab (/tasks/{id})
- ExternalLink icon appears on hover as affordance

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 23:43:01 +01:00
..
src feat: interactive Vikunja tasks — checkbox toggles done, click opens task 2026-03-02 23:43:01 +01:00
index.html polish: clean header, unified IBM Plex Sans typography 2026-03-02 12:04:47 +01:00
package-lock.json feat: add Admin Panel with JWT auth, DB settings, and integration management 2026-03-02 10:37:30 +01:00
package.json feat: add Admin Panel with JWT auth, DB settings, and integration management 2026-03-02 10:37:30 +01:00
postcss.config.js refactor: complete rewrite as React+FastAPI dashboard 2026-03-02 01:48:51 +01:00
tailwind.config.js polish: clean header, unified IBM Plex Sans typography 2026-03-02 12:04:47 +01:00
tsconfig.json refactor: complete rewrite as React+FastAPI dashboard 2026-03-02 01:48:51 +01:00
vite.config.ts refactor: complete rewrite as React+FastAPI dashboard 2026-03-02 01:48:51 +01:00