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>
This commit is contained in:
Marko Djordjevic 2026-02-20 13:42:19 +01:00
parent 9884f47d5a
commit fe68eca773
2 changed files with 9 additions and 1 deletions

View file

@ -76,7 +76,7 @@
## 13. App Layout & User Menu
- [x] 13.1 `[sonnet]` Create user menu component: avatar/initial, dropdown with "Settings" and "Sign Out" links
- [ ] 13.2 `[haiku]` Add settings gear icon to sidebar (near theme toggle)
- [x] 13.2 `[haiku]` Add settings gear icon to sidebar (near theme toggle)
- [ ] 13.3 `[haiku]` Wire `signOut()` in user menu to destroy session and redirect to `/login`
## 14. ML Service User Scoping