summaryrefslogtreecommitdiff
path: root/web/templates/index.html
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-01-24 20:28:15 -1000
committerPeter Stone <thepeterstone@gmail.com>2026-01-24 20:28:15 -1000
commit22efca3118676926dec4af74fe8e225606063a35 (patch)
tree9ecbf7885fb97bb0b6666452109916359ad0f59c /web/templates/index.html
parentc290113bd1a8af694b648bba4c801e00b049683a (diff)
Fix UI bugs and add Timeline view
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 <noreply@anthropic.com>
Diffstat (limited to 'web/templates/index.html')
-rw-r--r--web/templates/index.html2
1 files changed, 1 insertions, 1 deletions
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
</button>
<button
class="tab-button {{if eq .ActiveTab "shopping"}}tab-button-active{{end}}"