-
Notifications
You must be signed in to change notification settings - Fork 68
Feat/extend shortcuts for addtaskdialog #394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Feat/extend shortcuts for addtaskdialog #394
Conversation
|
Thank you for opening this PR! Before a maintainer takes a look, it would be really helpful if you could walk through your changes using GitHub's review tools. Please take a moment to:
More information on how to conduct a self review: This helps make the review process smoother and gives us a clearer understanding of your thought process. Once you've added your self-review, we'll continue from our side. Thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| @@ -1,4 +1,4 @@ | |||
| import { FIELDS } from '../HomeComponents/Tasks/constants'; | |||
| import { ADD_FIELDS, FIELDS } from '../HomeComponents/Tasks/constants'; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
kindly rename fields and add_fields to better variable names.
| e.preventDefault(); | ||
| } | ||
|
|
||
| // ✅ allow enter to open dropdown |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do remove these comments

Description
added shortcuts for addtaskdialog
now user can navigate and chose feilds to edit by arrow keys
did little chnages in ui of addtaskdialog to show highlighted/focused feild
- Fixes: #319
video after chnages
Screencast.from.15-01-26.11.07.43.PM.IST.webm
note: let me know if this is good to go then i will add tests for shortcuts