Problem
The "+ New Story" button is at the bottom of the sidebar and hard to notice. It should be the most prominent action on the page.
Fix
Move the button to the top of the sidebar, directly below the "Stories" header. Use the accent color (bg-accent text-white) to make it stand out.
┌──────────────┐
│ Stories 2 │
│ [+ New Story]│ ← accent color, top position
│ │
│ ▸ new-emp... │
│ ▸ seoul-s... │
│ │
│ │
└──────────────┘
Files
app/web/components/StoryBrowser.tsx
Acceptance Criteria
Problem
The "+ New Story" button is at the bottom of the sidebar and hard to notice. It should be the most prominent action on the page.
Fix
Move the button to the top of the sidebar, directly below the "Stories" header. Use the accent color (
bg-accent text-white) to make it stand out.Files
app/web/components/StoryBrowser.tsxAcceptance Criteria