feat(owner): enhance project list and detail views

- Implemented enhanced Owner Project List with search, filtering (status/phase), and sorting.
- Added ambient background and responsive card/table layout to Project List.
- Implemented comprehensive Owner Project Detail view with tabs for Overview, Budget, Change Orders, RFIs, Milestones, Invoices, Risks, and Activity.
- Added budget visualization using Recharts and milestone timeline.
- Added SPA rewrite rules in vercel.json.
This commit is contained in:
Satyam
2026-02-18 12:17:00 +05:30
parent 12332360c9
commit fe68947f1c
3 changed files with 963 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
]
}