From 186c5360570c6d9955ef50dd54bc7a16ff642e7c Mon Sep 17 00:00:00 2001 From: iamkiddy Date: Fri, 5 Dec 2025 18:55:30 +0000 Subject: [PATCH] Refine appointment detail styles and enhance status handling - Updated the appointment detail page to adjust the CSS class for the Video component, improving layout consistency. - Added handling for "cancelled" and "canceled" statuses in the user dashboard, ensuring accurate representation of appointment states and enhancing user experience. --- app/(admin)/admin/booking/[id]/page.tsx | 2 +- app/(user)/user/dashboard/page.tsx | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/(admin)/admin/booking/[id]/page.tsx b/app/(admin)/admin/booking/[id]/page.tsx index e8bb34e..ff14ed3 100644 --- a/app/(admin)/admin/booking/[id]/page.tsx +++ b/app/(admin)/admin/booking/[id]/page.tsx @@ -845,7 +845,7 @@ export default function AppointmentDetailPage() { disabled className={`flex items-center justify-center gap-2 w-full cursor-not-allowed h-12 rounded-lg text-sm sm:text-base font-medium transition-colors ${isDark ? "bg-gray-700 text-gray-500" : "bg-gray-300 text-gray-500"}`} > -