Desktop: drop the "Tracklist" heading on the album detail view #9

Closed
opened 2026-08-18 05:53:05 +00:00 by logan · 0 comments
Collaborator

Report

The word TRACKLIST above the tracks on the album detail page is implied by the content. Remove it.

Findings

frontend/src/components/explore-album-details/explore-album-details.tsrenderTracklist() emits <h3 class="section-header">Tracklist</h3> in four branches (~lines 3040, 3053, 3066, 3082).

Direction

Remove the visible heading; keep an sr-only heading or an aria-label on the section so the page's heading structure and the screen-reader landmark survive.

**Report** The word TRACKLIST above the tracks on the album detail page is implied by the content. Remove it. **Findings** `frontend/src/components/explore-album-details/explore-album-details.ts` — `renderTracklist()` emits `<h3 class="section-header">Tracklist</h3>` in four branches (~lines 3040, 3053, 3066, 3082). **Direction** Remove the visible heading; keep an `sr-only` heading or an `aria-label` on the section so the page's heading structure and the screen-reader landmark survive.
logan self-assigned this 2026-08-18 15:04:52 +00:00
logan closed this issue 2026-08-18 16:18:37 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: yonlu/yellowjacket#9