From e7bd09418b41741dfb7015dd8806699d2732de11 Mon Sep 17 00:00:00 2001 From: serversdown Date: Sat, 28 Mar 2026 01:44:59 +0000 Subject: [PATCH] fix: update session calendar layout and improve session labels for clarity --- .../partials/projects/sessions_calendar.html | 36 +++++++------------ templates/projects/detail.html | 1 + 2 files changed, 14 insertions(+), 23 deletions(-) diff --git a/templates/partials/projects/sessions_calendar.html b/templates/partials/projects/sessions_calendar.html index a225b9b..fc29eea 100644 --- a/templates/partials/projects/sessions_calendar.html +++ b/templates/partials/projects/sessions_calendar.html @@ -1,5 +1,5 @@ -
+
@@ -79,40 +79,29 @@ {% if day.sessions %}
{% for s in day.sessions %} - {% set tooltip %}{{ s.label }} · Device {{ s.dev_start_label }}–{{ s.dev_end_label }}{% if s.eff_start_label %} · Window {{ s.eff_start_label }}–{{ s.eff_end_label }}{% endif %}{% endset %} - + + -
+ diff --git a/templates/projects/detail.html b/templates/projects/detail.html index 26f2200..e3131dc 100644 --- a/templates/projects/detail.html +++ b/templates/projects/detail.html @@ -1842,5 +1842,6 @@ document.addEventListener('DOMContentLoaded', function() { switchTab(hash); } }); + {% endblock %}