Files
music_library/backlog/tasks/ml-61 - Standardize-dropdown-toggle-variant-across-pages.md
T
2026-04-20 10:02:25 +01:00

1016 B

id, title, status, assignee, created_date, labels, dependencies, references, priority
id title status assignee created_date labels dependencies references priority
ML-61 Standardize dropdown toggle variant across pages Done
2026-04-20 08:54
https://github.com/cloud8421/music_library/issues/114
medium

Description

GitHub: created 2026-03-16 · updated 2026-03-16 · closed 2026-03-16

Problem

Show pages use variant="soft" for dropdown toggle buttons while index pages use variant="ghost". This may be intentional (different contexts) or accidental drift.

Show pages (variant="soft"): collection_live/show.ex:90, wishlist_live/show.ex:57, artist_live/show.ex:138, record_set_live/show.ex:28

Index pages (variant="ghost"): scrobble_rules_live/index.ex:113, online_store_template_live/index.ex:65, scrobbled_tracks_live/index.ex:160

Decision needed

Pick one variant for all action dropdown toggles, or document the show/index distinction as intentional.