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 --- internal/handlers/handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/handlers/handlers.go') diff --git a/internal/handlers/handlers.go b/internal/handlers/handlers.go index 4d38f72..366402e 100644 --- a/internal/handlers/handlers.go +++ b/internal/handlers/handlers.go @@ -1046,7 +1046,7 @@ func (h *Handler) HandleTabPlanning(w http.ResponseWriter, r *http.Request) { End: event.End, URL: event.HTMLLink, Source: "calendar", - SourceIcon: "📅", + SourceIcon: "🗓️", } if event.Start.Before(tomorrow) { -- cgit v1.2.3