-
Notifications
You must be signed in to change notification settings - Fork 2.1k
fix: user should be able to quickly rename requests by clicking [INS-3250] #6710
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
Conversation
27c8a0d
to
3d76d69
Compare
Since double click is not encouraged with react-aria.
There seem to be only two approaches
Problems: This PR appears to be applying option 1. I would encourage some group testing to address the problem with option 1 before approving/merging this PR. |
ed97232
to
a4ca78c
Compare
Please revert this, it is frustrating. |
+1. At least give us the option to disable 😭 |
Please revert this, it is frustrating 2. |
There is no way to know you are already in an edit mode, either. I'd rather have clicks used for navigation between requests. A double-click can open up the rename dialog. |
I'm having a bad experience after this modification. I think the clicks should be used to navigate the list of requests. |
bad idea. please, revert this!!!!! |
I thought it is a bug. Its super annoying. |
…3250] (Kong#6710) * fix: use should be able to double click request item and rename it [INS-3250] * fix: enable double clicking renaming for pinned requests * fix: use editable input for renaming request name * fix: incorrect indent * fix: lint error * test: add a test for quick renaming
changelog(Improvements): Added a quicker way for users to quickly rename requests by clicking on them
Changes: