Summary
Create a sticky, responsive navbar with the Windmill logo, navigation links, and a mobile hamburger menu.
Tasks
Files to change
components/navbar.tsx (new, ~150 lines)
app/layout.tsx (~5 lines added)
components/mobile-menu.tsx (new, ~80 lines)
Acceptance criteria
- Navbar appears on all pages
- Mobile menu works on small screens
npm run build succeeds
Summary
Create a sticky, responsive navbar with the Windmill logo, navigation links, and a mobile hamburger menu.
Tasks
components/navbar.tsxwith:layout.tsxFiles to change
components/navbar.tsx(new, ~150 lines)app/layout.tsx(~5 lines added)components/mobile-menu.tsx(new, ~80 lines)Acceptance criteria
npm run buildsucceeds