about summary refs log tree commit diff
path: root/src/view/com/posts/AviFollowButton.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Live (#8354)Samuel Newman2025-05-101-143/+0
|
* Fix avi button hitslops (#6662)dan2024-11-231-1/+8
| | | | | | | | | | | | | | | | | * Remove web hack from non-web file * Remove hitSlop on the wrong Pressable It is not doing anything useful. * Extend avi column to prevent hit rect clipping You can't click outside the parent on Android. * Bump pressed opacity to .8 * Slightly reduce avi button hitslops * Asymmetric hit slop
* fix avi follow deadzone (#6639)Samuel Newman2024-11-221-9/+6
|
* shift hitslop of avi follow button (#5730)Hailey2024-10-111-2/+6
| | | | | * shift the hitslop of the follow button * increase slop
* Remove show_avi_follow_button (#4900)Eric Bailey2024-08-081-3/+1
|
* fix slop (#4739)Hailey2024-07-051-19/+32
|
* Avi follow experiment tweaks (#4341)dan2024-06-041-2/+2
| | | | | | | * Move avi button to visually align content * Fix wrong prop warning * Remove avi follow from post thread
* Tweak avi follow button styles (#4304)Eric Bailey2024-05-311-5/+18
| | | | | | | | | | | * Tighten up * Tweak colors * Tweak for night mode * Add missing file * Contrast plus
* Shadows (#4265)Eric Bailey2024-05-311-6/+2
|
* Add follow button to feed item avatar (#3560)Samuel Newman2024-05-311-0/+115
* 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>