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
Right now, the only way to delete a snippet entirely is to delete all of its revisions. This requires 2N number of clicks (N being the amount of revisions you have).
This would allow me to cleanup my old snippets that have multiple revisions in a more streamlined way.
Your proposed solution
The Delete button right now applies to an individual revision, which isn't intuitive during a first time deletion. It could make more sense if there was a Delete in the revision cards (which applies to the revision), and the current Delete applies to the entire snippet (while updating the warning that this will delete the snippet and ALL of its revisions).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
What problem does this solve?
Right now, the only way to delete a snippet entirely is to delete all of its revisions. This requires 2N number of clicks (N being the amount of revisions you have).
This would allow me to cleanup my old snippets that have multiple revisions in a more streamlined way.
Your proposed solution
The
Deletebutton right now applies to an individual revision, which isn't intuitive during a first time deletion. It could make more sense if there was aDeletein the revision cards (which applies to the revision), and the currentDeleteapplies to the entire snippet (while updating the warning that this will delete the snippet and ALL of its revisions).Alternatives considered
n/a
How important is this to you?
Nice to have
Beta Was this translation helpful? Give feedback.
All reactions