about summary refs log tree commit diff
path: root/src/lib/hooks/useFollowDid.ts
Commit message (Collapse)AuthorAgeFilesLines
* Improve typeahead search with inclusion of followed users (temporary ↵Paul Frazee2023-10-051-46/+0
| | | | | | | | | | | solution) (#1612) * Update follows cache to maintain some user info * Prioritize follows in composer autocomplete * Clean up logic and add new autocomplete to search * Update follow hook
* add suggested follow section to profile header (#1481)Eric Bailey2023-09-201-0/+46
* add suggested follow section to profile header * fix button overflow * don't even render on preview * fix useFollowDid and FollowButton race condition * add section header, close button, active state * lighten icon