Collapse quarter-hour details by default

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-14 12:57:24 +01:00
co-authored by Claude Opus 4.6
parent 7e7b28cf85
commit 9554e511ad
+1 -1
View File
@@ -48,7 +48,7 @@
(defn- hour-block [hour quarters]
(let [sorted (sort-by #(.getMinute (->ldt (:time_dk %))) quarters)
avg (avg-ore quarters)]
[:details {:class "border-2 border-blue-400 rounded-lg mb-2" :open true}
[:details {:class "border-2 border-blue-400 rounded-lg mb-2"}
[:summary {:class "flex justify-between py-2 px-3 cursor-pointer hover:bg-gray-50
font-medium text-gray-900"}
[:span (format "%02d:00" hour)]