« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/generateStickyHeadingContainer.js
AgeCommit message (Collapse)Author
2024-11-19content: generate{Album,Flash,Track}CoverArtwork: mode slot(quasar) nebula
Passthrough. This maintains the interface previously used for all cover artworks and therefore obliterates surrounding hacks.
2024-11-19content: decompose generateCoverArtwork(quasar) nebula
No visual/site changes yet. This involves introducing an unfortunate mega-hack in generateStickyHeadingContainer, which sets slots on cover artworks. Very scary. Oooooo Otherwise, all cover artwork code is much more compositional. Pass-through slots (`image`) are removed in generateCoverArtwork and a partially-formed `image` slot is accepted instead.
2024-06-07content: many onlyIfContent, onlyIfSiblings, onlyIfOptions uses(quasar) nebula
2024-01-01content: specify mutable across html & attributes slots(quasar) nebula
2023-12-30content: misc content syntax cleanup, mostly attribute merging(quasar) nebula
2023-06-14content: generateCoverArtwork: displayMode -> mode(quasar) nebula
2023-06-12content: cut html.template boilerplate(quasar) nebula
2023-06-08content: compute "needs reveal" class only on client(quasar) nebula
2023-06-04Merge remote-tracking branch 'origin/staging' into data-steps(quasar) nebula
2023-04-15content: generateStickyHeadingContainer(quasar) nebula