feat: implement project export to Excel with API endpoint and UI button

This commit is contained in:
2025-10-09 20:43:53 +02:00
parent ce3c53b4a8
commit ac5fedb61a
6 changed files with 208 additions and 0 deletions

View File

@@ -178,6 +178,7 @@ const translations = {
projects: "projektów",
mapView: "Widok mapy",
mine: "Moje",
exportExcel: "Eksport do Excela",
createFirstProject: "Utwórz pierwszy projekt",
noMatchingResults: "Brak projektów pasujących do kryteriów wyszukiwania. Spróbuj zmienić wyszukiwane frazy.",
showingResults: "Wyświetlono {shown} z {total} projektów",
@@ -742,6 +743,7 @@ const translations = {
projects: "projects",
mapView: "Map View",
mine: "Mine",
exportExcel: "Export to Excel",
createFirstProject: "Create first project",
noMatchingResults: "No projects match the search criteria. Try changing your search terms.",
showingResults: "Showing {shown} of {total} projects",