Commit Graph

5213 Commits

Author SHA1 Message Date
Samuel Newman f8d3bdd796 Fix dataSet for noFeedback links (#8745)
* fix dataSet for noFeedback links

* rm memo

* rm useless spread
2025-07-30 09:19:16 -07:00
Ana facb7a000e update type errors 2025-07-30 09:19:16 -07:00
Ana b31cc46e17 add: prettier formating 2025-07-30 09:19:16 -07:00
Ana 5749efb996 update: lint fixes for toast.tsx 2025-07-30 09:19:16 -07:00
Ana 82b2c214f1 update: toast style after lint 2025-07-30 09:19:16 -07:00
Ana 2cd9733572 update sorting 2025-07-30 09:19:16 -07:00
Ana 905f59bbc1 update: imports for toast 2025-07-30 09:19:16 -07:00
Ana 22c3a6cc90 add: Toast.style 2025-07-30 09:19:16 -07:00
Ana 803364869e update: toast styles that reuse consistent style 2025-07-30 09:19:16 -07:00
Ana 0004d175c7 update: web toast 2025-07-30 09:19:16 -07:00
Ana d7cee2e154 add: toasts to storybook 2025-07-30 09:19:16 -07:00
pfrazee 92f0d07470 Nightly source-language update 2025-07-30 09:19:16 -07:00
Caidan Williams e4fa6d7209 feat(ui): add "See More Suggested Profiles" card 2025-07-30 09:17:44 -07:00
Caidan Williams c80e5e3da5 refactor(ui): adjust border styles in ProfileGrid card 2025-07-30 09:17:44 -07:00
Caidan Williams 9fe1b9cb57 feat(ui): improve suggested follow placeholder card
Now matches the same size and shape as the rendered card, which prevents
content layout shift.
2025-07-30 09:17:44 -07:00
Caidan Williams 0d1fb4ec06 refactor(ui): remove "Browse more accounts" card on mobile view 2025-07-30 09:17:44 -07:00
Caidan Williams 27cbbea1f4 fix(ui): profile name and description overflowing on web 2025-07-30 09:17:44 -07:00
Caidan Williams 3342d587e1 fix(ui): placeholder web size and flex grow 2025-07-30 09:17:44 -07:00
Caidan Williams 573f602f4c refactor(feed): wrap placeholder description placeholder in full-width view 2025-07-30 09:17:44 -07:00
Caidan Williams 4ba7453aa8 feat(feed): update suggested profiles link text 2025-07-30 09:17:44 -07:00
Caidan Williams d6c41e5b33 refactor(ui): web profile cards maxLength 4 -> 3 with flex grow 2025-07-30 09:17:44 -07:00
Caidan Williams 36a6eb2e62 refactor(ui): remove "Browse more suggestions" on web in favor of "See all" 2025-07-30 09:17:44 -07:00
Caidan Williams e592d54fe9 feat(ui): update SuggestedFollowPlaceholder to match new design 2025-07-30 09:17:44 -07:00
Caidan Williams 0046b00780 feat: update AvatarPlaceholder to take size prop 2025-07-30 09:17:44 -07:00
Caidan Williams 4a1c529ae9 feat: create NamePlaceholder component 2025-07-30 09:17:44 -07:00
Caidan Williams 52793a3b46 refactor: replace magic 6px with dynamic a.gap_md/2 2025-07-30 09:17:44 -07:00
Caidan Williams a95e0976a6 fix(ui): suggested profile card grid on web sm -> md 2025-07-30 09:17:44 -07:00
Caidan Williams 66d7df1256 fix(ui): follow button should always be pushed to the bottom on the profile card 2025-07-30 09:17:44 -07:00
Caidan Williams f300b0525c refactor: update MOBILE_CARD_WIDTH instead of using inline width 2025-07-30 09:17:44 -07:00
Caidan Williams 66e5e174a4 refactor(ui): follow button and description to match design 2025-07-30 09:17:44 -07:00
Caidan Williams d338deeb2f refactor(ui): swap ProfileCard.NameAndHandle for ProfileCard.Name 2025-07-30 09:17:44 -07:00
Caidan Williams 7bc2f6fb05 feat(ui): update ProfileCard.Avatar size 40 -> 88 2025-07-30 09:17:44 -07:00
Caidan Williams 40a560509b refactor(ui): replace ProfileCard.Header with custom View 2025-07-30 09:17:44 -07:00
Caidan Williams c758bfc568 feat(ui): force width on suggested profile card 2025-07-30 09:17:44 -07:00
Caidan Williams 7f1798a6cb feat(ui): update padding, border radius, and border on suggested profile card 2025-07-30 09:17:44 -07:00
Caidan Williams 5b9357182f feat: update ProfileCard.Description to take style prop 2025-07-30 09:17:44 -07:00
Caidan Williams 259c966f1c feat: update ProfileCard.Avatar to take size prop 2025-07-30 09:17:44 -07:00
Caidan Williams bb824f152b feat(ui): add dropshadow to suggested profile card 2025-07-30 09:17:44 -07:00
Caidan Williams 490f9656d3 feat(ui): replace suggested profiles interstital icon with link "See all" 2025-07-30 09:17:44 -07:00
Caidan Williams 3c6f96bfc6 feat(ui): updated suggested profiles interstitial "Suggested for you" text color 2025-07-30 09:17:44 -07:00
Caidan Williams 87885cdb80 feat(ui): update suggested profiles interstitial top padding 16 -> 12 2025-07-30 09:17:44 -07:00
Elijah Seed-Arita 332dbc1bb4 fix: small profile followup fixes (#8735)
* fix: small profile followup fixes

* fix: change platform-specific compensation for profileHeaderDisplayName marginBottom to target all native

* fix: apply suggestion for consistent cross-platform profile username margin
2025-07-29 16:20:33 -05:00
Eric Bailey 1504ce28e2 Fix parent read more occurring further up the tree (#8729) 2025-07-28 14:21:01 -05:00
Eric Bailey 6d0c859d8f Fix blur handling (#8730) 2025-07-28 14:20:55 -05:00
hailey 41998c59b5 Ensure preference overrides cause re-renders (#8724)
* make sure request is fetched before returning true

* Ensure preferences object skips equality checks if overridden

---------

Co-authored-by: Eric Bailey <git@esb.lol>
2025-07-28 12:28:12 -05:00
pfrazee 872fe324a0 Nightly source-language update 2025-07-26 02:44:52 +00:00
hailey 810918b434 add web hook, action tweaks (#8723) 2025-07-25 12:39:43 -07:00
hailey 4d210e33cf fix type error (#8722) 2025-07-25 09:34:04 -07:00
hailey 15abdc67cf simplify logic for pull request OTAs (#8720)
* simplify logic for pull request OTAs

* just render deep link in the text

* dont download update until approved
2025-07-25 08:57:21 -07:00
hailey c6b578fe91 fix final final final (#8719) 2025-07-24 21:07:06 -07:00