about summary refs log tree commit diff
path: root/src/components/KnownFollowers.tsx
Commit message (Collapse)AuthorAgeFilesLines
* [Neue] Handle emoji within custom font (#5449)Eric Bailey2024-09-241-7/+7
| | | | | | | | | | | | | * Support emoji in text with custom font * Add emoji support to elements that need it * Remove unused file causing lint failure * Fix a few more emoji locations * Couple more * No throw
* Add social proof to suggested follows (#4602)Samuel Newman2024-07-091-6/+14
| | | | | | | | | | | | | * replace unused `followers` prop with social proof * Introduce 'minimal' version * Gate social proof one explore page, fix space if no desc * Use smaller avis for minimal --------- Co-authored-by: Eric Bailey <git@esb.lol>
* Better handling of blocks in `KnownFollowers` (#4563)Eric Bailey2024-06-191-18/+49
| | | | | | | | | | | | | | | | | * Better handle nested conditionals, use renderable items to determine UI * Better translate * Fix translation and fix missing case in the process * Clarify naming * Add safeguard * Remove unneeded msg --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Fix count again (#4516)Eric Bailey2024-06-141-1/+1
|
* KnownFollowers localization (#4494)Minseo Lee2024-06-131-22/+28
| | | | | | | * Update KnownFollowers.tsx * Update KnownFollowers.tsx * Update KnownFollowers.tsx
* Show social proof in hovercards (#4502)dan2024-06-131-1/+7
| | | | | * Add social proof to hovercards * Close it more reliably
* Just use server count (#4499)Eric Bailey2024-06-121-9/+1
| | | | | * Just use server count * Fix count
* Add KnownFollowers component to standard profile header (#4420)Eric Bailey2024-06-111-0/+200
* Add KnownFollowers component to standard profile header * Prep for known followers screen * Add known followers screen * Tighten space * Add pressed state * Edit title * Vertically center * Don't show if no known followers * Bump sdk * Use actual followers.length to show * Updates to show logic, space * Prevent fresh data from applying to cached screens * Tighten space * Better label * Oxford comma * Fix count logic * Add bskyweb route * Useless ternary * Minor spacing tweak --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>