index
:
voidsky
this commit
main
[no description]
Vika
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
components
/
FeedInterstitials.tsx
Commit message (
Expand
)
Author
Age
Files
Lines
*
use Link instead of manual navigation (#8930)
Samuel Newman
2025-08-28
1
-7
/
+7
*
feat(ui): redesign "See more" suggested profiles card
Caidan Williams
2025-08-25
1
-17
/
+20
*
refactor(feed): rename Arrow to ArrowRight for clarity
Caidan Williams
2025-08-25
1
-4
/
+4
*
[APP-1357] profile header follow recommendations (#8784)
Caidan
2025-08-21
1
-148
/
+138
*
fix(ui): small bug where on small web views the final card was not full height
Caidan Williams
2025-07-31
1
-0
/
+1
*
fix(ui): adjust padding for ProfileGrid layout consistency
Caidan Williams
2025-07-31
1
-6
/
+5
*
feat(ui): add "See More Suggested Profiles" card
Caidan Williams
2025-07-29
1
-0
/
+28
*
refactor(ui): adjust border styles in ProfileGrid card
Caidan Williams
2025-07-29
1
-3
/
+1
*
feat(ui): improve suggested follow placeholder card
Caidan Williams
2025-07-29
1
-8
/
+23
*
refactor(ui): remove "Browse more accounts" card on mobile view
Caidan Williams
2025-07-29
1
-21
/
+0
*
fix(ui): profile name and description overflowing on web
Caidan Williams
2025-07-29
1
-1
/
+1
*
fix(ui): placeholder web size and flex grow
Caidan Williams
2025-07-29
1
-1
/
+5
*
refactor(feed): wrap placeholder description placeholder in full-width view
Caidan Williams
2025-07-29
1
-4
/
+3
*
feat(feed): update suggested profiles link text
Caidan Williams
2025-07-29
1
-2
/
+4
*
refactor(ui): web profile cards maxLength 4 -> 3 with flex grow
Caidan Williams
2025-07-29
1
-2
/
+6
*
refactor(ui): remove "Browse more suggestions" on web in favor of "See all"
Caidan Williams
2025-07-29
1
-11
/
+1
*
feat(ui): update SuggestedFollowPlaceholder to match new design
Caidan Williams
2025-07-29
1
-6
/
+8
*
refactor: replace magic 6px with dynamic a.gap_md/2
Caidan Williams
2025-07-29
1
-2
/
+6
*
fix(ui): suggested profile card grid on web sm -> md
Caidan Williams
2025-07-29
1
-1
/
+1
*
fix(ui): follow button should always be pushed to the bottom on the profile card
Caidan Williams
2025-07-29
1
-1
/
+8
*
refactor: update MOBILE_CARD_WIDTH instead of using inline width
Caidan Williams
2025-07-29
1
-2
/
+1
*
refactor(ui): follow button and description to match design
Caidan Williams
2025-07-29
1
-23
/
+34
*
refactor(ui): swap ProfileCard.NameAndHandle for ProfileCard.Name
Caidan Williams
2025-07-29
1
-1
/
+1
*
feat(ui): update ProfileCard.Avatar size 40 -> 88
Caidan Williams
2025-07-29
1
-0
/
+1
*
refactor(ui): replace ProfileCard.Header with custom View
Caidan Williams
2025-07-29
1
-2
/
+2
*
feat(ui): force width on suggested profile card
Caidan Williams
2025-07-29
1
-0
/
+1
*
feat(ui): update padding, border radius, and border on suggested profile card
Caidan Williams
2025-07-29
1
-2
/
+4
*
feat(ui): add dropshadow to suggested profile card
Caidan Williams
2025-07-29
1
-1
/
+3
*
feat(ui): replace suggested profiles interstital icon with link "See all"
Caidan Williams
2025-07-29
1
-2
/
+3
*
feat(ui): updated suggested profiles interstitial "Suggested for you" text color
Caidan Williams
2025-07-29
1
-1
/
+1
*
feat(ui): update suggested profiles interstitial top padding 16 -> 12
Caidan Williams
2025-07-29
1
-3
/
+3
*
Port post embeds to new arch (#7408)
Eric Bailey
2025-06-13
1
-6
/
+12
*
Fix suggested follows scrolling (#8036)
Eric Bailey
2025-04-01
1
-28
/
+30
*
`@atproto/api@next` integration (#7344)
Eric Bailey
2025-02-18
1
-3
/
+5
*
env var tweaks (#7457)
Hailey
2025-01-26
1
-2
/
+23
*
Prevent Drawer gesture conflicting with Suggestions scroll (#7468)
dan
2025-01-17
1
-55
/
+63
*
New progress guide - 10 follows (#7128)
Samuel Newman
2024-12-17
1
-1
/
+1
*
Fix double border due to progress guide (#7084)
dan
2024-12-12
1
-19
/
+3
*
Suggested follows by actor (on profiles) updates (#5243)
Eric Bailey
2024-09-12
1
-30
/
+34
*
Set show_follow_suggestions_in_profile to true (#5205)
dan
2024-09-07
1
-7
/
+1
*
[Experiment] Suggest profiles in profile (#5030)
dan
2024-08-30
1
-4
/
+56
*
Include follow-based suggestions in interstitial (#4889)
dan
2024-08-08
1
-2
/
+12
*
Include popcluster in suggestion ranking (#4887)
dan
2024-08-08
1
-4
/
+6
*
Add label to profile card (#4843)
Eric Bailey
2024-07-25
1
-3
/
+9
*
Filter yourself out of follows interstitial (#4770)
Eric Bailey
2024-07-11
1
-2
/
+6
*
Show feedback for Follow button in interstitials (#4738)
dan
2024-07-05
1
-0
/
+1
*
Feed interstitial snapping (#4737)
Samuel Newman
2024-07-05
1
-3
/
+13
*
[D1X] Use user action and viewing history to inform suggested follows (#4727)
Eric Bailey
2024-07-04
1
-20
/
+85
*
New user progress guides (#4716)
Paul Frazee
2024-07-04
1
-0
/
+26
*
[D1X] Integrate interstitials (#4698)
Eric Bailey
2024-07-03
1
-4
/
+4
[next]