perf(web): debounce server and large-list searches (#6727)

This commit is contained in:
Seefs
2026-08-10 12:47:55 +08:00
committed by GitHub
parent 5d3423bec1
commit 7dd1000a19
10 changed files with 45 additions and 18 deletions
@@ -307,6 +307,7 @@ export function ApiKeysTable() {
applyHeaderSize
toolbarProps={{
searchPlaceholder: t('Filter by name...'),
searchDebounceMs: 500,
additionalSearch: (
<Input
placeholder={t('Filter by API key...')}