diff --git a/package.json b/package.json
index f1de9f0..f6ada5f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "my-weekly-todo-list",
- "version": "1.110.2",
+ "version": "1.110.3",
"description": "A web-based weekly task management application that organizes to-dos and calendar events in a single, intuitive weekly view",
"main": "index.js",
"scripts": {
diff --git a/src/components/WeeklyView.tsx b/src/components/WeeklyView.tsx
index 751c582..68e458d 100644
--- a/src/components/WeeklyView.tsx
+++ b/src/components/WeeklyView.tsx
@@ -5748,7 +5748,7 @@ export default function WeeklyView() {
{[1, 2, 3, 5, 7].map((num) => ())}
{profile.showTimeGrid && ({profile.language === "de" ? "Zeitfenster" : "Slot"}{(([15, 20, 30, 60] as CellDuration[])).map((d) => ())}
)}
- {profile.showTimeGrid && (:15/:30/:45
)}
+ {profile.showTimeGrid && (:15/:30/:45
)}
{profile.language === "de" ? "Textgröße" : "Text size"}{(["S", "M", "L"] as const).map((size) => ())}
{[{ label: profile.language === "de" ? "Irgendwann" : "Someday", value: effectiveShowSomeday, toggle: () => saveViewSetting("showSomeday", !effectiveShowSomeday, true) }, { label: profile.language === "de" ? "Ganztägig" : "All-day", value: effectiveShowAllDay, toggle: () => saveViewSetting("showAllDayEvents", !effectiveShowAllDay, true) }, { label: profile.language === "de" ? "Checkboxen" : "Checkboxes", value: effectiveShowTaskCheckboxes, toggle: () => saveViewSetting("showTaskCheckboxes", !effectiveShowTaskCheckboxes, true) }, { label: profile.language === "de" ? "Projekt-Icons" : "Project Icons", value: effectiveShowProjectIcons, toggle: () => saveViewSetting("showProjectIcons", !effectiveShowProjectIcons, true) }, { label: profile.language === "de" ? "Prioritäts-Icons" : "Priority Icons", value: effectiveShowPriorityIcons, toggle: () => saveViewSetting("showPriorityIcons", !effectiveShowPriorityIcons, true) }, ...((profile.weatherEnabled || profile.weatherLat || profile.weatherLon) ? [{ label: profile.language === "de" ? "Wetter" : "Weather", value: effectiveWeatherEnabled, toggle: () => { const v = !effectiveWeatherEnabled; setProfile((p: any) => ({ ...p, weatherEnabled: v })); saveViewSetting("weatherEnabled", v, true); } }] : []) ].map(({ label, value, toggle }) => ({label}
))}
@@ -5806,7 +5806,7 @@ export default function WeeklyView() {
{profile.language === "de" ? "Ansicht" : "View"}{[{ key: "simple", icon: }, { key: "calendar", icon: }, { key: "list", icon: }, { key: "kanban", icon: }, { key: "priority", icon: }].map((v) => ())}
{profile.language === "de" ? "Spalten" : "Days"}{[1, 2, 3, 5, 7].map((num) => ())}
{profile.showTimeGrid && ({profile.language === "de" ? "Zeitfenster" : "Slot"}{(([15, 20, 30, 60] as CellDuration[])).map((d) => ())}
)}
- {profile.showTimeGrid && (:15/:30/:45
)}
+ {profile.showTimeGrid && (:15/:30/:45
)}
{profile.language === "de" ? "Textgröße" : "Text size"}{(["S", "M", "L"] as const).map((size) => ())}
{[{ label: profile.language === "de" ? "Irgendwann" : "Someday", value: effectiveShowSomeday, toggle: () => saveViewSetting("showSomeday", !effectiveShowSomeday, true) }, { label: profile.language === "de" ? "Ganztägig" : "All-day", value: effectiveShowAllDay, toggle: () => saveViewSetting("showAllDayEvents", !effectiveShowAllDay, true) }, { label: profile.language === "de" ? "Checkboxen" : "Checkboxes", value: effectiveShowTaskCheckboxes, toggle: () => saveViewSetting("showTaskCheckboxes", !effectiveShowTaskCheckboxes, true) }, { label: profile.language === "de" ? "Projekt-Icons" : "Project Icons", value: effectiveShowProjectIcons, toggle: () => saveViewSetting("showProjectIcons", !effectiveShowProjectIcons, true) }, { label: profile.language === "de" ? "Prioritäts-Icons" : "Priority Icons", value: effectiveShowPriorityIcons, toggle: () => saveViewSetting("showPriorityIcons", !effectiveShowPriorityIcons, true) }, ...((profile.weatherEnabled || profile.weatherLat || profile.weatherLon) ? [{ label: profile.language === "de" ? "Wetter" : "Weather", value: effectiveWeatherEnabled, toggle: () => { const v = !effectiveWeatherEnabled; setProfile((p: any) => ({ ...p, weatherEnabled: v })); saveViewSetting("weatherEnabled", v, true); } }] : []) ].map(({ label, value, toggle }) => ({label}
))}
@@ -5880,7 +5880,7 @@ export default function WeeklyView() {
{/* Slot Duration */}
{profile.showTimeGrid && ({profile.language === "de" ? "Zeitfenster" : "Slot"}{(([15, 20, 30, 60] as CellDuration[])).map((d) => ())}
)}
- {profile.showTimeGrid && (:15/:30/:45
)}
+ {profile.showTimeGrid && (:15/:30/:45
)}
{/* Text size */}
{profile.language === "de" ? "Textgröße" : "Text size"}{(["S", "M", "L"] as const).map((size) => ())}
@@ -5996,7 +5996,7 @@ export default function WeeklyView() {
<>
{profile.language === "de" ? "Zeitfenster" : "Slot Duration"}
{(([15, 20, 30, 60] as CellDuration[])).map((d) => ())}
- :15/:30/:45
+ :15/:30/:45
>
)}
{flyoutSection === "visibility" && (
@@ -6190,7 +6190,7 @@ export default function WeeklyView() {
<>
{profile.language === "de" ? "Zeitfenster" : "Slot Duration"}
{(([15, 20, 30, 60] as CellDuration[])).map((d) => ())}
- :15/:30/:45
+ :15/:30/:45
>
)}
{flyoutSection === "visibility" && (