From ae8af86660243b75db1d54bb0c8d26431bd17f52 Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Wed, 29 Jul 2026 15:06:57 +0200 Subject: web: reader link to the left, downloads into a "pobierz" disclosure MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Finish the top-bar rework. The reader entry point now leads the controls bar on the far left (it was in the right-hand cluster); settings stays in the top-right cluster. The flat "download: txt md pdf · kalendarz" strip becomes a single "pobierz" summary that opens a small floating panel with two rows: - a month calendar with its own month + year @@ -65,17 +67,35 @@ function stepDate(n){ - {{/* Utility links, pinned to the top-right (see #controls / .controls-side). - The export URLs are built from the live control values at click time. */}} + {{/* Utility cluster, pinned to the top-right (see #controls / .controls-side): + settings, then a "pobierz" disclosure that opens two download options -- + a month calendar (its own month/year pickers) and the shown day's + readings as txt/md/pdf. Both URLs are built from live values at click + time (the readings export from the whole control form, the calendar from + its own pickers plus the hidden lectionary field). */}} - {{.L.NavReader}} → {{.L.NavSettings}} - {{.L.Export}}: - txt - md - pdf - · {{.L.Calendar}} - +
+ {{.L.Export}} +
+
+ {{.L.Calendar}} + + + PDF +
+
+ {{.Date}} + txt + md + pdf +
+
+
-- cgit v1.3