Skip to content
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

Do not show Wikidata items in the tag autocomplete dropdowns #169

Closed
samwilson opened this issue Apr 14, 2022 · 1 comment
Closed

Do not show Wikidata items in the tag autocomplete dropdowns #169

samwilson opened this issue Apr 14, 2022 · 1 comment

Comments

@samwilson
Copy link
Owner

At the moment, there's an annoying two-stage loading of the autocomplete dropdowns for tag entry. First it loads any matching local tags, and then after a moment it appends any matching Wikidata items it finds. This is annoying, because it jumps around and changes what's available while you're trying to select it, and it also is slower than it should be (because of the extra requests to the Wikidata API).

I think the Wikidata items should be left out of the autocomplete list, and only used on the tag edit form when associating a tag with a Wikidata item.

samwilson added a commit that referenced this issue Jan 22, 2023
Also fix up error in pagination status and add i18n for the
form field label.

Bug: #169
samwilson added a commit that referenced this issue Jan 22, 2023
Also fix up error in pagination status and add i18n for the
form field label.

Bug: #169
samwilson added a commit that referenced this issue Jan 22, 2023
Also fix up error in pagination status and add i18n for the
form field label.

Bug: #169
@samwilson
Copy link
Owner Author

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant