Age | Commit message (Collapse) | Author | |
---|---|---|---|
6 days | css: drop position: absolute on sticky subheading | (quasar) nebula | |
No longer necessary because we're now allowing for the height of the sticky heading (as a whole) to be dynamic. | |||
6 days | client, css, content: sticky collapse | (quasar) nebula | |
Sorry this is a mega-commit - this was rapid iteration and separate commits would have needed to be committed on the go, which we didn't do! | |||
11 days | client, css: image-overlay: fix sizing images w/o thumbs | (quasar) nebula | |
11 days | content, css, replacer: <audio> postprocessing | (quasar) nebula | |
11 days | replacer: factor out postprocessHTMLTags | (quasar) nebula | |
Only for img and video atm, h2 is still ground-up | |||
13 days | data: Contribution: dateless prev/next stays in album bounds | (quasar) nebula | |
13 days | data: Contribution: divide previous/next by dated/dateless | (quasar) nebula | |
13 days | css: fix missing secondary nav | (quasar) nebula | |
14 days | css: carry over more medium/thin layout dynamics | (quasar) nebula | |
14 days | content, css: generatePageLayout: sidebars in content column | (quasar) nebula | |
14 days | data: HomepageLayout: always expose array for navbarLinks | (quasar) nebula | |
2025-03-20 | content: transformContent: don't search past current line | (quasar) nebula | |
2025-03-20 | content: transformContent: absorb punct. for image media links | (quasar) nebula | |
2025-03-20 | content: linkTemplate: suffixNormalContent here too | (quasar) nebula | |
2025-03-20 | content: transformContent: search for words before absorbing | (quasar) nebula | |
2025-03-20 | content: transformContent: factor out absorbFollowingPunctuation | (quasar) nebula | |
2025-03-20 | content: generateImageOverlay | (quasar) nebula | |
Factored out of generatePageLayout. It's still just a totally static template. | |||
2025-03-20 | client: image-overlay: fix thumb data-displaying-thumb | (quasar) nebula | |
2025-03-20 | client: image-overlay: take clicks far beneath action bar | (quasar) nebula | |
2025-03-20 | content, css: simplify overlay image positioning, adaptive layout | (quasar) nebula | |
2025-03-20 | content, client: image-overlay: set thumb aspect ratio | (quasar) nebula | |
Although the thumbnail image width automatically matches the width of the main image, the height by default will be a multiple of the thumbnail's own height, which may result in a mismatched aspect ratio due to the much lower accuracy of thumbnail intrinsic dimensions. | |||
2025-03-20 | css: image-media-link picture icon | (quasar) nebula | |
2025-03-20 | content, client: linkPathFromMedia: display overlay | (quasar) nebula | |
2025-03-20 | static: image-overlay: details via <a>, data-embed-src | (quasar) nebula | |
2025-03-10 | write: live-dev-server: display more relevant addresses | (quasar) nebula | |
2025-03-08 | content: generateAlbumInfoPage: fix jump-to-credits conditional | (quasar) nebula | |
2025-03-07 | upd8, write: sort: don't check sorting in advance | (quasar) nebula | |
2025-03-07 | upd8: --skip-sorting-validation | (quasar) nebula | |
2025-03-02 | contentt, css: linkOtherReleaseOnArtistInfoPage: behaviorize | (quasar) nebula | |
2025-03-02 | content: linkOtherReleaseOnArtistInfoPage | (quasar) nebula | |
2025-03-02 | content: generateArtistInfoPageFirstReleaseTooltip | (quasar) nebula | |
Also rescue hr.cute | |||
2025-03-02 | content: generateArtistInfoPageRereleaseTooltip, etc (wip) | (quasar) nebula | |
Missing tooltip for first release + link hash target so this is very much still wip | |||
2025-03-02 | content: gAIPTracksChunkItem: mind order of release | (quasar) nebula | |
2025-03-02 | content: generateTrackArtistCommentarySection: secondary releases | (quasar) nebula | |
2025-03-02 | content: listTracksByDate: mind order of release | (quasar) nebula | |
2025-03-02 | content: use Track.allReleases | (quasar) nebula | |
2025-03-02 | data: miscellaneous cleanup for withOtherReleases logic | (quasar) nebula | |
Defines withOtherReleases in terms of new function withAllReleases (also exposed as Track.allReleases), in turn based on new property Track.secondaryReleases (of the main release), which is a reverse ref list, reverse.tracksWhichAreSecondaryReleasesOf(). | |||
2025-03-02 | data: isOriginalRelease -> isMainRelease, etc | (quasar) nebula | |
Also isRerelease -> isSecondaryRelease Im sure this is completely bug free and will not involve squashing one million additional commits | |||
2025-03-02 | content: generateTrackListDividedByGroups: move sprawl here | (quasar) nebula | |
2025-03-02 | content, css: generateTrackArtistCommentarySection | (quasar) nebula | |
Actually coded yesterday!!!1 | |||
2025-03-02 | content: inline generateCommentarySection behavior | (quasar) nebula | |
2025-03-02 | content, css: use :has() to conditionally clear commentary heading | (quasar) nebula | |
2025-03-02 | data, content: make commentary [] when empty | (quasar) nebula | |
2025-03-02 | content: gTIPFeaturedByFlashesList: consider name differences | (quasar) nebula | |
Also never use the italicized + dimmed .rerelease style | |||
2025-03-02 | content: genreateTrackInfoPage: ref/sample lists from orig release | (quasar) nebula | |
2025-03-02 | content: gTIPOtherReleasesList: use album colors | (quasar) nebula | |
2025-03-02 | content, css: generateAlbumSidebar: earlier/later releases | (quasar) nebula | |
Also CSS tweak for release box backgrounds, and fix generateAlbumSidebar being broken for non-track pages | |||
2025-03-02 | content: generateTrackInfoPageOtherReleasesList: paragraphize | (quasar) nebula | |
2025-03-02 | content: generateTrackReleaseBox | (quasar) nebula | |
2025-02-25 | checks, data: formalize tag description as content string | (quasar) nebula | |