audio streaming app plyr.fm

docs: update STATUS.md with embed glow bar + share button (PRs #996-998) (#999)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

authored by zzstoatzz.io

Claude Opus 4.6 and committed by
GitHub
d049947e 18222b21

+13 -1
+13 -1
STATUS.md
··· 45 46 ## recent work 47 48 ### February 2026 49 50 #### image thumbnails + storage cleanup (PRs #976-979, Feb 27) ··· 391 392 --- 393 394 - this is a living document. last updated 2026-02-27 (archival of early Feb, jams GA, thumbnails, scope parsing, homepage perf). 395
··· 45 46 ## recent work 47 48 + ### March 2026 49 + 50 + #### embed glow bar + share button (PRs #996-998, Mar 1) 51 + 52 + **glow bar**: 1px accent-colored bar (`#6a9fff`) on track and collection embeds that lights up on playback and dims on pause, matching the main Player's `::before` style. uses `color-mix()` for the box-shadow glow. works across all container query breakpoints. 53 + 54 + **share button**: inline link icon next to the logo that copies the plyr.fm page URL (not the embed URL) to clipboard with "copied!" tooltip feedback. falls back to `navigator.share()` when clipboard API is unavailable. no auth dependency. hidden in MICRO mode, white-themed in blurred-bg modes (NARROW, SQUARE/TALL). 55 + 56 + **embed layout fixes** (PRs #996-997): fixed track embed clipping at short heights, guarded collection WIDE query, and fixed track embed layout for tall/portrait containers. 57 + 58 + --- 59 + 60 ### February 2026 61 62 #### image thumbnails + storage cleanup (PRs #976-979, Feb 27) ··· 403 404 --- 405 406 + this is a living document. last updated 2026-03-01 (embed glow bar + share button, embed layout fixes). 407