website/app/(user)/user
iamkiddy 2fd5442988 Implement appointment cancellation and rescheduling in admin view
- Added functionality for cancelling appointments with a confirmation dialog.
- Introduced rescheduling capabilities, including state management for reschedule dialogs and inputs.
- Updated the admin appointment detail page to reflect these new features, enhancing user experience and appointment management.
- Integrated new API actions for handling appointment cancellations and rescheduling, ensuring seamless workflow.
2025-12-05 18:35:20 +00:00
..
appointments/[id] Implement appointment cancellation and rescheduling in admin view 2025-12-05 18:35:20 +00:00
dashboard Update dashboard components to reflect API-driven percentage values 2025-12-05 14:29:29 +00:00
settings Refactor Booking and AppointmentDetail components to integrate new appointment scheduling format. Update time slot management to use selected_slots, enhance availability loading logic, and improve error handling. Replace legacy date and time handling with a more robust API-driven approach for better user experience and data consistency. 2025-11-27 19:18:59 +00:00