mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 08:56:02 +03:00
[PR #2790] [MERGED] Add delay for server search requests #2691
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#2691
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/modoboa/modoboa/pull/2790
Author: @moweerkat
Created: 2/17/2023
Status: ✅ Merged
Merged: 2/20/2023
Merged by: @tonioo
Base:
master← Head:feature/add_delay_for_server_search_requests📝 Commits (1)
b836398Add delay for server search requests📊 Changes
5 files changed (+18 additions, -2 deletions)
View changed files
📝
frontend/package.json(+1 -0)📝
frontend/src/components/alarms/AlarmList.vue(+4 -1)📝
frontend/src/components/logs/AuditTrailList.vue(+4 -1)📝
frontend/src/components/logs/MessageList.vue(+4 -0)📝
frontend/yarn.lock(+5 -0)📄 Description
Description of the issue/feature this PR addresses:
On the new admin interface, add delay when performing a search request to the server to avoid too many requests and risking being throttled.
Current behavior before PR:
Each new character in the field would fire a request to the server
Desired behavior after PR is merged:
A delay of 500ms is applied before firing a new request
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.