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
As of implementation, we removed detached root in the initial solution.
However @scofalik pointed out that it could be useful in some cases to actually be able to see detached roots (to make sure that what you did works as expected and that the data there is emptied correctly).
Wondering what is the best solution for that. Following comes to my mind:
Just append a " (detached)" text to it's name and sort them to be at the end of results (but before graveyard).
Add opt-in flag setting to toggle visibility of detached roots.
I like the first solution more as it's much cheaper to implement and has 0 learning curve.
The text was updated successfully, but these errors were encountered: