Split admin dashboard, implement user and booking search
This commit is contained in:
+142
-3169
File diff suppressed because it is too large
Load Diff
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user