« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static
AgeCommit message (Collapse)Author
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: Linktree(quasar) nebula
2024-03-30external-links: Facebook(quasar) nebula
2024-03-30external-links: Internet Archive, Wayback Machine(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, 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-26content: generateAdditionalNamesBoxItem: use chunkwrap in accent(quasar) nebula
2024-03-26html, css: chunkwrap implementation(quasar) nebula
2024-03-25css: fix wider-than-document additional names box in thin layout(quasar) nebula
2024-03-16css: tweak sticky heading padding before cover art(quasar) nebula
2024-03-16css: only stack accent vertically in thin layout if nav has content(quasar) nebula
2024-03-16css: limit width of "by" accent(quasar) nebula
2024-03-16css: always put nav link accent on own line in thin layout(quasar) nebula
2024-03-16content, css: refactor nav css, use full width if link wraps inside(quasar) nebula
2024-03-16css: fix commentary artwork shadow not applying, lighten slightly(quasar) nebula
2024-03-09client: right-align tooltips where needed(quasar) nebula
2024-03-09client: make dynamic positioning work Well Enough For Now(quasar) nebula
2024-03-09client: misc WikiRect fixes(quasar) nebula
2024-03-09client: WikiRect.contains, containedWithin(quasar) nebula
2024-03-09client: WikiRect utilities + math(quasar) nebula
2024-03-08client: stub basic tooltip placement dynamics(quasar) nebula
Includes baseline rectangle computation and actually applying an arbitrary position to a tooltip.
2024-03-08content, css, replacer: <img align="center"> in content(quasar) nebula
2024-02-25css: fixes & tweaks for reveal, mostly in grid(quasar) nebula
2024-02-18css: 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-18css: get reveal image-container dimensions from main image(quasar) nebula
2024-02-18css: display reveal interaction border as overlay(quasar) nebula
2024-02-18css: set reveal-text font size relative to root(quasar) nebula
2024-02-17client: fix outdated import(quasar) nebula
2024-02-16client: tooltip eslint cleanup(quasar) nebula
2024-02-16client: miscellaneous eslint cleanup(quasar) nebula
2024-02-14css: hopefully fix carousel image rounding(quasar) nebula
2024-02-14css: don't apply raised effect to carousel items(quasar) nebula
2024-02-10content, css: tweak missing duration presentation(quasar) nebula
2024-02-10content, css: generateTextWithTooltip: custom interaction cues(quasar) nebula
2024-02-10content, css: generateAlbumTrackList: handle missing durations(quasar) nebula
With bad CSS, at the moment.
2024-01-29css: tweak sticky sidebar heading material & add shadow(quasar) nebula
2024-01-29css: fix bad z-index on sticky sidebar heading(quasar) nebula
Fixes #385.
2024-01-29client: fix commentary sidebar failing to initialize(quasar) nebula
2024-01-28css: fix background overflow on no-tags cover artworks(quasar) nebula
2024-01-27css: fix scaling & aspect ratios in square images in general(quasar) nebula
2024-01-27css: hesitantly better inline image alignment(quasar) nebula
"Hesitant" because it's only on additional names box atm. This can probably apply everywhere (for inline images), but we haven't tried that yet!
2024-01-17css: make inline code slightly smaller(quasar) nebula