« 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/generateReleaseInfoContributionsLine.js
AgeCommit message (Collapse)Author
2023-11-24content, test: linkContribution: tooltip icons(quasar) nebula
2023-08-18define global #sugar and #wiki-data imports(quasar) nebula
2023-08-11content: generateReleaseInfoContributionsLine: don't cut past 4 contributions(quasar) nebula
That .slice was meant to go to linkContribution from the start, not here!
2023-06-24content: linkContribution: take standard {who, what} object(quasar) nebula
This is what's used for all contributions anyway, so no need to have every call to linkContribution manually destructure whatever contribution is being provided.
2023-06-12content: cut html.template boilerplate(quasar) nebula
2023-06-08content: generateReleaseInfoContributionsLine(quasar) nebula