about summary refs log tree commit diff
path: root/src/state/queries/known-followers.ts
Commit message (Collapse)AuthorAgeFilesLines
* run `yarn lint --fix` (#9013)Samuel Newman2025-09-091-4/+7
|
* Add known followers to shadow cache (#4517)Eric Bailey2024-06-141-2/+30
|
* Add KnownFollowers component to standard profile header (#4420)Eric Bailey2024-06-111-0/+34
* 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>