candle-annotator/src/app
Marko Djordjevic 9514a987e3 Add settings page profile section (task 12.1)
Create src/app/app/settings/page.tsx as a client component with a
Profile section: display name input pre-filled from session with a
Save button (PUT /api/auth/profile), read-only email field, and
success/error feedback. Mark task 12.1 done in tasks.md.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-20 13:32:39 +01:00
..
(public) Add Continue with Google button to register page 2026-02-20 13:31:03 +01:00
annotation-types code-review-fix task 12.3: fix dark theme on annotation-types and span-label-types pages 2026-02-18 20:36:31 +01:00
api Add X-User-ID header to all FastAPI ML service proxy routes 2026-02-20 13:12:25 +01:00
app Add settings page profile section (task 12.1) 2026-02-20 13:32:39 +01:00
span-label-types code-review-fix task 12.3: fix dark theme on annotation-types and span-label-types pages 2026-02-18 20:36:31 +01:00
globals.css code-review-fix task 12.5: replace Google Font CSS @import with next/font/google in layout.tsx 2026-02-18 20:38:20 +01:00
layout.tsx code-review-fix task 12.5: replace Google Font CSS @import with next/font/google in layout.tsx 2026-02-18 20:38:20 +01:00
page.tsx Task 8.2: Move src/app/page.tsx to src/app/app/page.tsx 2026-02-20 13:14:15 +01:00