diff --git a/client/src/components/Planner/DayPlanSidebar.tsx b/client/src/components/Planner/DayPlanSidebar.tsx index 9bc511a..ba64b07 100644 --- a/client/src/components/Planner/DayPlanSidebar.tsx +++ b/client/src/components/Planner/DayPlanSidebar.tsx @@ -811,14 +811,14 @@ export default function DayPlanSidebar({ /> ) : (
- + {day.title || t('dayplan.dayN', { n: index + 1 })} {(() => { const dayAccs = accommodations.filter(a => day.id >= a.start_day_id && day.id <= a.end_day_id) @@ -866,17 +866,17 @@ export default function DayPlanSidebar({
@@ -1408,7 +1408,7 @@ export default function DayPlanSidebar({ {/* Notiz-Popup-Modal — über Portal gerendert, um den backdropFilter-Stapelkontext zu umgehen */} {Object.entries(noteUi).map(([dayId, ui]) => ui && ReactDOM.createPortal(
cancelNote(Number(dayId))}> @@ -1425,8 +1425,8 @@ export default function DayPlanSidebar({ {NOTE_ICONS.map(({ id, Icon }) => ( ))}
@@ -1448,7 +1448,7 @@ export default function DayPlanSidebar({ placeholder={t('dayplan.noteSubtitle')} style={{ fontSize: 12, border: '1px solid var(--border-primary)', borderRadius: 8, padding: '7px 10px', fontFamily: 'inherit', outline: 'none', width: '100%', boxSizing: 'border-box', color: 'var(--text-primary)', resize: 'none', lineHeight: 1.4 }} /> -
= 140 ? '#d97706' : 'var(--text-faint)', marginTop: -2 }}>{ui.time?.length || 0}/150
+
= 140 ? '#d97706' : 'var(--text-faint)', marginTop: -2 }}>{ui.time?.length || 0}/150