You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary
When editing the repository name in settings and confirming with the Enter key instead of clicking "Save", the changes are saved correctly — but two toast notifications appear simultaneously, stacked on top of each other: one for the successful save and one for "Copied to clipboard", which is irrelevant in this context.
Current Behavior
User edits the repository name in the settings.
User presses Enter to confirm instead of clicking "Save".
The name is saved successfully.
Two toast notifications appear stacked: one confirming the save, and one saying "Copied to clipboard" — which was never triggered intentionally by the user.
Expected Behavior
Only a single toast should appear confirming the successful save.
No "Copied to clipboard" toast should be shown, as the user did not trigger any copy action.
Toasts should not stack or overlap.
Steps to Reproduce
Navigate to the Repository Settings page.
Click into the "Name" field and change the value.
Press Enter to confirm.
Observe two stacked toast notifications appearing.
Summary
When editing the repository name in settings and confirming with the Enter key instead of clicking "Save", the changes are saved correctly — but two toast notifications appear simultaneously, stacked on top of each other: one for the successful save and one for "Copied to clipboard", which is irrelevant in this context.
Current Behavior
Expected Behavior
Steps to Reproduce
RepoNameBug.mov