fix: responsive header with hamburger menu for mobile

- Desktop: single row with logo, nav links, QuickAdd, New note button
- Mobile: logo + QuickAdd + hamburger icon → dropdown menu
- Improved QuickAdd sizing for small screens

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-22 17:10:25 -03:00
parent 6cc5f3793a
commit d5c418c84f
6 changed files with 85 additions and 18 deletions

View File

@@ -9,7 +9,8 @@
"Bash(node:*)",
"Bash(curl:*)",
"Bash(npx tsc:*)",
"Bash(npm list:*)"
"Bash(npm list:*)",
"Bash(npx jest:*)"
]
}
}