Replies: 1 comment
-
|
This is a great idea tagging @spencerkordecki for vis on this one |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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