candle-annotator/src/app
Marko Djordjevic 985f459bd7 Task 8.2: Move src/app/page.tsx to src/app/app/page.tsx
- Create src/app/app/ directory
- Move the main app component (dashboard) to src/app/app/page.tsx
- Replace src/app/page.tsx with a redirect to /login
- Update tasks.md to mark 8.2 as complete

This establishes the /app workspace route for the authenticated app while the root / will redirect to login.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-20 13:14:15 +01:00
..
(public) Task 8.1: Create public layout with minimal structure (shared fonts/theme, no sidebar) 2026-02-20 13:13:25 +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 Task 8.2: Move src/app/page.tsx to src/app/app/page.tsx 2026-02-20 13:14:15 +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