Skip to content
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

Collapse the rename UI when commit starts #75213

Merged
merged 5 commits into from
Sep 30, 2024

Conversation

Cosifne
Copy link
Member

@Cosifne Cosifne commented Sep 24, 2024

Part of #74794

In inline rename UI, when rename commit is in progress, the UI is still there.
Existing behavior:
image

This might not be a problem in the current rename experience since everything is sync, but when we moved to async rename it's needed, as we don't want user to change rename option when rename is in progress.
 
After this change:
InlineRenameCollapseUI

Same concept also applies to the legacy UI.

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Sep 24, 2024
@Cosifne Cosifne marked this pull request as ready for review September 27, 2024 21:16
@Cosifne Cosifne requested a review from a team as a code owner September 27, 2024 21:16
@Cosifne Cosifne merged commit 0c6667d into dotnet:main Sep 30, 2024
25 checks passed
@Cosifne Cosifne deleted the dev/shech/RenameProgressUIHookUp branch September 30, 2024 18:39
@dotnet-policy-service dotnet-policy-service bot added this to the Next milestone Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE Needs UX Triage untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants