Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2024-03-16 | content, css: refactor nav css, use full width if link wraps inside | (quasar) nebula | |
2024-03-16 | css: fix commentary artwork shadow not applying, lighten slightly | (quasar) nebula | |
2024-03-09 | client: right-align tooltips where needed | (quasar) nebula | |
2024-03-09 | client: make dynamic positioning work Well Enough For Now | (quasar) nebula | |
2024-03-09 | client: misc WikiRect fixes | (quasar) nebula | |
2024-03-09 | client: WikiRect.contains, containedWithin | (quasar) nebula | |
2024-03-09 | client: WikiRect utilities + math | (quasar) nebula | |
2024-03-08 | client: stub basic tooltip placement dynamics | (quasar) nebula | |
Includes baseline rectangle computation and actually applying an arbitrary position to a tooltip. | |||
2024-03-08 | content, css, replacer: <img align="center"> in content | (quasar) nebula | |
2024-02-25 | css: fixes & tweaks for reveal, mostly in grid | (quasar) nebula | |
2024-02-18 | css: hide reveal-text-container, not reveal-text | (quasar) nebula | |
This fixes the container div capturing pointer events that should land on the actual img tag. | |||
2024-02-18 | css: get reveal image-container dimensions from main image | (quasar) nebula | |
2024-02-18 | css: display reveal interaction border as overlay | (quasar) nebula | |
2024-02-18 | css: set reveal-text font size relative to root | (quasar) nebula | |
2024-02-17 | client: fix outdated import | (quasar) nebula | |