« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
2024-03-30external-links: Toyhouse(quasar) nebula
2024-03-30external-links: update Tumblr icon(quasar) nebula
Still not exactly happy with the dimensions / alignment, but it's a funny-shape icon.
2024-03-30external-links: more Mastodon(quasar) nebula
2024-03-30external-links: Cohost(quasar) nebula
2024-03-30external-links: ArtStation, Patreon icons(quasar) nebula
2024-03-30external-links: Instagram, YouTube updated icons(quasar) nebula
2024-03-30external-links: Apple Music, Spotify icons(quasar) nebula
2024-03-30external-links: MSPFA(quasar) nebula
2024-03-30external-links: regex cleanup(quasar) nebula
2024-03-30external-links: Linktree(quasar) nebula
2024-03-30external-links: Instagram handles(quasar) nebula
2024-03-30external-links: HSMusic (replacing "local")(quasar) nebula
2024-03-30external-links: GameBanana(quasar) nebula
We tried making a vector icon here, but basically no dice. Pixel art presented this small on the wiki just doesn't work as a vector image.
2024-03-30external-links: Facebook(quasar) nebula
2024-03-30external-links: DeviantArt(quasar) nebula
2024-03-30external-links: Internet Archive, Wayback Machine(quasar) nebula
2024-03-30external-links, test: fix up Tumblr, Twitter(quasar) nebula
2024-03-30external-links: fix descriptor alphabetization by platform(quasar) nebula
Why do we ever write alphabetical lists.
2024-03-30external-links: tidy some unnecessary plurals(quasar) nebula
2024-03-30external-links, test: flatten not-so-special artist descriptors(quasar) nebula
2024-03-29external-links: cleaner www logic(quasar) nebula
2024-03-29external-links: always require handle/details extractions to match(quasar) nebula
2024-03-29external-links: matchingDescriptors syntax cleanup(quasar) nebula
2024-03-29external-links: misc minor descriptor tweaks(quasar) nebula
2024-03-29content: linkExternal: fall back to 'platform' style(quasar) nebula
2024-03-29external-links: unusualDomain on descriptors(quasar) nebula
2024-03-29content, external-links: [normal, compact] -> [platform, handle](quasar) nebula
2024-03-29external-links: don't hard-code styles where unnecessary(quasar) nebula
2024-03-29external-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-29content: use style: 'platform' external links in various places(quasar) nebula
2024-03-29external-links: show domain in style: 'platform' if fallback(quasar) nebula
2024-03-29external-links: factor out getCompactDomain(quasar) nebula
2024-03-29external-links: better domain matching(quasar) nebula
2024-03-29content: linkContribution: show "Other" as fallback platform(quasar) nebula
2024-03-29content, client: linkContribution: platform info in tooltips(quasar) nebula
2024-03-29client: whenTooltipShows, whenTooltipHides(quasar) nebula
2024-03-29client: use line-based rects for hoverable tooltip placement(quasar) nebula
2024-03-29client: WikiRect.fromMouse, fromElementUnderMouse(quasar) nebula
2024-03-29client: always watch mouse position(quasar) nebula
This will definitely not have any consequences.
2024-03-29css: image overlay alignment adjustments(quasar) nebula
2024-03-28client: 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-27aggregate: exclude "aggregate" from useful trace lines(quasar) nebula
2024-03-26html: smush, chunkwrap: always handle joiners manually(quasar) nebula
2024-03-26html: chunkwrap: always provide at least one chunk(quasar) nebula
2024-03-26content: generateAdditionalNamesBoxItem: use chunkwrap in accent(quasar) nebula
2024-03-26html, css: chunkwrap implementation(quasar) nebula
2024-03-26html: chunkwrap interface stub(quasar) nebula
2024-03-26html: html.smush(), Tag.smush()(quasar) nebula
2024-03-26html: Tag.#getContentJoiner()(quasar) nebula
2024-03-25css: fix wider-than-document additional names box in thin layout(quasar) nebula