Android: drop the tiny album/artist/source links from the mini player #61

Closed
opened 2026-08-18 05:59:09 +00:00 by logan · 1 comment
Collaborator

Report

The links on the bottom now-playing bar that go to the current album, artist and playing source are too small to be useful on mobile. If a user wants to navigate there they should use the full-screen Now Playing view.

Findings

  • Those links come from utils/explore-link.ts (names always navigate) and utils/queue-source-link.ts ("Playing from: X"). explore-link holds the navigation for one double-click interval and drops it if a second click arrives — a gesture that makes no sense on touch.
  • The same reasoning appears in the broader issue about moving inline text links into the context menu on mobile.

Direction

At phone widths, render the mini player's title/artist/source as plain text. Tapping the bar as a whole opens Now Playing, which is where the links live. Related: the transport-slimming issue.

**Report** The links on the bottom now-playing bar that go to the current album, artist and playing source are too small to be useful on mobile. If a user wants to navigate there they should use the full-screen Now Playing view. **Findings** - Those links come from `utils/explore-link.ts` (names always navigate) and `utils/queue-source-link.ts` ("Playing from: X"). `explore-link` holds the navigation for one double-click interval and drops it if a second click arrives — a gesture that makes no sense on touch. - The same reasoning appears in the broader issue about moving inline text links into the context menu on mobile. **Direction** At phone widths, render the mini player's title/artist/source as plain text. Tapping the bar as a whole opens Now Playing, which is where the links live. Related: the transport-slimming issue.
logan added the Area/PlayerKind/EnhancementPlatform/Android
Priority
Low
4
labels 2026-08-18 14:36:30 +00:00
yonlu self-assigned this 2026-08-19 17:18:29 +00:00
yonlu added the
Status
In Progress
label 2026-08-19 17:18:29 +00:00
Owner

Rendering the mini player title/artist/source as plain text below the phone breakpoint; the links stay on the full-screen Now Playing view.

Rendering the mini player title/artist/source as plain text below the phone breakpoint; the links stay on the full-screen Now Playing view.
logan closed this issue 2026-08-19 19:08:46 +00:00
gitea-actions bot removed the
Status
In Progress
label 2026-08-19 19:09:34 +00:00
Sign in to join this conversation.
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: yonlu/yellowjacket#61