live_beats/assets
Nolan Darilek 566a574c0a Initial attempt at accessibly announcing route updates.
* Add handler for `phx:page-loading-stop` that focuses either the first `<h1>` child of `<main>`, or `<main>` directly if no child `<h1>` is present. Make this our focus target.
* Cache original `tabindex` of target, if any, and assign it a temporary `tabindex1 of -1.
* Focus the target.
* After a long timeout, either restore the target's original `tabindex` or remove the temporary -1 value. Short timeouts didn't seem to perform the focus step. Neither did nested `requestAnimationFrame` calls.
2021-11-22 15:25:41 -06:00
..
css Fix changeset handling by recycling 2021-11-08 13:46:23 -05:00
js Initial attempt at accessibly announcing route updates. 2021-11-22 15:25:41 -06:00
vendor Make it so 🚀 2021-09-02 14:00:57 -04:00
package-lock.json WIP 2021-10-27 16:02:56 -04:00
package.json WIP 2021-10-27 16:02:56 -04:00
postcss.config.js Make it so 🚀 2021-09-02 14:00:57 -04:00
tailwind.config.js Make sidebar live and add enhanced flash 2021-11-10 13:23:02 -05:00