about summary refs log tree commit diff
path: root/src/state/queries/actor-search.ts
Commit message (Collapse)AuthorAgeFilesLines
* Starter Packs (#4332)Hailey2024-06-211-2/+44
| | | | | | | Co-authored-by: Dan Abramov <dan.abramov@gmail.com> Co-authored-by: Paul Frazee <pfrazee@gmail.com> Co-authored-by: Eric Bailey <git@esb.lol> Co-authored-by: Samuel Newman <mozzius@protonmail.com>
* Replace getAgent() with reading agent (#4243)dan2024-05-281-2/+2
| | | | | * Replace getAgent() with agent * Replace {agent} with agent
* [Session] Add `useAgent` hook and replace (#3706)Eric Bailey2024-04-251-1/+2
| | | | | | | | | | | * Hook it up * Memoize getAgent method * Use one shared reference --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Search - only enable queries once tab is active (#3471)Samuel Newman2024-04-101-5/+11
| | | | | | | * only enable queries once tab is active * remove hasBeenTrue hook * make enabled optional
* replace deprecated `term` with `q` in search actor (#3405)Hailey2024-04-041-1/+1
|
* Extract query key roots to constants (#3404)dan2024-04-041-3/+4
| | | | | | | * Extract query key roots to constants * Dedupe labelers-detailed-info * Align naming
* Various search fixes (#2145)Paul Frazee2023-12-071-0/+42
* Add posts-search query to shadow cache search * Update user search to use correct endpoint * Fix: include cursor in post search