about summary refs log tree commit diff
path: root/src/components
Commit message (Expand)AuthorAgeFilesLines
...
* [APP-1173] Clean up env (#8701)Eric Bailey2025-07-302-2/+2
* feat(ui): add "See More Suggested Profiles" cardCaidan Williams2025-07-291-0/+28
* refactor(ui): adjust border styles in ProfileGrid cardCaidan Williams2025-07-291-3/+1
* feat(ui): improve suggested follow placeholder cardCaidan Williams2025-07-291-8/+23
* refactor(ui): remove "Browse more accounts" card on mobile viewCaidan Williams2025-07-291-21/+0
* fix(ui): profile name and description overflowing on webCaidan Williams2025-07-292-2/+2
* fix(ui): placeholder web size and flex growCaidan Williams2025-07-291-1/+5
* refactor(feed): wrap placeholder description placeholder in full-width viewCaidan Williams2025-07-291-4/+3
* feat(feed): update suggested profiles link textCaidan Williams2025-07-291-2/+4
* refactor(ui): web profile cards maxLength 4 -> 3 with flex growCaidan Williams2025-07-291-2/+6
* refactor(ui): remove "Browse more suggestions" on web in favor of "See all"Caidan Williams2025-07-291-11/+1
* feat(ui): update SuggestedFollowPlaceholder to match new designCaidan Williams2025-07-291-6/+8
* feat: update AvatarPlaceholder to take size propCaidan Williams2025-07-291-3/+3
* feat: create NamePlaceholder componentCaidan Williams2025-07-291-2/+20
* refactor: replace magic 6px with dynamic a.gap_md/2Caidan Williams2025-07-291-2/+6
* fix(ui): suggested profile card grid on web sm -> mdCaidan Williams2025-07-291-1/+1
* fix(ui): follow button should always be pushed to the bottom on the profile cardCaidan Williams2025-07-291-1/+8
* refactor: update MOBILE_CARD_WIDTH instead of using inline widthCaidan Williams2025-07-291-2/+1
* refactor(ui): follow button and description to match designCaidan Williams2025-07-291-23/+34
* refactor(ui): swap ProfileCard.NameAndHandle for ProfileCard.NameCaidan Williams2025-07-291-1/+1
* feat(ui): update ProfileCard.Avatar size 40 -> 88Caidan Williams2025-07-291-0/+1
* refactor(ui): replace ProfileCard.Header with custom ViewCaidan Williams2025-07-291-2/+2
* feat(ui): force width on suggested profile cardCaidan Williams2025-07-291-0/+1
* feat(ui): update padding, border radius, and border on suggested profile cardCaidan Williams2025-07-291-2/+4
* feat: update ProfileCard.Description to take style propCaidan Williams2025-07-291-2/+3
* feat: update ProfileCard.Avatar to take size propCaidan Williams2025-07-291-3/+11
* feat(ui): add dropshadow to suggested profile cardCaidan Williams2025-07-291-1/+3
* feat(ui): replace suggested profiles interstital icon with link "See all"Caidan Williams2025-07-291-2/+3
* feat(ui): updated suggested profiles interstitial "Suggested for you" text colorCaidan Williams2025-07-291-1/+1
* feat(ui): update suggested profiles interstitial top padding 16 -> 12Caidan Williams2025-07-291-3/+3
* [APP-1157] disable searches for logged out users, prompt them to sign in (#8697)Chenyu2025-07-241-0/+45
* fix(lint): remove unused importCaidan Williams2025-07-241-1/+0
* feat(ui): increase the trending videos card sizeCaidan Williams2025-07-241-1/+1
* feat(ui): update TrendingVideos dismiss button styleCaidan Williams2025-07-241-3/+3
* feat(ui): remove the header iconCaidan Williams2025-07-241-6/+3
* fix(ui): adjust TrendingVideos padding and gap sizesCaidan Williams2025-07-241-3/+3
* feat(ui): add border to video post and trending cardsCaidan Williams2025-07-242-0/+10
* feat(ui): add shadow to video post trending cardsCaidan Williams2025-07-242-1/+3
* fix(ui): overflow for TrendingVideos scroll containerCaidan Williams2025-07-241-1/+3
* style(ui): use larger border radius on video post cardCaidan Williams2025-07-242-4/+4
* fix: general profile component layout fixes, and ability to disable the inset...Elijah Seed-Arita2025-07-241-6/+10
* Replace `resumeSession` with `getSession` in the email check (#8670)Samuel Newman2025-07-233-59/+26
* feat(ui): remove like count from trending videos (#8689)Caidan2025-07-221-29/+34
* add `action` context for `Repost` string in RepostButton.web.tsx (#8427)surfdude292025-07-211-2/+8
* fix emoji popup scroll (#8636)Samuel Newman2025-07-211-4/+6
* Age assurance tweaks (#8671)Eric Bailey2025-07-181-6/+57
* Handle missed error branch (#8663)Eric Bailey2025-07-181-7/+13
* Update copy (#8664)Eric Bailey2025-07-182-4/+7
* Fix checkmark overflow in profile card (#8612)Samuel Newman2025-07-171-3/+9
* Age assurance fast-follows (#8656)Eric Bailey2025-07-1710-122/+216