Redesign readings page: two-column layout, compact reading list, toggle widgets - #167
Merged
Merged
Conversation
…le widgets - Split the readings page into two columns (Scripture Readings left, Commemorations right) instead of letting each passage's text flow into its own internal multi-column layout. Collapses to a single stacked column below 800px. - Fixed the header/content divider line: it was drawing as two separate border-top segments (one per column) with a gap between them; moved the border onto the shared .readings-columns wrapper so it's one continuous line. - Added a compact Scripture Readings list to the header, above Commemorations, styled the same way -- each entry links to its full passage in the left column via a new per-reading anchor id. - Replaced the stacked Slavic/Greek and Gregorian/Julian radio button rows with two compact segmented-control widgets side by side (same markup change applied to calendar.html, which shared the old layout). Pure CSS: the radio inputs stay real and functional, just visually hidden, with :has(input:checked) styling the active segment -- no JS changes needed. Removed the now-dead .tradition-label-with-badge and radio accent-color rules. 142/142 tests pass (no test touches this template's HTML structure). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Hf6j2xXQXywHVh3HAVRxB3
brianglass
force-pushed
the
readings-page-layout-redesign
branch
from
August 10, 2026 16:06
d4dbcf8 to
b1fa78e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.readings-columnswrapper.:has(input:checked)for the active state, no JS changes) -- applied to bothreadings.htmlandcalendar.html, which shared the old markup.Test plan
🤖 Generated with Claude Code
https://claude.ai/code/session_01Hf6j2xXQXywHVh3HAVRxB3