diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-01-24 20:28:15 -1000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-01-24 20:28:15 -1000 |
| commit | 22efca3118676926dec4af74fe8e225606063a35 (patch) | |
| tree | 9ecbf7885fb97bb0b6666452109916359ad0f59c /internal/handlers/handlers.go | |
| parent | c290113bd1a8af694b648bba4c801e00b049683a (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 'internal/handlers/handlers.go')
| -rw-r--r-- | internal/handlers/handlers.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
