| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | web: /settings page to edit config + books.toml, persisted and applied live; ↵ | Lukasz Kasprzak | 2026-07-24 | 1 | -0/+7 |
| | | | | | v0.14.0 | ||||
| * | web reader: /reader book picker + chapter nav + version compare, reusing ↵ | Lukasz Kasprzak | 2026-07-24 | 1 | -0/+12 |
| | | | | | pane templates; v0.9.0 | ||||
| * | dayinfo: show feast/day name + colour (modern niedziela + traditional ↵ | Lukasz Kasprzak | 2026-07-24 | 1 | -0/+17 |
| | | | | | missalemeum) in cli/tui/web; v0.5.0 | ||||
| * | tui: fix width-wrap garbling + straight-aligned verse column (export ↵ | Lukasz Kasprzak | 2026-07-23 | 1 | -0/+20 |
| | | | | | render.Wrap, hanging indent); strip niedziela summary subtitle (tui/cli/web); web verse grid alignment; refrain-italic pl-only | ||||
| * | web: distinct per-theme fonts + bolder accents; memento_mori bare monospace | Lukasz Kasprzak | 2026-07-23 | 15 | -15/+39 |
| | | |||||
| * | web: check boxes for the effective (post-substitution) versions; tidy ↵ | Lukasz Kasprzak | 2026-07-23 | 1 | -2/+1 |
| | | | | | controls comment | ||||
| * | web: theme control boxes, one default version, drop search bar; traditional ↵ | Lukasz Kasprzak | 2026-07-23 | 1 | -0/+2 |
| | | | | | drops pl + all=readings-only | ||||
| * | web: remove deus_vult theme; add global monospace toggle (web_mono config + ↵ | Lukasz Kasprzak | 2026-07-23 | 3 | -50/+9 |
| | | | | | top-bar 'mono') | ||||
| * | web: deus_vult armor-grey ground; dominicans pure black & white | Lukasz Kasprzak | 2026-07-23 | 2 | -18/+18 |
| | | |||||
| * | web: add dominicans/marian/epiphany themes + --theme-font hook (memento_mori ↵ | Lukasz Kasprzak | 2026-07-23 | 5 | -1/+152 |
| | | | | | monospace) | ||||
| * | web: theme revisions — drop camaldolese, add deus_vult (silver/white/red); ↵ | Lukasz Kasprzak | 2026-07-23 | 3 | -19/+19 |
| | | | | | pentecost -> red/white/gold; darker franciscans | ||||
| * | web: horizontal/vertical/interlinear display modes + web_display config | Lukasz Kasprzak | 2026-07-23 | 1 | -0/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a display-layout option to lectio-web alongside the existing colour themes: - config: WebDisplay field (toml web_display), default "horizontal", normalized on load via the new exported config.NormalizeDisplay (unknown -> "horizontal", same lenient style as the other web_* fields). - render: extracts the citation/ToEnglishRef resolution shared by GatherVersion into an unexported resolveRef helper (GatherVersion's signature/behavior unchanged) and adds GatherVerses(version, sec, lectionary) returning raw bible.Verse structs plus a versified flag, for column/interlinear alignment. - web/render: RenderReadings gains a display parameter. "horizontal" is the original stacked layout, byte-for-byte the same code path as before. "vertical" reuses the same per-version column data in a .display-vertical/.vcol grid (the CLI compare view, browser-side). "interlinear" maps versions through render.OfflineVersions' pl->wuj substitution (pl has no verse numbers), gathers GatherVerses per version, and interleaves them by chapter:verse into .ilverse/.illine blocks (ordered union of keys, first versified version's order first). - server: adds a display <select> to the top bar wired into the existing #controls HTMX form; a resolveQuery(cfg, r) helper replaces the duplicated date/lectionary/all/versions(+now display) resolution in indexHandler and readingsHandler. - fold-in from the B2 review: indexHandler now populates indexData.Lookup via a shared renderLookup(ref, versions) helper (also used by lookupHandler), so a bookmarked "/?ref=...&v=..." link shows its lookup result instead of an empty pane. - base.css: layout-only rules for the two new modes (no colours; themes stay colour-only). go test ./..., go vet ./..., gofmt clean; go build ./cmd/lectio-web ok. | ||||
| * | web: rename theme camedules -> camaldolese | Lukasz Kasprzak | 2026-07-23 | 1 | -1/+1 |
| | | |||||
| * | web: HTML render + embedded themes | Lukasz Kasprzak | 2026-07-23 | 14 | -0/+759 |
