Block a user
Add percentage fields to appointment stats and update dashboard components to display these metrics.
Add percentage fields to appointment stats and update dashboard components to display these metrics.
Comment out percentage badges in admin and user dashboard components for clarity and potential future use.
Comment out percentage badges in admin and user dashboard components for clarity and potential future use.
Add meeting status indication to appointment detail pages and dashboard stats
Add meeting status indication to appointment detail pages and dashboard stats
Enhance appointment scheduling by including timezone support in the schema and payload. Update the scheduleAppointment function to automatically use the user's timezone if not specified, improving accuracy in appointment scheduling.
Enhance appointment scheduling by including timezone support in the schema and payload. Update the scheduleAppointment function to automatically use the user's timezone if not specified, improving accuracy in appointment scheduling.
Enhance LoginDialog component to support optional redirect skipping. Update authentication flow to conditionally redirect users based on their role and current page, improving user experience during login on the booking page.
Enhance LoginDialog component to support optional redirect skipping. Update authentication flow to conditionally redirect users based on their role and current page, improving user experience during login on the booking page.