Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-11 | thumbs, infra: expose list of missing image paths | (quasar) nebula | |
2023-09-04 | thumbs: new check-has-thumbs util, others throw for missing info | (quasar) nebula | |
2023-09-01 | thumbs, content: integrate cached thumb sizes into content | (quasar) nebula | |
2023-08-19 | clean up imports & miscellaneous metastructures across codebase | (quasar) nebula | |
2023-07-30 | yeet tons of (MOSTLY) dead node-transforming code | (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-25 | content: sprawl & transformContent | (quasar) nebula | |
Sprawling basically means tying a component to objects which aren't directly passed to it. This is necessary for functions like transformContent, which was *mostly* implemented here (the multiline/lyrics modes are stubs, and a number of links haven't been implemented yet). | |||
2023-04-08 | content: generateFooterLocalizationLinks | (quasar) nebula | |
2023-04-06 | content: generatePageLayout (mostly stub) | (quasar) nebula | |
2023-04-06 | build steps: jank together ultra-basic page write | (quasar) nebula | |
Super simple technically functional sketch. | |||
2023-03-02 | hide CW'd art from sticky heading til main cover revealed | (quasar) nebula | |
2023-03-01 | display original file size in image overlay | (quasar) nebula | |
2023-02-28 | hash link highlighting & additional skippers | (quasar) nebula | |
2023-01-25 | clean up function names for reveals | (quasar) nebula | |
2023-01-10 | bind more language vars, pass to generateDocumentHTML | (quasar) nebula | |
2023-01-10 | bind more utilities in bindUtilities | (quasar) nebula | |
2023-01-09 | most essential behavior for live-dev-server | (quasar) nebula | |
2023-01-07 | extract utility binds, content transform fns | (quasar) nebula | |
towards basic dynamics pt. 1 (#124) |