Files
recall/.claude/settings.local.json
Daniel Arroyo d5c418c84f 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>
2026-03-22 17:10:25 -03:00

17 lines
291 B
JSON

{
"permissions": {
"allow": [
"Bash(npx prisma:*)",
"Bash(ls:*)",
"Bash(npm install:*)",
"Bash(cat:*)",
"Bash(npm run:*)",
"Bash(node:*)",
"Bash(curl:*)",
"Bash(npx tsc:*)",
"Bash(npm list:*)",
"Bash(npx jest:*)"
]
}
}