Results 101 comments of Kirill Taran

Right now, we don't handle this scenario. What we can do is: 1. Add the parent as new root. 2. Convert the child to favorite. 3. Move tags storage (`.ark-tags`...

We need to provide a user with these operations: * conversion of root folder into favorite of new root * merging several roots with common parent into favorites of new...

Ha, that's made intentionally. Long-press for deletion, but we need to show hint when it is tapped.

@vishal2376 Hi! Feel free to fork and submit the PR. Nobody is working on it right now.

Some of necessary metrics: * time of waiting after pressing tags editing button in Gallery mode (till moment when user gains input capability) * time of waiting after pressing an...

We should introduce something like this: ``` interface Workspace { fun folders(): List } data class SingleFolderWorkspace(val root: Path, val subfolder: Option) { override fun folders(): List { ... }...

I think, we should add such a preference in the Settings screen (#77).

Also we need to allow application of any of **[bulk operations](https://github.com/ARK-Builders/ARK-Navigator/issues/50)** to a tag, meaning that we just pass resources labeled by the tag instead of manually picked resources.

All these operations should be included into **[tag's context menu](https://github.com/ARK-Builders/ARK-Navigator/issues/137)**.

If Syncthing app is installed, we should also check its app folder. If we have any roots there, they should be grouped into separate `Syncthing` (virtual) device.