about summary refs log tree commit diff
path: root/src/view/com/post-thread/PostThreadFollowBtn.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Change post Follow button color on toggle (#6059)dan2024-11-011-1/+1
|
* Post alignment (#5580)Eric Bailey2024-10-041-55/+32
| | | | Co-authored-by: Hailey <me@haileyok.com>
* Remove Segment (#5518)Hailey2024-09-271-11/+8
|
* Enable show_follow_back_label_v2 (#5022)dan2024-08-291-3/+1
|
* Use appropriate icons for toasts (#4803)Samuel Newman2024-07-231-2/+2
| | | | | | | | | | | | | * use appropriate icons for toasts * use info for session expiry * tweak size * message -> safeMessage --------- Co-authored-by: Samuel Newman <10959775+mozzius@users.noreply.github.com>
* [Statsig] Update experiments (#3617)dan2024-04-191-1/+1
|
* [Statsig] Make gate checks lazily (#3594)dan2024-04-181-2/+2
|
* [Experiment] Show "Follow Back" label (#3439)dan2024-04-081-7/+18
|
* [Statsig] Track likes, reposts, follows (#3195)dan2024-03-131-1/+4
| | | | | | | | | | | | | * [Statsig] Track likes * Move tracking to intent * Track repost/unrepost * Track profile follows/unfollows * Less copy paste * Reorder
* Add follow button to highlighted post (#2828)Hailey2024-02-121-0/+154
* add user-minus icon * add follow button to highlighted post * web hack for animations * adjustments * remove static string width, use flexbox * Revert "add user-minus icon" This reverts commit f1aafb3e39dce131b729864924d63a22368f9187. * better displaying of display name