From 5624ca59ca404974d959677216ccca59957d836e Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Sun, 17 May 2026 13:03:30 +0200 Subject: [PATCH] feat(17): add day-separator headers to planning event list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - PlanningShowDaySeparator in planning_forms.go — returns true when date changes between consecutive events - PlanningDaySeparator templ: slate-50 header row with date label and data-day-separator attribute - PlanningEventListItem: remove redundant DateLabel column (now in separator) - Loop uses index to call PlanningShowDaySeparator before each event row Co-Authored-By: Claude Sonnet 4.6 (1M context) --- backend/templates/planning.templ | 16 ++++++++++++---- backend/templates/planning_forms.go | 10 ++++++++++ 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/backend/templates/planning.templ b/backend/templates/planning.templ index f462f60..d065fab 100644 --- a/backend/templates/planning.templ +++ b/backend/templates/planning.templ @@ -32,8 +32,11 @@ templ PlanningPage(user *auth.User, csrfToken string, activePath string, tablos

Use the navigation controls to browse another 14-day window.

} else { -