Skip to content

fix(gallery): restore now-playing album art + center Monitor Switch#52

Merged
gyng merged 1 commit into
mainfrom
fix/gallery-cover-ddc-spacing
Jun 19, 2026
Merged

fix(gallery): restore now-playing album art + center Monitor Switch#52
gyng merged 1 commit into
mainfrom
fix/gallery-cover-ddc-spacing

Conversation

@gyng

@gyng gyng commented Jun 19, 2026

Copy link
Copy Markdown
Owner

Two gallery/screenshot fixes following the DDC gallery update (#51):

  • Now-playing album art was missing from the regenerated docs shots. The gallery seeded the cover as ThumbnailInfo.data (raw bytes), but covers moved to a url (an art:// URL served by art.rs in-app) — NowPlaying reads url, so the byte payload was ignored. Now seeds a PNG data: URL (renders identically in the gallery, no backend). Restores the maneki-neko cover on demo.png + nowplaying.png.
  • Empty space under the Monitor Switch in the headline — vertically centered it in its demo column.

Regenerated demo.png + widgets/nowplaying.png only. check/lint green; docs/tooling only.

🤖 Generated with Claude Code

The gallery seeded the now-playing cover as ThumbnailInfo `data` (raw bytes),
but covers moved to a `url` (an `art://` URL in-app); NowPlaying reads `url`, so
the cover vanished from the regenerated docs shots. Seed a PNG `data:` URL
instead (renders identically, no backend needed). Also vertically center the
Monitor Switch in its demo column to remove the empty space beneath it.
Regenerated demo.png + widgets/nowplaying.png.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@gyng gyng merged commit d9d10c0 into main Jun 19, 2026
4 checks passed
@gyng gyng deleted the fix/gallery-cover-ddc-spacing branch June 19, 2026 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant