« 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/linkContribution.js
AgeCommit message (Collapse)Author
2024-03-29content: linkContribution: show "Other" as fallback platform(quasar) nebula
2024-03-29content, client: linkContribution: platform info in tooltips(quasar) nebula
2024-02-10content, css: generateTextWithTooltip: custom interaction cues(quasar) nebula
2024-01-13content, css, client: generateTextWithTooltip(quasar) nebula
2024-01-13content: linkContribution: use generateTooltip(quasar) nebula
2024-01-13content: linkContribution: remove tooltip inert(quasar) nebula
Seemingly not needed anymore. This traces to the very first commit for the updated tooltip layout, so it's possible it was added experimentally and not double-checked for necessity.
2024-01-13content, css: refactor tooltip classes, offset icons-tooltip in lists(quasar) nebula
2023-12-31content: linkContribution: fix bad slot call(quasar) nebula
2023-12-30content: misc content syntax cleanup, mostly attribute merging(quasar) nebula
2023-11-24content: contextual external links(quasar) nebula
2023-11-24content, css: vertical tooltips + basic external parsing(quasar) nebula
2023-11-24content, test: linkContribution: tooltip icons(quasar) nebula
2023-08-18define global #sugar and #wiki-data imports(quasar) nebula
2023-08-10content: linkContribution: add preventWrapping slot(quasar) nebula
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-15content, test: linkContribution: only show first four icons(quasar) nebula
2023-06-15content: linkContribution: use nowrap when accents present(quasar) nebula
2023-06-12content: cut html.template boilerplate(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