about summary refs log tree commit diff
path: root/src/state/queries/profile.ts
Commit message (Collapse)AuthorAgeFilesLines
...
* Update Muted and Blocked accounts screens (react-query refactor) (#1892)Paul Frazee2023-11-131-0/+8
| | | | | | | * Add my-blocked-accounts and my-muted-accounts queries * Update ProfileCard to use the profile shadow cache and useModerationOpts * Update blocked accounts and muted accounts screens
* More profile refactor updates (#1886)Paul Frazee2023-11-131-3/+96
| | | | | | | | | | | * Update the profile avatar lightbox * Update profile editor * Add dynamic likes tab * Add dynamic feeds and lists tabs * Implement lists listing on profiles
* Refactor profile screen to use new pager and react-query (#1870)dan2023-11-131-5/+161
| | | | | | | | | | | | | * Profile tabs WIP * Refactor the profile screen to use react-query (WIP) * Add the profile shadow and get follow, mute, and block working * Cleanup --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Follow conventions for query, use isDirty flag in session store to avoid ↵Eric Bailey2023-11-101-0/+13
unneccessary writes