Recent list: show upload date only, drop the time

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Jean-Michel Tremblay 2026-06-19 09:12:16 -04:00
parent 011f033f4b
commit 42fd0a2af4

View file

@ -131,7 +131,7 @@ func (s *Server) renderRecent(w http.ResponseWriter, r *http.Request, orderBy, t
Amount: dollars(row.AmountCents),
Category: row.Category,
Who: shortWho(row.Who),
When: row.UploadedAt.Local().Format("2006-01-02 15:04"),
When: row.UploadedAt.Local().Format("2006-01-02"),
Filename: row.OriginalFilename,
Attachments: links,
})