feat: add import dashboard UI and functionality for CSV and Excel uploads

This commit is contained in:
2025-11-10 19:06:27 +01:00
parent 3051f91ab0
commit 51c0fcec95
4 changed files with 270 additions and 77 deletions

View File

@@ -25,7 +25,8 @@
"links": [
{"href": dashboard_href, "label": "Dashboard", "match_prefix": "/"},
{"href": projects_href, "label": "Projects", "match_prefix": "/projects"},
{"href": project_create_href, "label": "New Project", "match_prefix": "/projects/create"}
{"href": project_create_href, "label": "New Project", "match_prefix": "/projects/create"},
{"href": "/imports/ui", "label": "Imports", "match_prefix": "/imports"}
]
},
{