-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expandable Tags entry in navigation #18607
Comments
The "Tags" category should be expandable just like Favorites as well, showing the tags below it. Someone just has to implement it – it’s not planned yet so any help is welcome. :) |
As favorite and shares are expandable, yes it would be good to have the sidebar consistent and make labels also consistent expandable. |
@newhinton let me know if you need any input here! :) For the first iteration, it should definitely be single-select of tags only, that is clicking another tag should switch to that. Nothing more for the first version to keep it simple. :) |
@jancborchardt considering this is directly the list of tags and that with 28 we now display them like folders, do we still want this? |
Does the backend directly know how many times a tag is used? Cause then we could show the top X tags in there for quick access. |
I think there is a way, but it should be done async, as this could be expensive 🤔 server/apps/dav/lib/SystemTag/SystemTagsInUseCollection.php Lines 82 to 107 in 6714e51
server/lib/private/Files/Cache/CacheQueryBuilder.php Lines 44 to 61 in 0fca823
|
This should be fine to be called (in a non-blocking way). It's also what the Photos app is doing, albeit limited to image mime types. If apps like recognize are used you may end up with a huge number of tags, I doubt if there is a benefit to show more than xty tags. |
This issue has been automatically marked as stale because it has not had recent activity and seems to be missing some essential information. It will be closed if no further activity occurs. Thank you for your contributions. |
In Favorites you can pin folders and files. This work fine when you have an file hierarchy structure. together with automatic labeling and other stuff that will be possible with 18, it would be useful to favorite labels like an todo label. So you have all your stuff labels with todo with one click available.
The text was updated successfully, but these errors were encountered: