Files
fourge-portal/.claude/settings.local.json
T
Krao Hasanee 04e0911e9f fix: crash bugs in TeamInvoices + faster load
Bug fixes:
- TeamInvoices: add useAuth import/currentUser (invoice-create crash)
- TeamInvoices: setChartYear -> setExportYear (year-dropdown crash)
- TeamDashboard: drop redundant setState-in-effect (cascading renders)
- Companies: delete dead _UnusedClientCompanies (illegal hook calls)
- annotate intentional empty PDF-fallback catches

Load speed:
- preconnect/dns-prefetch to Supabase origin
- lazy-load heic-to in Converters: page chunk 2737KB -> 9KB
- split recharts into its own 'charts' vendor chunk

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-08 12:59:11 -04:00

17 lines
569 B
JSON

{
"permissions": {
"allow": [
"Bash(npm run *)",
"Bash(awk 'NR>=547 && /^}/ {print NR\": \"$0; c++; if\\(c>=1\\) exit}' src/pages/Companies.jsx)",
"Bash(sed -n '545,548p' src/pages/Companies.jsx)",
"Bash(sed -i '' '545,715d' src/pages/Companies.jsx)",
"Bash(sed -n '542,548p' src/pages/Companies.jsx)",
"Bash(sed -n '76,80p' src/pages/team/TeamSubInvoiceDetail.jsx)",
"Bash(sed -n '147p' src/pages/Profile.jsx)",
"Bash(awk '{print $5, $9}')",
"Bash(git add *)",
"Bash(git commit -q -m ' *)"
]
}
}