6bbd0dd8
patches: core-nav-groups is generated now, and styled from the markup
Two corrections to what this section claimed. The scss half is not an open question any more, because it was never answerable in the shape it was asked: core.sr.ht ships scss and this instance compiles none of it, on either side. The panel is styled by an inline <style> that travels with the markup — one block, identical in both templates, with every colour annotated with the scss variable it was compiled from so an upstream submission can put them back. And the patch is no longer maintained by hand. make-core-nav-groups-patch.sh runs the real image-build script against a scratch copy of the clone and diffs the result, so the diff is derived from what runs rather than kept in step with it by discipline. The "keep them in step" warning this file carried is gone because there is nothing left to keep in step. Also records a small thing worth knowing before diffing the two rendered pages: html/template strips CSS comments and Jinja does not, so they differ by exactly the annotations while the declarations are identical.
Eugene Blikh <bigbes@gmail.com> — 2026-08-23 11:03:21 UTC
Commit 6bbd0dd850ccb5b9206d26ed7767d884ea3af77e —
view raw patch
Parent(s):
74906991
| File | Status | + | − |
|---|---|---|---|
patches/README.md
|
M | +11 | -7 |
patches/core-nav-groups.patch
|
M | +116 | -177 |
patches/make-core-nav-groups-patch.sh
|
A | +60 |