Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-21 | url-spec: STATIC_VERSION 2a | (quasar) nebula | |
2024-05-21 | url-spec, web-routes, content: static subdirectories | (quasar) nebula | |
2024-05-21 | content: client4.js -> client.js, site7.css -> site.css | (quasar) nebula | |
2024-05-15 | client: add missing eslint-env for xhr-util.js | (quasar) nebula | |
2024-05-15 | client: move fetchWithProgress into xhr-util importable file | (quasar) nebula | |
2024-05-15 | client: drop loadImage | (quasar) nebula | |
2024-05-15 | client: make image overlay use fetchWithProgress | (quasar) nebula | |
2024-05-15 | client: fetchWithProgress | (quasar) nebula | |
2024-05-13 | client: client3 -> client4, site6 -> site7 | (quasar) nebula | |
2024-05-09 | css: tweak page box model to support scrolling background | (quasar) nebula | |
2024-05-05 | client: initInfo: session storage | (quasar) nebula | |
2024-05-01 | content: generatePageSidebarBox: collapsible slot | (quasar) nebula | |
Makes collapsibility a function of the boxes in a sidebar, rather than a property of the sidebar (column) itself. | |||
2024-05-01 | content: generatePageLayout etc: drop has-divider class | (quasar) nebula | |
Introduced for blockwrap purposes earlier, but unneeded since we didn't actually use a blockwrap here in the end. | |||
2024-04-14 | css: homepage layout rows | (quasar) nebula | |
2024-04-13 | css: don't line-break before external link arrow | (quasar) nebula | |
2024-04-07 | css: fix sticky subheading text alignment | (quasar) nebula | |
2024-04-07 | css: add shadow behind image overlay container | (quasar) nebula | |
2024-04-04 | content, css: generateAdditionalFilesListChunk: description in li | (quasar) nebula | |
2024-04-03 | content: generateTrackList (etc): better wrapping with chunkwrap | (quasar) nebula | |
2024-04-03 | client: smarter tooltip touchend -> click banishing | (quasar) nebula | |
2024-04-02 | css: tweak additional files list vertical margins slightly | (quasar) nebula | |
2024-04-02 | content: generateAdditionalFilesList: use <details> elements | (quasar) nebula | |
2024-03-31 | content, css: always allow wrapping on external links from content | (quasar) nebula | |
2024-03-31 | content, css: linkExternal: indicateExternal slot + new design | (quasar) nebula | |
2024-03-31 | content, css, test: tweak external link white-space handling | (quasar) nebula | |
2024-03-31 | external-links: updated Bandcamp icon | (quasar) nebula | |
2024-03-30 | external-links: Toyhouse | (quasar) nebula | |
2024-03-30 | external-links: update Tumblr icon | (quasar) nebula | |
Still not exactly happy with the dimensions / alignment, but it's a funny-shape icon. | |||
2024-03-30 | external-links: Cohost | (quasar) nebula | |
2024-03-30 | external-links: ArtStation, Patreon icons | (quasar) nebula | |
2024-03-30 | external-links: Instagram, YouTube updated icons | (quasar) nebula | |
2024-03-30 | external-links: Apple Music, Spotify icons | (quasar) nebula | |
2024-03-30 | external-links: Linktree | (quasar) nebula | |
2024-03-30 | external-links: Facebook | (quasar) nebula | |
2024-03-30 | external-links: Internet Archive, Wayback Machine | (quasar) nebula | |
2024-03-29 | external-links: misc new descriptors & icons | (quasar) nebula | |
Just committing as we might mess with the format a bit and will treat these new entries as pre-existing. | |||
2024-03-29 | content, client: linkContribution: platform info in tooltips | (quasar) nebula | |
2024-03-29 | client: whenTooltipShows, whenTooltipHides | (quasar) nebula | |
2024-03-29 | client: use line-based rects for hoverable tooltip placement | (quasar) nebula | |
2024-03-29 | client: WikiRect.fromMouse, fromElementUnderMouse | (quasar) nebula | |
2024-03-29 | client: always watch mouse position | (quasar) nebula | |
This will definitely not have any consequences. | |||
2024-03-29 | css: image overlay alignment adjustments | (quasar) nebula | |
2024-03-28 | client: fix minor dynamic tooltip placement math error | (quasar) nebula | |
This code is meant to replace a rectangle that is the result of an intersection with a spanning-infinitely-left region, i.e. the opportunity area for placing a tooltip to the left of its hoverable, with a narrow channel so that its `x` is the appropriate left alignment for the tooltip. That behavior is working correctly (hopefully), but the fallback is that it *shouldn't* be modifying a rectangle which intersected with a spanning-infinitely-right region. We were mistakenly dropping anything to do with the intersection and returning the region rectangle instead, which broke vertical alignment any time a tooltip is aligned to the right of the hoverable. | |||
2024-03-26 | content: generateAdditionalNamesBoxItem: use chunkwrap in accent | (quasar) nebula | |
2024-03-26 | html, css: chunkwrap implementation | (quasar) nebula | |
2024-03-25 | css: fix wider-than-document additional names box in thin layout | (quasar) nebula | |
2024-03-16 | css: tweak sticky heading padding before cover art | (quasar) nebula | |
2024-03-16 | css: only stack accent vertically in thin layout if nav has content | (quasar) nebula | |
2024-03-16 | css: limit width of "by" accent | (quasar) nebula | |
2024-03-16 | css: always put nav link accent on own line in thin layout | (quasar) nebula | |