mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-10 16:33:27 +00:00
- Relay query debounce stays at 300ms (AdvancedSearchBarState default) - Separate 1s debounce on searchText: when user stops typing for 1s, save the query to SearchHistoryStore (assumes intent confirmed) - LaunchedEffect(searchText.text) auto-cancels on each keystroke, so only fires after 1s of inactivity - No duplicates: addToHistory() deduplicates by serialized query Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>