Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-30 | content, data: fix places that assume coverArtDate defaults to date | (quasar) nebula | |
2023-09-30 | Merge branch 'tap18' into track-data-cleanup | (quasar) nebula | |
2023-09-24 | content: generateAlbumStyleRules: provide album & track directory | (quasar) nebula | |
2023-09-05 | content, data: be more guarded about track contribs arrays | (quasar) nebula | |
2023-08-19 | clean up imports & miscellaneous metastructures across codebase | (quasar) nebula | |
2023-08-18 | define global #sugar and #wiki-data imports | (quasar) nebula | |
2023-08-10 | content: generateContributionList | (quasar) nebula | |
2023-08-06 | content: generateTrackInfoPage: don't color album link in nav | (quasar) nebula | |
2023-08-02 | content: generate{Album,Track}?SocialEmbed | (quasar) nebula | |
2023-08-02 | content: pass color directly through slots in various places | (quasar) nebula | |
Primarily through generateColorStyle{Rules,Variables}, the former of which is also refactored into generatePageLayout, which now takes a direct color slot itself as well. | |||
2023-06-24 | content: 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-12 | content: generate{Album,Track}ReleaseInfo | (quasar) nebula | |
2023-06-08 | content: generateReleaseInfoContributionsLine | (quasar) nebula | |
2023-06-08 | content: generate{Track,Album}InfoPage: handle null cover properly | (quasar) nebula | |
2023-06-08 | content: compute "needs reveal" class only on client | (quasar) nebula | |
2023-06-08 | content: roll in InfoPageContent functions | (quasar) nebula | |
2023-06-04 | Merge remote-tracking branch 'origin/staging' into data-steps | (quasar) nebula | |
2023-06-03 | content: fix a bunch of unlisted dependencies | (quasar) nebula | |
2023-06-03 | content: generatePageLayout: divide style rules, apply default color | (quasar) nebula | |
2023-06-02 | content: rename generateAlbumNavLinks -> generateAlbumNavAccent | (quasar) nebula | |
2023-05-26 | content: sprawl divideTrackListsByGroups | (quasar) nebula | |
...Instead of tangling it in from generateTrackInfoPage, page/track.js, and top-level page evaluation itself. This is why sprawling is better! | |||
2023-04-18 | content: misc. changes, groups divided by tracks, relation sections | (quasar) nebula | |
2023-04-18 | content: generateTrackInfoPage: sort art chronology by art date | (quasar) nebula | |
2023-04-15 | content: generateAlbumInfoPage: cover art chronology links | (quasar) nebula | |
2023-04-15 | content: generateStickyHeadingContainer | (quasar) nebula | |
2023-04-15 | content: generateChronologyLinks, generatePreviousNextLinks | (quasar) nebula | |
2023-04-15 | content: generateAlbumNavLinks, generatePageLayout nav bar | (quasar) nebula | |
2023-04-15 | content: generateAlbumSidebar + misc fixes | (quasar) nebula | |
This restores the CSS for sticky sidebars, but removes the specific lines applying that effect (for the album sidebar). There's also an experimental new splitter for the joined group info box but we might go back on that or do something different. No tests for the new stuff here yet! | |||
2023-04-12 | content: 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 |