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
Add a dummy (text) file to your repo that has a file size of > 10 MB.
Right-click the file in the "Unstaged" panel.
Select "Stash 1 file".
Click "Save Stash".
While the modal is still open, hit the Esc key on your keyboard.
Expected outcome:
The "Save stash" modal stays open because stashing is in progress.
The 🞩 (Close) button appears disabled and is not clickable.
The Cancel button appears disabled and is not clickable.
Actual outcome:
The "Save stash" modal gets closed, the stashing progress continues in the background.
The 🞩 (Close) button appears enabled, but is not clickable.
The Cancel button appears disabled and is not clickable.
The UI does not update when the background progress has eventually finished, and the stash is saved. This leaves the UI in an unstable state where it shows files that are stashed now and don't actually exist in anymore in the repo folder.
Note
This also applies to other modals, e.g. the "Apply Stash" modal.
Description
Steps to reproduce:
Expected outcome:
🞩(Close) button appears disabled and is not clickable.Cancelbutton appears disabled and is not clickable.Actual outcome:
🞩(Close) button appears enabled, but is not clickable.Cancelbutton appears disabled and is not clickable.The UI does not update when the background progress has eventually finished, and the stash is saved. This leaves the UI in an unstable state where it shows files that are stashed now and don't actually exist in anymore in the repo folder.
Note
This also applies to other modals, e.g. the "Apply Stash" modal.
Screenshots
Save Stash Modal:
Apply Stash Modal: