sure would be nice to have an undo capability, just to reverse the last thing you did.
For example, when you delete a page element, but pick the wrong one and it wipes out many ui elements…
Yes that feature would be really helpful. We have undo in the code snippets but not on the other aspects of the app.
Here are a couple of tricks you can use.
If you realize your mistake before generating the component, you can open the generated files and get back the HTML (or whatever) and put that back in your component.
If you are working in a branch, you can use the branch status page as a kind of selective undo capability but merging specfic things from source to your branch.
yes, thanks, was aware of those, thanks