alveusgg / extension

Twitch extension for Alveus Sanctuary, allowing stream viewers to learn more about the ambassadors at the sanctuary.
https://www.twitch.tv/alveussanctuary
Other
72 stars 18 forks source link

Make extension keyboard accessible #139

Open pjeweb opened 1 year ago

pjeweb commented 1 year ago

Make the extension work with keyboard input:

prSquirrel commented 11 months ago

I think it would be simpler to use some kind of ARIA-aware library for that. I’ve played with react-aria hooks for a bit and it works pretty well. The focus is managed correctly and directional arrows are supported too. The only inconvenience is many hooks depend on their own react-stately state management lib, but that can be hidden inside component.

Could you please assign this issue to me?

pjeweb commented 11 months ago

That makes sense to me. I think the main goal is to keep the visual appearance and features the same, but I assume that was obvious.

I'd want @MattIPv4 input on the use of react-aria. I'm using that for the website too, and I do like it quite a lot, so it would make sense to use it for the extension too imho.

MattIPv4 commented 11 months ago

Where we can, making sure we're using semantic elements and native events would be best, but if there are cases where we can't do that easily, react-aria seems fine.

MattIPv4 commented 7 months ago

👋 @prSquirrel any progress here? If you're not actively working on this, I would like to unassign it so someone else could take a stab at it.

prSquirrel commented 7 months ago

@MattIPv4 hey, I've only played around with Adobe library and investigated the codebase. Been a bit busy since holidays, not much progress there, so feel free to unassign me!

Will post here if I conjure something up. 🙂

mutant138 commented 1 month ago

Kindly assign this to me.

MattIPv4 commented 1 month ago

Sure 👍

MattIPv4 commented 1 month ago

👋 @mutant138 any update on this? I'd like to let someone else work on this if you're not planning to get a PR opened soon.

mutant138 commented 1 month ago

Kindly reassign to someone, I am working on another open source contribution