Age | Commit message (Collapse) | Author | |
---|---|---|---|
2 days | content: gCAArtTagDetails: better same-as-main dynamics | (quasar) nebula | |
2 days | content, css: generateCoverArtwork: attachAbove artwork joiner | (quasar) nebula | |
2 days | content: gCAOriginDetails: hide same artists with attachAbove | (quasar) nebula | |
...and move the custom label into the source line instead, in that case. | |||
2 days | content: gCAArtTagDetails: blank if same as main & attachAbove | (quasar) nebula | |
2 days | content: gCAArtTagDetails: "same as main" only for 3+ tags | (quasar) nebula | |
2 days | content: gCAArtTagDetails: compare tags w/ main artwork | (quasar) nebula | |
4 days | client: sidebar-search: flash filter | (quasar) nebula | |
4 days | client: sidebar-search: search filter | (quasar) nebula | |
4 days | content: generateArtTagGalleryPage: custom artwork labels | (quasar) nebula | |
8 days | content, css: try a hanging style for commentary dates | (quasar) nebula | |
feeling quirky might delete later | |||
8 days | css: don't hard-code static-4p1 gezus chrikey | (quasar) nebula | |
8 days | content, client: yeet some unused lyrics code | (quasar) nebula | |
8 days | content: listTracksWithLyrics: fix lyrics detection | (quasar) nebula | |
11 days | wip 2 | (quasar) nebula | |
11 days | wip | (quasar) nebula | |
11 days | content: minor artwork fixes yes | (quasar) nebula | |
12 days | content: generateAlbumGalleryPage: switcher w/ any label | (quasar) nebula | |
12 days | content: generateAlbumArtInfoBox: restore chronology links | (quasar) nebula | |
...by using the right contributions | |||
12 days | content: listArtistsByGroup: get album/track carefully | (quasar) nebula | |
12 days | content: misc. image 2.0 | (quasar) nebula | |
12 days | content: generateArtistGalleryPage: multiple artworks, image 2.0 | (quasar) nebula | |
12 days | content, data: ArtTag.directlyFeaturedInArtworks, etc | (quasar) nebula | |
12 days | content: generateCoverGrid: blank if empty | (quasar) nebula | |
12 days | content: generateAlbumGalleryPage: artwork set switcher | (quasar) nebula | |
12 days | content: image: relation('image', artwork) aka image 2.0 | (quasar) nebula | |
This commit only introduces the new behavior which subsequent commits will depend on. Meanwhile, everything is broken. | |||
2025-04-10 | content: generateArtistArtworkColumn | (quasar) nebula | |
2025-04-10 | content: generateFlashArtworkColumn | (quasar) nebula | |
2025-04-10 | content: general multiple artworks integration | (quasar) nebula | |
2025-04-10 | content, css: coverColumnContent -> artworkColumnContent, etc | (quasar) nebula | |
2025-04-10 | content: generateTrackCoverArtwork: remove junk | (quasar) nebula | |
2025-04-10 | content: generateArtistInfoPage{*}: get artworks working again | (quasar) nebula | |
2025-04-10 | content: gCAOriginDetails: fold year into label/credits line | (quasar) nebula | |
Also yeet "art released" strings overall | |||
2025-04-10 | content, css: fold non-unique-line into artwork origin details | (quasar) nebula | |
2025-04-10 | data, content: Artwork.path | (quasar) nebula | |
Lots of cleanup for generateCoverArtwork now that it's in charge of its own image (again, apparently) Still broken for anything besides tracks | |||
2025-04-10 | data, content: stub multiple artworks | (quasar) nebula | |
Only for tracks as of this commit, most anything else is in a severely broken state aye | |||
2025-04-10 | data, content: Artwork.{label,source} | (quasar) nebula | |
2025-04-10 | content, css, client: hoverable-tooltip: isolate z-index bullshit | (quasar) nebula | |
2025-04-10 | content: artwork chronology links | (quasar) nebula | |
2025-04-10 | content, css: generateAlbumArtInfoBox | (quasar) nebula | |
2025-04-10 | content: cover-artwork, cover-art-column | (quasar) nebula | |
2025-04-10 | content, css: demo new cover artworks ui + data integration | (quasar) nebula | |
This is not remotely comprehensive and mostly just touches album and track info pages. | |||
2025-04-10 | data, content: always fallback coverArtDate to date | (quasar) nebula | |
2025-04-10 | content: generatePageLayout: blockwrap for hierarchical nav only | (quasar) nebula | |
2025-04-08 | content, css: wrap sidebar track section range together | (quasar) nebula | |
2025-04-08 | content: generatePageLayout: nicer conditional blockwrap | (quasar) nebula | |
Property remains defined on the previous (now only the previous), but its effect is on the next. It's called releaseRestToWrapTogether now. | |||
2025-04-08 | content: generatePageLayout: conditional blockwrap | (quasar) nebula | |
Blockwrap is a scary scary funny metatag, so in order to insist we really don't need it, we have to disable it (in practice) on both the "don't wrap what's ahead" and "don't wrap me and my friends together" elements. | |||
2025-04-08 | content, css: nicer album sec nav / dot switcher line wrapping | (quasar) nebula | |
2025-04-07 | content: use TrackSection.startCountingFrom | (quasar) nebula | |
Layout basically unchanged. Also cleans up generateAlbumSidebarTrackSection. | |||
2025-04-06 | content: generatePageLayout: use real blockwrap for nav links | (quasar) nebula | |
The original purpose of blockwrap is finally restored!!! | |||
2025-04-06 | content, client: additional-names-box: integrate more neatly | (quasar) nebula | |
Since we're checking for [inert] ancestor anyway, we don't need to depend on BS "first matched by querySelector()" logic anymore |