about summary refs log tree commit diff
path: root/src/state/queries/list-memberships.ts
Commit message (Collapse)AuthorAgeFilesLines
* Use `SearchablePeopleList` for add user to list dialog, replace old modal ↵Samuel Newman2025-04-171-4/+20
| | | | | | | | | | | | | | | | | (#8212) * move to dialogs dir * make searchable people list more generic * new list-add-remove-users dialog * update header text * fix header on android * delete old modal * reduce spacing on items
* Fix "log in", "log out" to "sign in", "sign out" (#7739)Minseo Lee2025-02-171-2/+2
| | | | | * log to sign * logged to signed
* Replace getAgent() with reading agent (#4243)dan2024-05-281-6/+6
| | | | | * Replace getAgent() with agent * Replace {agent} with agent
* [Session] Add `useAgent` hook and replace (#3706)Eric Bailey2024-04-251-1/+4
| | | | | | | | | | | * Hook it up * Memoize getAgent method * Use one shared reference --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Extract query key roots to constants (#3404)dan2024-04-041-3/+4
| | | | | | | * Extract query key roots to constants * Dedupe labelers-detailed-info * Align naming
* Move the current agent to a global and reset RQ queries on agent change (#1946)Paul Frazee2023-11-161-7/+7
|
* Revise cache times (#1942)Eric Bailey2023-11-161-1/+1
| | | (cherry picked from commit 1be2060a2b81741dcf9a392160af87d2747b3497)
* Caching heuristics (#1938)Eric Bailey2023-11-161-2/+5
| | | | | * Tempfix profile load * First pass at staleTime
* Refactor lists to use new queries (#1875)Paul Frazee2023-11-121-0/+190
* Refactor lists queries to react-query * Delete old lists-list model * Implement list, list-members, and list-memberships react-queries * Update CreateOrEditList modal * First pass at my-follows and actor-autocomplete queries * Update ListAddUserModal to use new queries, change to ListAddRemoveUsersModal * Update UserAddRemoveLists modal * Remove old TODO * Fix indent, autocomplete query * Add a todo --------- Co-authored-by: Eric Bailey <git@esb.lol>