Skip to content
This repository was archived by the owner on May 25, 2026. It is now read-only.

fix(picker): left-align row name and track count - #71

Merged
ivorycrayon merged 1 commit into
mainfrom
fix/picker-row-text-align
May 24, 2026
Merged

fix(picker): left-align row name and track count#71
ivorycrayon merged 1 commit into
mainfrom
fix/picker-row-text-align

Conversation

@ivorycrayon

Copy link
Copy Markdown
Contributor

Follow-up to #70 — that PR caught the wrong target. The complaint was about the row text ("Liked Songs", "late night coding", etc.) sitting centered next to the left-anchored cover art and right-anchored Shuffle control. #70 ended up left-aligning the section header instead, which wasn't what was asked.

This PR:

Test plan

  • `pnpm typecheck` clean
  • `pnpm test` — 127 / 127 passing
  • Preview confirms: header centered, row text flush-left after the cover art

Stage's text-center cascades into the list and centers each
PlaylistRow's name + track count — misaligned against the
left-anchored cover art and right-anchored Shuffle control.
Add text-left on the list wrapper so row text inherits left
alignment without per-row classes.

Removes the header text-left wrapper added in #70 (misread of
the intent); the section heading returns to Stage's centered
default.
@ivorycrayon
ivorycrayon merged commit bd01f1b into main May 24, 2026
1 check passed
@ivorycrayon
ivorycrayon deleted the fix/picker-row-text-align branch May 24, 2026 18:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant