-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Click to edit history name in HistoryPanel
#19665
Click to edit history name in HistoryPanel
#19665
Conversation
Should be good to go now, the failing tests are unrelated:
|
I played with this and came up with a few thoughts. Sorry, its quite lengthy! Consider these scenarios:
How about something like this (just ideas - may or may not work):
|
@jdavcs Thank you for the detailed review! Your points make sense. Making changes locally... Sorry for the late response, will update this comment once I push the local changes. |
Co-authored-by: John Davis <[email protected]>
d92b84b
to
8ff5105
Compare
f934998 addresses this For the rest, I think this commit has a comprehensive and very straightforward solution 880910d : rename_history_on_click.mp4
|
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.
I think this makes it a lot more convenient and straightforward. Very neat, 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.
Good improvement, thanks @ahmedhamidawan -- failing tests are unrelated to the changes here.
Fixes #19602
Screen.Recording.2025-02-20.at.8.06.09.PM.mov
Note: The input field looks a lot better now (similar to the one in the edit form we had before this)
Removed the name input field from editing section (only annotation and tags)
We already have the ability to edit by clicking the name, so no need for another input field for the same purpose.
How to test the changes?
(Select all options that apply)
License