Files
stonks-oracle/frontend/src/pages
Celes Renata 24c753f6e6 fix: debounce ticker search on Trends page to preserve input focus
The TickerFilter triggered a query on every keystroke, causing re-renders
that stole focus from the input. Now uses a local input state with a
300ms debounce before updating the query, keeping focus on the text box
while typing.
2026-04-29 16:54:19 +00:00
..