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
Just had another little QoL thought RE: the Web IDE's 'Open Recent' menu:
It might be cool if there was an x next to the individual entries (or similar) that would show a little confirmation box "Are you sure you want to remove [RECENT DETAILS]?", and if the user says yes, removes it from the history.
The text was updated successfully, but these errors were encountered:
In local apps 'open recent' usually refers to recent things that are already going to exist on the filesystem, whereas the way you use it here in the Web IDE, it's more like "autosaves you can restore from"; and I was thinking there may be cases where you want to be able to clear out some of that 'history' (without needing to dig into the IndexedDB and do it manually)
In my use case here, I sort of want to clear it because it's ended up storing 2 blank/empty states (I think maybe when I have a blank state, but restore a different thing, it pushes the blank state into the history; which maybe is a separate bug); and also because I wanted to clear this random test entry (which is neither here nor there I suppose).
But I can also imagine cases where I might have loaded up a large and/or sensitive chunk of code, that I might not want to leave hanging around in the history.
I don't use vscode, but a quick google suggested that it has a way to clear it:
Just had another little QoL thought RE: the Web IDE's 'Open Recent' menu:
It might be cool if there was an
x
next to the individual entries (or similar) that would show a little confirmation box "Are you sure you want to remove [RECENT DETAILS]?", and if the user says yes, removes it from the history.The text was updated successfully, but these errors were encountered: