Changeset 359b9ae in Klonkt for src/views/shell.ejs


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/views/shell.ejs

    r85d5972 r359b9ae  
    163163
    164164<!-- v9 stylesheet (full palette system) -->
    165 <link rel="stylesheet" href="/assets/css/style.css?v=16">
     165<link rel="stylesheet" href="/assets/css/style.css?v=17">
    166166
    167167<!-- Audio player styles: loaded on every page so the mini-player works
Note: See TracChangeset for help on using the changeset viewer.