From 162dfb0882ef711d956305c447f75fc40906505e Mon Sep 17 00:00:00 2001 From: Marko Djordjevic Date: Fri, 20 Feb 2026 13:16:49 +0100 Subject: [PATCH] Mark task 8.4 complete: Update hardcoded links to /app Co-Authored-By: Claude Sonnet 4.6 --- openspec/changes/user-accounts/tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openspec/changes/user-accounts/tasks.md b/openspec/changes/user-accounts/tasks.md index 5cfa551..293c423 100644 --- a/openspec/changes/user-accounts/tasks.md +++ b/openspec/changes/user-accounts/tasks.md @@ -47,7 +47,7 @@ - [x] 8.1 `[haiku]` Create `src/app/(public)/layout.tsx` — minimal layout for public pages (shared fonts/theme, no sidebar) - [x] 8.2 `[haiku]` Move current `src/app/page.tsx` to `src/app/app/page.tsx` (workspace at `/app`) - [x] 8.3 `[sonnet]` Create `src/app/app/layout.tsx` — protected layout with `SessionProvider`, user menu nav bar, sidebar with settings link -- [ ] 8.4 `[haiku]` Update any hardcoded `/` links in existing components to `/app` +- [x] 8.4 `[haiku]` Update any hardcoded `/` links in existing components to `/app` ## 9. Landing Page