about summary refs log tree commit diff
path: root/src/view/com/posts/AviFollowButton.web.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Avi follow experiment tweaks (#4341)dan2024-06-041-1/+5
| | | | | | | * Move avi button to visually align content * Fix wrong prop warning * Remove avi follow from post thread
* Add follow button to feed item avatar (#3560)Samuel Newman2024-05-311-0/+1
* add follow button to feed item avatar * remove confirmation * add confirmation (just system alert) * Shrink the avi follow indicator a smidge * gate the follow button * remove from your own posts * add to post thread item * hide the follow button locally to component * Use native dropdown * Add follow btn to notifications and search * UI tweaks * Hide on PWI * Add toast for confirmation * Check gate last * compiler * Rm unused * Use names --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com> Co-authored-by: Eric Bailey <git@esb.lol> Co-authored-by: Dan Abramov <dan.abramov@gmail.com>