Closed melvin4u445 closed 1 year ago
Right, both roots and favorites must be removable.
We need that feature: https://github.com/ARK-Builders/ARK-Navigator/issues/221
But it slightly conflicts with this one. Maybe we need to implement 2 operations instead:
[hide]
for roots — but after re-installation we would get all roots in the filesystem again
(if we really need to persist hiding, then we need to save special data into the root itself)[forget]
for favorites@melvin4u445 what do you think?
I guess that would work. When I raised this ticket, my idea was that it should be hideable/deletable from the UI if the user wants to do that so. If we are hiding instead of deleting the root folders, maybe we could also have an option to show them again?
@kirillt since im working on this ticket, can you please give me more info on what should implemented here more precisely?
From the comments above I think we need to extent the capability of the roots
to have the possibility to be hidden and removed. How should this work, how can once hidden roots be visible again?
This UI seems sensible to me:
[trash bin]
icon in folder-actions section (near tiny [+]
and [compass]
buttons)[hidden folders]
label, which is gray-colored text label with text like "3 root folders are hidden"
[un-hide]
checkbox[un-hide]
is clicked, make the corresponding root visible again (but don't leave the dialog, allowing the user to un-hide more roots)[un-hide]
is clicked again, cancel un-hiding[close]
button which commits changes Checkboxes are not very mobile-friendly. Instead of checkboxes, could we do it so that:
Two more things to think about:
@melvin4u445 good points, agree with everything.
Implemented in #322
There is no way to delete a root folder now. Would be good to add this option at some point Deleting Favorited folders could also be dealt with at the same time