Commit Graph
4 Commits
Author SHA1 Message Date
Tuukka Ojala 99001e2761 Add labels to track list in playback queue 2025-12-12 21:05:41 +02:00
Tuukka Ojala d129bd766b Improve accessibility for screen reader users
- Marked UI regions with ARIA landmarks
- Added text labels to icon-only buttons
- Added ARIA state semantics to track star buttons
- Added static alt text to cover art images
2025-12-12 20:29:01 +02:00
Tuukka Ojala ce5fb17722 Add keyboard shortcuts for seeking
- Seeks by 5 seconds back / forward
- Note: Pressing these shortcuts quickly in succession while transcoding is active will throw an error since the previous request hasn't had time to finish before the next one. This bug also happens with the seek bar so might perhaps be best addressed in a separate pr / commit.
2025-02-02 13:46:24 +02:00
Tuukka Ojala baa7b36725 Add keyboard shortcuts for adjusting volume
* Ctrl + Down decreases, Ctrl + Up increases in 5 % increments.
* The volume slider value gets rounded up / down to the nearest increment if it isn't exactly at one of the increments.
2025-01-16 20:12:42 +02:00