-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Desperately need an undo feature! #177
Comments
Dang that sucks. What's almost as bad is when you have an amazing idea, bust out a new Stackblitz project and for a few hours it's going really good. Then you accidentally scroll too far to the left in Chrome and you're back on the Stackblitz homepage realizing you never hit cmd+s once. |
After a lot (as in a flat of Mountain Dew) of noob errors on my part, I'm
finally getting the hang of StackBlitz. It's pretty sweet to have it
transpile as you work, it's waaaay better than cough-Atom-cough, or
cough-VS Code-cough. It takes a lot of concentration not to screw something
up, though, LOL. It is a browser, after all. Wish we could port this
sweetness into an Electron app!!!
…On Mon, Oct 23, 2017 at 11:39 PM, Matt Black ***@***.***> wrote:
Dang that sucks. What's almost as bad is when you have an amazing idea,
bust out a new Stackblitz project and for a few hours it's going really
good. Then you accidentally scroll too far to the left in Chrome and you're
back on the Stackblitz homepage and realized you never hit cmd+s once.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#177 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJsFOFGJiAn_4Tx7ntrp6Qw3YbsfURcCks5svVwDgaJpZM4QDvCb>
.
|
@james-c-m-kim hmm that's really odd, we have confirmation dialogs for all delete operations 🤔 I'm thinking that it might be actually due to an unintentional drag and drop within the files pane? That's def happened to me once or twice — I'm looking into adding a delay or something that would fix! (Also, would love to hear more about why you'd like StackBlitz to be an electron app! :) @mattblackdev yikes, that's happened to you?? What browser/OS are you using? We have dirty detection in the editor that throws a prompt if you try and redirect your browser away without saving - super weird that it isn't activating for you. Any other info to help me repro/debug this would be super appreciated 👍 Really sorry about these random errors guys — we're doing our best to get this thing fully stable! Def lots of work ahead for our 2 man team 😅 |
Hi Eric,
Yeah, I think it's probably due to unintentional drag-drop. I was trying to
resolve some errors, and clicking from one file to the next, and next thing
I knew, an entire folder had disappeared. Maybe a checkable option to force
a confirmation on drag-and-drop operations (for guys like me)?
I've learned to be a much slower clicker (LOL) and that has helped a bit.
You've done an awesome job so far, thanks for all your hard work!!!
Cheers,
James
…On Tue, Oct 24, 2017 at 9:22 PM, Eric Simons ***@***.***> wrote:
@james-c-m-kim <https://github.com/james-c-m-kim> hmm that's really odd,
we have confirmation dialogs for all delete operations 🤔 I'm thinking
that it might be actually due to an unintentional drag and drop within the
files pane? That's def happened to me once or twice — I'm looking into
adding a delay or something that would fix! (Also, would love to hear more
about why you'd like StackBlitz to be an electron app! :)
@mattblackdev <https://github.com/mattblackdev> yikes, that's happened to
you?? What browser/OS are you using? We have dirty detection in the editor
that throws a prompt if you try and redirect your browser away without
saving - super weird that it isn't activating for you. Any other info to
help me repro/debug this would be super appreciated 👍
Really sorry about these random errors guys — we're doing our best to get
this thing fully stable! Def lots of work ahead for our 2 man team 😅
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#177 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJsFOCgRfT33bNm57WAuP-6uvGd1vBhcks5svo1VgaJpZM4QDvCb>
.
|
@EricSimons It's not happening anymore. I just tested it with the scroll left, back button, cmd+w and cmd+q. I'm getting the confirmation dialog in all cases. I think Chrome auto updates on my mac so it could've been a regression in a previous version. My system right now is: |
Is there any way to recover the deleted project. Please help!! |
This issue is resolved in our new VS Code editor!
|
The UI lets me delete entire folders and skips the confirmation dialog, and I end up missing entire directories...
The text was updated successfully, but these errors were encountered: