Enhances service details with employees and addon sections

Adds new components for service employees and addons
Introduces detailed views with selectable employees and add-ons
Updates localization translations for new sections
Implements time range slider functionality for availability
This commit is contained in:
Janus C. H. Knudsen 2026-01-17 15:36:15 +01:00
parent 5e3811347c
commit 7643a6ab82
20 changed files with 830 additions and 336 deletions

View file

@ -322,6 +322,16 @@
"showPrice": "Vis pris",
"showDuration": "Vis varighed"
},
"employees": {
"employeesForService": "Medarbejdere der udfører denne service",
"selectAll": "Vælg alle / Fravælg alle",
"availability": "Tilgængelighed",
"duration": "Varighed"
},
"addons": {
"addonsForService": "Tilvalg til denne service",
"addExistingAddon": "Tilføj eksisterende tilvalg"
},
"header": {
"duration": "min varighed",
"fromPrice": "fra pris",

View file

@ -322,6 +322,16 @@
"showPrice": "Show price",
"showDuration": "Show duration"
},
"employees": {
"employeesForService": "Employees performing this service",
"selectAll": "Select all / Deselect all",
"availability": "Availability",
"duration": "Duration"
},
"addons": {
"addonsForService": "Add-ons for this service",
"addExistingAddon": "Add existing add-on"
},
"header": {
"duration": "min duration",
"fromPrice": "from price",