candle-annotator/src
Marko Djordjevic fe68eca773 Add settings gear icon to sidebar (task 13.2)
Added a Settings icon button next to the theme toggle in the sidebar header
that links to /app/settings. This provides quick access to user settings
from the main workspace.

- Import Link from next/link in app/page.tsx
- Add Settings icon with link to /app/settings in sidebar header
- Mark task 13.2 as complete in tasks.md

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-20 13:42:19 +01:00
..
app Add settings gear icon to sidebar (task 13.2) 2026-02-20 13:42:19 +01:00
components feat(13.1): add UserMenu component with avatar, Settings link, and Sign Out 2026-02-20 13:41:21 +01:00
lib Add src/lib/auth.ts helper for extracting user from Auth.js session 2026-02-20 10:19:12 +01:00
plugins fix: resolve TypeScript narrowing errors and renamed lightweight-charts exports 2026-02-16 16:05:54 +01:00
types task 9.6: create src/types/index.ts barrel file re-exporting all types 2026-02-18 15:45:58 +01:00
auth.ts Task 4.2: Add default data seeding on new user creation 2026-02-20 10:16:55 +01:00
middleware.ts Add Next.js middleware for route protection (task 5.1) 2026-02-20 10:18:15 +01:00
proxy.ts fix(auth): allow same-origin browser requests through API middleware 2026-02-18 23:07:42 +01:00