about summary refs log tree commit diff
path: root/src/components/hooks/useThrottledValue.ts
Commit message (Collapse)AuthorAgeFilesLines
* Submit fix (#4978)dan2024-08-221-1/+1
| | | | | | | | | | | | | | | * Fix submit logic * Fix type * Align submit task creation 1:1 with callsites * blegh. `useThrottledValue` * make `useThrottledValue`'s time required --------- Co-authored-by: Hailey <me@haileyok.com>
* Throttle gif search by 500ms (#3622)Samuel Newman2024-04-191-0/+27
* debounce gif search by 300ms * Throttle it instead --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>