« 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/generateAlbumInfoPageContent.js
AgeCommit message (Collapse)Author
2023-06-08content: roll in InfoPageContent functions(quasar) nebula
2023-06-06content: generate{Album,Track}CoverArtwork(quasar) nebula
Portable functions hoo-ray!
2023-06-02content: add missing deps to generateAlbumInfoPage(Content)?(quasar) nebula
2023-06-02remove loads of dead code from page content descriptions(quasar) nebula
2023-05-25content: don't use content headings for listen links(quasar) nebula
Not sure why this was as it was in the first place?? It's a divergence from the existing site anyway, so whatevs, problem solved.
2023-05-25content: multiline content & fill out album/track pages more(quasar) nebula
2023-04-12content: stub track page, misc. other changes(quasar) nebula
* generateContributionLinks replaced with linkContribution, tests still need updating * album pages respect albums without cover art * track pages without unique art inherit art tags from album (fixes #13) not heavily tested, this commit probably breaks some pages which were loading correctly before
2023-04-08html: drastically simplify template/slot system(quasar) nebula
2023-04-06build steps: jank together ultra-basic page write(quasar) nebula
Super simple technically functional sketch.
2023-04-05content: generateCoverArtwork(quasar) nebula
2023-04-04content: generateAlbumInfoPageContent: remaining functionality(quasar) nebula
2023-04-04content: generateAlbumInfoPageContent: add listen links(quasar) nebula
2023-04-04content: generateAlbumInfoPageContent: fix wrong slot names(quasar) nebula
2023-03-23data steps: content function evaluation essentials(quasar) nebula
Also some more actual content in generateAlbumInfoPageContent, which is in fact fully working as-is(!!).
2023-03-21data steps: album additional files list(quasar) nebula
This is WIP but seems to be working! Pretty big test of the new html.template system, which needed some extension here.
2023-03-19data steps: generateAlbumInfoPage & relations implementation(quasar) nebula