candle-annotator/src/app
Marko Djordjevic 3e242c3359 Migrate middleware.ts to proxy.ts for Next.js 16 and fix build errors
Next.js 16 renamed middleware to proxy. Merged session-based auth and
API key auth into a single proxy.ts. Also fixed: auth route handler
exports, missing card component, Button asChild type errors, signIn
return type, Drizzle eq() type narrowing, and useSearchParams suspense
boundary.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 21:52:38 +01:00
..
(public) Migrate middleware.ts to proxy.ts for Next.js 16 and fix build errors 2026-02-20 21:52:38 +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 Migrate middleware.ts to proxy.ts for Next.js 16 and fix build errors 2026-02-20 21:52:38 +01:00
app Add settings gear icon to sidebar (task 13.2) 2026-02-20 13:42:19 +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