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

Add debouncer to author searching while editing a book(s) #960

Closed
4 tasks done
noaione opened this issue Aug 25, 2022 · 1 comment · Fixed by #969
Closed
4 tasks done

Add debouncer to author searching while editing a book(s) #960

noaione opened this issue Aug 25, 2022 · 1 comment · Fixed by #969
Labels
enhancement New feature or request released WebUI Need works in the WebUI

Comments

@noaione
Copy link
Contributor

noaione commented Aug 25, 2022

Describe your suggested feature

The route: /api/v1/author/names are currently not put in debouncer which make a request every time I typed something.

Adding 500ms debouncer (like the other route) should hopefully slow down the request to the server and improve performance a bit.

Other details

No response

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
  • I have written a short but informative title.
  • I have updated the app to the latest version.
  • I will fill out all of the requested information in this form.
@noaione noaione added the enhancement New feature or request label Aug 25, 2022
@gotson gotson added the WebUI Need works in the WebUI label Aug 25, 2022
@gotson gotson closed this as completed in da3d283 Oct 30, 2022
github-actions bot pushed a commit that referenced this issue Oct 30, 2022
## [0.157.3](v0.157.2...v0.157.3) (2022-10-30)

### Bug Fixes

* **api:** allow unauthorized access to health endpoint ([751d347](751d347)), closes [#992](#992)
* translated using Weblate ([3f4aa33](3f4aa33))
* **webui:** add debouncer when searching for author in Edit Book dialog ([da3d283](da3d283)), closes [#960](#960)
@github-actions
Copy link
Contributor

🎉 This issue has been resolved in version 0.157.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request released WebUI Need works in the WebUI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants