From 22efca3118676926dec4af74fe8e225606063a35 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Sat, 24 Jan 2026 20:28:15 -1000 Subject: Fix UI bugs and add Timeline view MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug fixes: - #25: Replace 📅 with 🗓️ to avoid misleading date display - #30: Standardize background opacity (shopping items now use bg-white/5) New feature: - #11: Add Timeline view showing chronological events/tasks/meals Co-Authored-By: Claude Opus 4.5 --- web/templates/index.html | 2 +- web/templates/partials/shopping-tab.html | 2 +- web/templates/partials/timeline-tab.html | 74 ++++++++++++++++++++++++++++++++ 3 files changed, 76 insertions(+), 2 deletions(-) create mode 100644 web/templates/partials/timeline-tab.html (limited to 'web') diff --git a/web/templates/index.html b/web/templates/index.html index a5a7f38..9687884 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -62,7 +62,7 @@ hx-target="#tab-content" hx-push-url="?tab=timeline" onclick="setActiveTab(this)"> - 📅 Timeline + 🗓️ Timeline