From 8ef5fc975c095d46b675fd9f6d63a99c6ca236d3 Mon Sep 17 00:00:00 2001 From: "diana.dolgolyova" Date: Thu, 12 Mar 2026 15:32:10 +0300 Subject: [PATCH] fix: gold checkbox + button layout in schedule modal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Custom gold checkbox for 'Одинаковое время' - Delete button moved to right with text label - Save button on left Co-Authored-By: Claude Opus 4.6 --- src/app/admin/schedule/page.tsx | 49 +++++++++++++++++---------------- 1 file changed, 26 insertions(+), 23 deletions(-) diff --git a/src/app/admin/schedule/page.tsx b/src/app/admin/schedule/page.tsx index 2900bd5..2c56c11 100644 --- a/src/app/admin/schedule/page.tsx +++ b/src/app/admin/schedule/page.tsx @@ -401,27 +401,29 @@ function ClassModal({ {/* Same time checkbox + time fields */} {selectedDays.size > 1 && ( -