From b2788b22696bbd1966abeb5a00b36209206921b4 Mon Sep 17 00:00:00 2001 From: Stephen Adamson Date: Fri, 29 May 2026 16:07:44 +0100 Subject: [PATCH] refactor: admin management components (discounts, holidays, schedule, time blockers) Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- .../admin/DiscountsManagement.svelte | 3 +- .../lib/components/admin/HolidayHours.svelte | 4 +-- .../lib/components/admin/TimeBlockers.svelte | 28 ++++++++----------- .../components/admin/WeeklySchedule.svelte | 4 +-- 4 files changed, 18 insertions(+), 21 deletions(-) diff --git a/frontend/src/lib/components/admin/DiscountsManagement.svelte b/frontend/src/lib/components/admin/DiscountsManagement.svelte index bf9b4e5..35fc927 100644 --- a/frontend/src/lib/components/admin/DiscountsManagement.svelte +++ b/frontend/src/lib/components/admin/DiscountsManagement.svelte @@ -1,4 +1,5 @@