-
Improve visibility of hovered/focused buttons
-
Update play time progress bar when song changes, in
handleSongChange():$playProgress.max = `${duration}`;
- Update to Vite 7 to use initial
srcattribute in<audio>tag.- reference: https://v6.vite.dev/guide/features.html#html
- this will remove the need for setting the
srcattribute inmain.js