It would be nice to have a preview of what the resulting visual representation of the git graph would look like when performing destructive actions. There could be a "preview" button added in between "Yes" and "Cancel" buttons on the current modal popups. The preview would show a modified version of the git graph page which could also be simplified. I have deleted stashes before applying them and lost changes. This would serve as a visual heads-up so that users can see what they would get before confirming changes.
Destructive actions include the following:
- drop stash
- delete branch
- pop stash
- rebase
Adding this feature could be done incrementally for different actions for testing and convenience purposes.
It would be nice to have a preview of what the resulting visual representation of the git graph would look like when performing destructive actions. There could be a "preview" button added in between "Yes" and "Cancel" buttons on the current modal popups. The preview would show a modified version of the git graph page which could also be simplified. I have deleted stashes before applying them and lost changes. This would serve as a visual heads-up so that users can see what they would get before confirming changes.
Destructive actions include the following:
Adding this feature could be done incrementally for different actions for testing and convenience purposes.