Changeset 359b9ae in Klonkt for src/assets


Ignore:
Timestamp:
06/20/2026 02:09:51 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
ddf549f
Parents:
85d5972
Message:

fix(player): scroll-to-track also from album & playlist

Album track JSON was not passing id (posts.js) and album/playlist rows had
no anchor. Now: id in the album track data + id="track-<id>" on album and
playlist rows (playlist already had the id via PlaylistService). Highlight
flash also on playlist rows. style.css?v=17.

Co-Authored-By: Claude <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/assets/css/style.css

    r85d5972 r359b9ae  
    28212821}
    28222822/* Korte highlight wanneer je via de mini-speler naar deze track springt. */
    2823 .post-audio-track.pat-flash {
     2823.post-audio-track.pat-flash,
     2824.post-album-track-compact.pat-flash {
    28242825    animation: patFlash 1.6s ease-out;
     2826    border-radius: 8px;
    28252827}
    28262828@keyframes patFlash {
Note: See TracChangeset for help on using the changeset viewer.