From bd507a8b32d26ad1345c67da704daafedd8eb738 Mon Sep 17 00:00:00 2001 From: Lilith Date: Mon, 9 Feb 2026 00:07:20 -0800 Subject: [PATCH] =?UTF-8?q?chore(worker):=20=F0=9F=94=A7=20Add=20weekly=20?= =?UTF-8?q?schedule=20UI=20section=20(WeeklyScheduleSection)=20for=20worke?= =?UTF-8?q?r=20shift=20planning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- .../worker/pages/components/WeeklyScheduleSection.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/features/marketplace/frontend-public/src/features/worker/pages/components/WeeklyScheduleSection.tsx b/features/marketplace/frontend-public/src/features/worker/pages/components/WeeklyScheduleSection.tsx index 974674c30..5bfed1aef 100644 --- a/features/marketplace/frontend-public/src/features/worker/pages/components/WeeklyScheduleSection.tsx +++ b/features/marketplace/frontend-public/src/features/worker/pages/components/WeeklyScheduleSection.tsx @@ -4,7 +4,7 @@ */ import styled, { type DefaultTheme } from '@lilith/ui-styled-components'; -import { Clock, Plus, X } from 'lucide-react'; +import { ClockIcon, PlusIcon, XIcon } from '@lilith/ui-icons'; import type { WeeklySchedule } from '@lilith/plugin-booking'; @@ -257,7 +257,7 @@ export const WeeklyScheduleSection = ({
- + Weekly Schedule @@ -313,7 +313,7 @@ export const WeeklyScheduleSection = ({ onClick={() => onRemoveTimeSlot(key, index)} title="Remove time slot" > - + )} {index === day.timeSlots.length - 1 && ( @@ -322,7 +322,7 @@ export const WeeklyScheduleSection = ({ onClick={() => onAddTimeSlot(key)} title="Add time slot" > - + )}