remvze / moodist

🌲 Ambient sounds for focus and calm.
https://moodist.app
MIT License
554 stars 37 forks source link

Improve accessibility #24

Closed SuperMeepBoy closed 2 months ago

SuperMeepBoy commented 2 months ago

I tried to improve accessibility since Moodist was not very usable with keyboard.

Also added a small commit to make it easier for those who, like me, use podman instead of Docker. I can put that it a different merge request if you prefer.

Edit: what was wrong with keyboard was the lack of visibility on some focused objects. And pressing "tab" to switch to a new sound would start it until we would switch to the next one. Also, pressing tab + shift to go backwards would just start the sounds and not stop it when switching to the previous one. This is due to a key tab or shift being pressed. So I thought I'd specifiy "Enter" to start or stop a sound from being played.

remvze commented 2 months ago

This is awesome! Thank you so much for your contribution; it's greatly appreciated.