commits
add plyr.fm playlist and album embeds
add a separate PlyrFMCollectionCardDefinition for playlists and albums,
keeping the existing track card unchanged. collections use taller
default dimensions (h: 5) to show the track list, matching the
Spotify card pattern.
URL patterns matched:
- tracks (existing): plyr.fm/track/{id}, plyr.fm/embed/track/{id}
- playlists (new): plyr.fm/playlist/{uuid}, plyr.fm/embed/playlist/{uuid}
- albums (new): plyr.fm/u/{handle}/album/{slug}, plyr.fm/embed/album/{handle}/{slug}
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
docs: add missing lexicons to Autofill.md
fix bluesky media, switch creation modal
fixed focus in viewmode and zoom on mobile view
Add 4 lexicons that already have card implementations in the codebase
but were missing from the autofill checklist:
- xyz.statusphere.status (StatusphereCard)
- site.standard.publication (domain verification, load.ts)
- fm.teal.alpha.feed.play (TealFMPlaysCard)
- dev.npmx.feed.like (NpmxLikesCard)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
dont show other handles custom domain
add a separate PlyrFMCollectionCardDefinition for playlists and albums,
keeping the existing track card unchanged. collections use taller
default dimensions (h: 5) to show the track list, matching the
Spotify card pattern.
URL patterns matched:
- tracks (existing): plyr.fm/track/{id}, plyr.fm/embed/track/{id}
- playlists (new): plyr.fm/playlist/{uuid}, plyr.fm/embed/playlist/{uuid}
- albums (new): plyr.fm/u/{handle}/album/{slug}, plyr.fm/embed/album/{handle}/{slug}
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add 4 lexicons that already have card implementations in the codebase
but were missing from the autofill checklist:
- xyz.statusphere.status (StatusphereCard)
- site.standard.publication (domain verification, load.ts)
- fm.teal.alpha.feed.play (TealFMPlaysCard)
- dev.npmx.feed.like (NpmxLikesCard)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>