fix(ui): stabilize theme colors and calendar end time

This commit is contained in:
SG Command
2026-08-24 09:35:49 +02:00
parent 91c9617255
commit 8e28dec20b
10 changed files with 18 additions and 4 deletions
+1
View File
@@ -58,6 +58,7 @@ func (s *Server) handleConfig(w http.ResponseWriter, r *http.Request) {
writeJSON(w, http.StatusOK, map[string]string{
"siteUrl": s.cfg.Site.URL,
"weddingDate": s.cfg.Wedding.Date.Format(time.RFC3339),
"eventEnd": s.cfg.Wedding.EventEnd.Format(time.RFC3339),
"ceremonyTime": s.cfg.Wedding.CeremonyTime,
"rsvpByDate": s.cfg.Wedding.RSVPBy.Format(time.RFC3339),
"venueName": s.cfg.Wedding.VenueName,