Split admin dashboard, implement user and booking search

This commit is contained in:
2026-01-17 18:55:58 +00:00
parent 1e8995f577
commit 3a77e582e3
17 changed files with 4315 additions and 3266 deletions
File diff suppressed because it is too large Load Diff
-4
View File
@@ -620,10 +620,6 @@
}
}
function handleBooking() {
alert('Booking submitted! (This is just a prototype - no backend connected yet)');
}
const canProceedStep1 = $derived(selectedServices.length > 0);
const canProceedStep2 = $derived(selectedDate && selectedTime);
const canProceedStep3 = $derived(