diff --git a/package.json b/package.json index 4492700..f1de9f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "my-weekly-todo-list", - "version": "1.110.1", + "version": "1.110.2", "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 7437b6c..751c582 100644 --- a/src/components/WeeklyView.tsx +++ b/src/components/WeeklyView.tsx @@ -6066,8 +6066,8 @@ export default function WeeklyView() { {/* Mobile Header */} {isMobile && (
- {/* Left: Quick Settings */} - @@ -6131,15 +6131,8 @@ export default function WeeklyView() { alignItems: "center", paddingTop: "6px", paddingBottom: "8px", gap: "2px", overflowY: "auto", }}> - {/* Collapse */} - - {railSep} - {/* Navigation */} - - - - - + {/* Collapse — same icon as header toggle */} + {railSep} {/* View flyout */} -
{railSep} - {/* Settings + User/logout */} + {/* Quick Settings + full Settings + User/logout */} +