-
Notifications
You must be signed in to change notification settings - Fork 51
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
Tag hierarchy #32
Tag hierarchy #32
Conversation
…inside of them Todo: Removing and renaming
This feature is finished (for the most part), so it can be merged.
|
…t contains. Checking whether a collection is selected is achieved with a @computed value, which might have some performance downsides, but works rather well
@RvanderLaan For some reason a lot of collections are permanently selected and the search has two search fields for tags. |
Thanks for merging! I was just about to do that. The two search fields were supposed to be for including and excluding, I'll add proper labels to those |
Can we merge? |
Yes! The honor is yours |
Closes #3 (sort of)
Replaces the list of tags with a tree of collections of tags.
The basic functionality works (adding/renaming/removing tags and collections).
Still todo: