A confirmation pop-up should appear when a user clicks Revert All or Keep All. While reviewing the code, I accidentally clicked Revert All, and all changes were lost. Adding a confirmation will help prevent accidental actions and data loss.
Hey, thanks for the feedback.
I’ll pass this on to the team. That’s a solid suggestion. Adding a confirmation dialog for destructive actions like “Revert All” would help prevent accidental loss of changes.
For now, I’d recommend using checkpoints. They let you restore your project state after an accidental revert.