You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a persistent tri-state setting for how row action buttons appear
throughout the app: icons (default), text, or both (icon + label).
- useActionMode hook wraps useLocalStorage with key 'action-mode'
and a typed ActionMode union; default is 'icons'
- Settings page gains an 'Action buttons' section with three segmented
toggle buttons (icons / text / icons + text); selection is
highlighted with the ink background
- TeamList and PlayerList row actions (QR, Edit, Archive) respect the
mode: icon-only, text-only, or icon + text side-by-side
- aria-label on every action button is always present regardless of
display mode, so assistive technology is unaffected
Closes#138
0 commit comments