feat: dashboard error boundaries, loading guards, and data import settings page
- Add page-level and layout-level error.tsx boundaries for dashboard - Add loading guard to dashboard page to defer API calls until auth is ready - Fix Dockerfile to accept NEXT_PUBLIC_API_URL as build arg - Fix .env.example API URL to include /api suffix - Add Data Import tab in settings for CSV/Excel import of clients and invoices - Create import page with template download, drag-drop upload, and row-level results
This commit is contained in:
@@ -1 +1 @@
|
||||
NEXT_PUBLIC_API_URL=http://localhost:3001
|
||||
NEXT_PUBLIC_API_URL=http://localhost:3001/api
|
||||
|
||||
Reference in New Issue
Block a user