From b412b2a7e6b475d77d215374eafbabc086ba1534 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Tue, 20 Jan 2026 20:32:22 -1000 Subject: Improve mobile responsiveness - Hide full header on mobile, show compact version - Make Quick Add collapsible to save space - Compact task cards: smaller padding, text, and gaps - Remove checkbox decoration, tap card to complete - Reduce side padding on mobile - Smaller tab buttons on mobile Co-Authored-By: Claude Opus 4.5 --- web/templates/partials/tasks-tab.html | 98 +++++++++++++---------------------- 1 file changed, 37 insertions(+), 61 deletions(-) (limited to 'web/templates/partials') diff --git a/web/templates/partials/tasks-tab.html b/web/templates/partials/tasks-tab.html index 7c94849..3f0d5bf 100644 --- a/web/templates/partials/tasks-tab.html +++ b/web/templates/partials/tasks-tab.html @@ -4,36 +4,43 @@ hx-trigger="refresh-tasks from:body" hx-target="#tab-content" hx-swap="innerHTML"> - -
-

Quick Add

-
+
+ +
-
+
+ class="border border-gray-300 rounded-lg px-2 py-2 text-sm focus:ring-2 focus:ring-primary-500">
@@ -42,7 +49,7 @@