From 11150309d483ed675d7ca8a3bd9743f0f31dcc85 Mon Sep 17 00:00:00 2001 From: spandev <143828642+Spandan-Mishra@users.noreply.github.com> Date: Wed, 31 Dec 2025 15:32:40 +0530 Subject: [PATCH 1/2] fix: added message in schedule bulk update (#26334) --- apps/web/modules/availability/availability-view.tsx | 2 +- apps/web/public/static/locales/en/common.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/web/modules/availability/availability-view.tsx b/apps/web/modules/availability/availability-view.tsx index 01912c6efe6cda..5b5355422eae82 100644 --- a/apps/web/modules/availability/availability-view.tsx +++ b/apps/web/modules/availability/availability-view.tsx @@ -96,7 +96,7 @@ export function AvailabilityList({ availabilities }: AvailabilityListProps) { onSuccess: () => { utils.viewer.availability.list.invalidate(); revalidateAvailabilityList(); - showToast(t("success"), "success"); + showToast(t("bulk_updated_schedule_successfully"), "success"); callback(); }, } diff --git a/apps/web/public/static/locales/en/common.json b/apps/web/public/static/locales/en/common.json index b38ffb7ae53af1..5824d4067b640c 100644 --- a/apps/web/public/static/locales/en/common.json +++ b/apps/web/public/static/locales/en/common.json @@ -1294,6 +1294,7 @@ "delete_schedule_description": "Deleting a schedule will remove it from all event types. This action cannot be undone.", "schedule_created_successfully": "{{scheduleName}} schedule created successfully", "availability_updated_successfully": "{{scheduleName}} schedule updated successfully", + "bulk_updated_schedule_successfully": "Bulk updated selected event types with default schedule", "schedule_deleted_successfully": "Schedule deleted successfully", "default_schedule_name": "Working Hours", "new_schedule_heading": "Create an availability schedule", From fdb4cc5f700f9f396548030f3d1b4b1b61ef4a15 Mon Sep 17 00:00:00 2001 From: Kartik Labhshetwar Date: Wed, 31 Dec 2025 15:55:37 +0530 Subject: [PATCH 2/2] fix: replace scroll-bar with no-scrollbar in AvailableTimeSlots component (#26339) Co-authored-by: Dhairyashil Shinde <93669429+dhairyashiil@users.noreply.github.com> --- .../bookings/Booker/components/AvailableTimeSlots.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/features/bookings/Booker/components/AvailableTimeSlots.tsx b/packages/features/bookings/Booker/components/AvailableTimeSlots.tsx index f05d7667964c39..34f67e690c55f9 100644 --- a/packages/features/bookings/Booker/components/AvailableTimeSlots.tsx +++ b/packages/features/bookings/Booker/components/AvailableTimeSlots.tsx @@ -218,7 +218,7 @@ export const AvailableTimeSlots = ({
@@ -227,7 +227,7 @@ export const AvailableTimeSlots = ({ {!isLoading && slotsPerDay.length > 0 && slotsPerDay.map((slots) => ( -
+