-
Notifications
You must be signed in to change notification settings - Fork 20
Tag fetching and searchable tags, but overrides existing list of tags #247
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: James Cocker <james.s.earth@gmail.com>
…ple tag type Signed-off-by: James Cocker <james.s.earth@gmail.com>
Signed-off-by: James Cocker <james.s.earth@gmail.com>
Signed-off-by: James Cocker <james.s.earth@gmail.com>
Signed-off-by: James Cocker <james.s.earth@gmail.com>
Signed-off-by: James Cocker <james.s.earth@gmail.com>
Signed-off-by: James Cocker <james.s.earth@gmail.com>
Signed-off-by: James Cocker <james.s.earth@gmail.com>
|
@James-Cocker Hi James, from my testing mostly looks good but there's still some funny behaviour with the sorting. Here's how to recreate:
Is this the intended behaviour? I've been playing around and it seems to be some inconsistencies between sometimes the ticked tags group together and then the unticked tags group together, and each group is alphabetically sorted, and then sometimes alternatively the whole tags list both ticked and unticked are combined and sorted alphabetically as a whole. Whatever behaviour you decide upon should stay consistent I believe. |
Why?
Solves #2466 by extending functionality of editing tags to be a filterable, selectable list of tags where you can query existing tag objects.