-
Notifications
You must be signed in to change notification settings - Fork 154
Improve keyboard navigation in our forms #316
Comments
Hi, I would like to work on this issue (my first issue)... Is there anything more I should know while getting familiar with Guppy? |
Hi @tomas914, great to hear that you'd like to support Guppy. The issue is all yours. For getting started with Guppy code base I think Contribution.md should help. If you're having something to show or you need support during your work you can create a "work in progress" pull request. If you're having any questions you can ask on Gitter. |
Hi @AWolf81 , I would like to take a shot at this for my first issue! Is this still up for grabs? |
@aeweems sure, this is still open. Please give it a shot. I haven't worked on Guppy for some time but if you have something to review I'll have a look. If you need help please let me know. |
Hi @AWolf81 @joshwcomeau is this issue up for grabs? I'd love to do this for my first issue! I see the last comment was over a year ago and it is still open. |
Hi @grimxreaper, sure, but the repo is pretty inactive for two years. Before investing time in this app, I'd check if there is still an audience for it. I'm boostrapping my Svelte apps (I'm currently learning it) with |
During my work on
AppSettingsModal
I've noticed that keyboard navigation through the form is not supported yet.I think it's needed to have a more native ux.
Describe the solution you'd like
Tab
key should move the focus to the next form field forward andshift+tab
backwards. Starting at the first element.Optional: Add navigation with left,right,up & down to move the focus.
Forms to check
Note:
There is more to improve e.g. keyboard navigation in sidebar & project page. But I think we should tackle this in a separate issue.
The text was updated successfully, but these errors were encountered: