Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-02 | remove loads of dead code from page content descriptions | (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-05-26 | content: generateTrackInfoPageContent: sampled track sections | (quasar) nebula | |
2023-05-26 | content: remove a bunch of old reference code | (quasar) nebula | |
2023-05-26 | content: generateTrackInfoPageContent: flashes that feature section | (quasar) nebula | |
2023-05-25 | content: 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-25 | content: multiline content & fill out album/track pages more | (quasar) nebula | |
2023-04-18 | content: generateTrackList (generic function) | (quasar) nebula | |
This isn't quite portable enough for use as a dependency in generateAlbumTrackList, which can maybe be improved on. | |||
2023-04-18 | content: misc. changes, groups divided by tracks, relation sections | (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 |