Age | Commit message (Collapse) | Author | |
---|---|---|---|
9 days | data: Artwork.unqualifiedDirectory, Artwork.fileExtension | (quasar) nebula | |
Just the properties and fields here | |||
9 days | data: directory: accept null name | (quasar) nebula | |
withDirectory already supports it (underlying utilities too). | |||
9 days | data: Track: factor out withCoverArtistContribs | (quasar) nebula | |
Originally needed so that withHasUniqueCoverArt would be based around these resolved contributions, but we went in a different direction just later. Keeping this factor-out anyway. | |||
9 days | data: Track: remove withAlbum, link album directly | (quasar) nebula | |
9 days | css: multiple artwork column margins | (quasar) nebula | |
9 days | content: gCAOriginDetails: fold year into label/credits line | (quasar) nebula | |
Also yeet "art released" strings overall | |||
9 days | content, css: fold non-unique-line into artwork origin details | (quasar) nebula | |
9 days | 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 | |||
9 days | data, content: stub multiple artworks | (quasar) nebula | |
Only for tracks as of this commit, most anything else is in a severely broken state aye | |||
9 days | data: yaml: arrays of subdocs | (quasar) nebula | |
9 days | data, content: Artwork.{label,source} | (quasar) nebula | |
9 days | data: Artwork: property cleanup | (quasar) nebula | |
9 days | data: Artwork: Art Tags -> Tags | (quasar) nebula | |
9 days | client: hoverable-tooltip: prefer downward anchors first | (quasar) nebula | |
Discussion at #code-quarantine https://discord.com/channels/749042497610842152/854020929113423924/1356984473396187364 | |||
9 days | client: hoverable-tooltip: more z-index bullshit | (quasar) nebula | |
9 days | client: css-compatibility-assistant: adapt to cover-artwork | (quasar) nebula | |
9 days | css: tooltip font size bullshit | (quasar) nebula | |
9 days | content, css, client: hoverable-tooltip: isolate z-index bullshit | (quasar) nebula | |
9 days | content: artwork chronology links | (quasar) nebula | |
9 days | content, css: generateAlbumArtInfoBox | (quasar) nebula | |
9 days | content: cover-artwork, cover-art-column | (quasar) nebula | |
9 days | data: soupyReverse.artworkContributionsBy | (quasar) nebula | |
9 days | 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. | |||
9 days | data: Artwork: inherit art tags from thing | (quasar) nebula | |
9 days | data: Track.hasUniqueCoverArt: detect contribs on trackArtwork | (quasar) nebula | |
9 days | data: Artwork, constitutibleArtwork, etc | (quasar) nebula | |
Not used in content yet. | |||
9 days | yaml: subdocument provide | (quasar) nebula | |
9 days | data, content: always fallback coverArtDate to date | (quasar) nebula | |
9 days | yaml: subdoc bindInto | (quasar) nebula | |
9 days | yaml: fix bad yellow line break | (quasar) nebula | |
9 days | yaml: subdocuments (initial commit) | (quasar) nebula | |
9 days | data: CacheableObject, Thing: restore seal(this) behavior | (quasar) nebula | |
9 days | aggregate: treat translucent aggregate cause as direct sub-errors | (quasar) nebula | |
This is "wrong" because it obscures the placement of those sub- errors as under a cause... but because the cause itself is translucent, ca n'a pas exactement l'air d'un mensonge. | |||
9 days | content: generatePageLayout: blockwrap for hierarchical nav only | (quasar) nebula | |
10 days | client: additional-names-box: matches -> where | (quasar) nebula | |
11 days | content, css: wrap sidebar track section range together | (quasar) nebula | |
11 days | css: matches -> where | (quasar) nebula | |
dangit lol | |||
11 days | 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. | |||
11 days | 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. | |||
11 days | content, css: nicer album sec nav / dot switcher line wrapping | (quasar) nebula | |
12 days | data: remove TrackSection.startIndex | (quasar) nebula | |
12 days | content: use TrackSection.startCountingFrom | (quasar) nebula | |
Layout basically unchanged. Also cleans up generateAlbumSidebarTrackSection. | |||
12 days | data: TrackSection.{start,continue}CountingFrom, Track.trackNumber | (quasar) nebula | |
13 days | client: additional-names-box: My bottom fits in frame | (quasar) nebula | |
13 days | client: additional-names-box: ternary fix | (quasar) nebula | |
Sigh | |||
13 days | content: generatePageLayout: use real blockwrap for nav links | (quasar) nebula | |
The original purpose of blockwrap is finally restored!!! | |||
13 days | client: additional-names-box: smarter worthScrolling logic | (quasar) nebula | |
https://discord.com/channels/749042497610842152/854020929113423924/1358446868811485426 Not too smart for our own good, though. https://discord.com/channels/749042497610842152/854020929113423924/1358454755566944286 | |||
13 days | 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 | |||
13 days | content, css, client: use a static inert clone | (quasar) nebula | |
...rather than a static mock, which wasn't *quite* matching the real deal's world wrap every time | |||
2025-04-04 | content: transformContent: <br>{2,} between lyrics stanzas | (quasar) nebula | |
Hope this doesn't break anything! |