From ab8d96a810055dd80548e535157090f111092b25 Mon Sep 17 00:00:00 2001 From: mARTin-B78 Date: Mon, 11 May 2026 13:41:41 +0200 Subject: [PATCH] fix(mobile): header icon toggles icon rail; remove redundant nav arrows from rail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - PanelLeftOpen in header now toggles the icon rail open/close - Close button in rail uses same PanelLeftOpen icon for visual consistency - Removed nav arrows (prev/next day/week, today) from rail — available in Quick Settings - Removed Printer from rail (rarely used on mobile) - Added SlidersHorizontal (Quick Settings) to bottom of rail v1.110.2 --- package.json | 2 +- src/components/WeeklyView.tsx | 19 ++++++------------- 2 files changed, 7 insertions(+), 14 deletions(-) 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 */} +