live_beats/lib/live_beats_web/live
Nolan Darilek ef1355f897 Set aria-hidden="true" on more SVG graphics, and hide icons by default.
The original icon fix assumed that the `<svg>` tag had an `alt` attribute, which it does not. Instead, SVG requires a child element to specify a description. A complete fix involves patching upstream to allow for setting this element, but since we don't seem to have actionable icons without associated textual controls, set `aria-hidden="true"` by default and require it to be overridden if needed.
2021-11-22 13:50:20 -06:00
..
profile_live Rename SongLive modules to ProfileLive 2021-11-22 09:57:24 -05:00
layout_component.ex Initial synced playback 2021-11-04 20:49:19 -04:00
live_helpers.ex Set aria-hidden="true" on more SVG graphics, and hide icons by default. 2021-11-22 13:50:20 -06:00
nav.ex Use live_action instead of params 2021-11-22 10:31:40 -05:00
player_live.ex Set aria-hidden="true" on more SVG graphics, and hide icons by default. 2021-11-22 13:50:20 -06:00
profile_live.ex Rename SongLive modules to ProfileLive 2021-11-22 09:57:24 -05:00
settings_live.ex Docs 2021-11-15 13:06:04 -05:00
sign_in_live.ex Deploy and presence stub 2021-11-16 11:58:28 -05:00