Skip to content

feat(wasteland): debounce search input on wanted board to prevent jank#1

Merged
jrf0110 merged 1 commit into
mainfrom
gt/toast/ea3b47b2
May 19, 2026
Merged

feat(wasteland): debounce search input on wanted board to prevent jank#1
jrf0110 merged 1 commit into
mainfrom
gt/toast/ea3b47b2

Conversation

@jrf0110
Copy link
Copy Markdown
Owner

@jrf0110 jrf0110 commented May 19, 2026

Summary

  • Introduced local state (localSearch) and a debounced search handler (handleSearchChange) in WantedBoardClient to debounce user inputs when searching for wanted items in the wasteland wanted board. This prevents high-frequency updates and search jank, while instantly clearing parameters when the search field is emptied.

Verification

  • Manually verified search inputs and clear state behavior under latency.
  • Verified clean oxlint checking on the modified component.

Visual Changes

N/A

Reviewer Notes

N/A

@jrf0110 jrf0110 merged commit 11fed49 into main May 19, 2026
9 of 12 checks passed
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

Successfully merging this pull request may close these issues.

1 participant