Files
music_library/backlog/completed/ml-54 - Standardize-play-icon-sizing.md
T
2026-05-04 21:22:27 +01:00

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
https://github.com/cloud8421/music_library/issues/121
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-4 in scrobble_live/show.ex:90, release.ex
  • h-5 w-5 in collection_live/show.ex:57 (button group)
  • class="icon" (default) in scrobble_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.