« 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-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