869 B
869 B
id, title, status, assignee, created_date, labels, dependencies, references, priority
| id | title | status | assignee | created_date | labels | dependencies | references | priority | |
|---|---|---|---|---|---|---|---|---|---|
| ML-54 | Standardize play icon sizing | Done | 2026-04-20 08:54 |
|
medium |
Description
GitHub: created 2026-03-16 · updated 2026-03-16 · closed 2026-03-16
Problem
The play/scrobble icon (hero-play) uses three different sizing approaches:
h-4 w-4inscrobble_live/show.ex:90,release.exh-5 w-5incollection_live/show.ex:57(button group)class="icon"(default) inscrobble_rules_live/index.ex:38
Suggestion
The button group context (h-5 w-5) vs dropdown/inline context (h-4 w-4) might be intentional. If so, document the sizing convention. The class="icon" usage should align with one of these.