Initial commit: React + Vite plant app with footer navigation
- Wiki page with 8 plant entries, search, and category/difficulty filters - Calendar page with monthly grid, task scheduling, and upcoming tasks - My Plants page with personal collection, health tracking, and add/edit/remove - Footer navigation with Wiki, Calendar, and My Plants tabs Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(npm create:*)",
|
||||
"Bash(cmd /c \"dir /a C:\\\\Users\\\\Nille\\\\code\\\\web\\\\plant-app\")",
|
||||
"Bash(cmd /c \"dir /a /s C:\\\\Users\\\\Nille\\\\code\\\\web\\\\plant-app 2>&1\")",
|
||||
"Bash(powershell -Command \"Get-ChildItem -Path 'C:\\\\Users\\\\Nille\\\\code\\\\web\\\\plant-app' -Recurse | Select-Object FullName\")",
|
||||
"Bash(powershell -Command ':*)",
|
||||
"Bash(powershell -Command \"Get-ChildItem -Path 'C:\\\\Users\\\\Nille\\\\code\\\\web\\\\plant-app' | Select-Object Name\")",
|
||||
"Bash(npm install:*)",
|
||||
"mcp__Claude_Preview__preview_start"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user