-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove precacheThreadPostProfiles #3729
Conversation
Your Render PR Server URL is https://social-app-pr-3729.onrender.com. Follow its progress at https://dashboard.render.com/web/srv-com26lfsc6pc73c234h0. |
src/view/com/util/UserAvatar.tsx
Outdated
const profile: AppBskyActorDefs.ProfileViewBasic = { | ||
handle: props.handle, | ||
displayName: props.displayName, | ||
did: props.did, | ||
avatar: props.avatar ?? undefined, | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to build a little profile based on the data in props here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nevermind, let's just pass profile in the props instead.
|
* origin: Fix dropdown immediately closing on Enter (#3745) Account for momentum when hiding minimal shell (#3740) Reduce hovercard false positives, add them to display names and handles (#3739) YouTube Music as supported player (#3736) Patch lexicon for perf (#3733) ensure dialog is closed on unmount (#3650) remove precacheThreadPostProfiles (#3729) [Clipclops] New routes with placeholder screens (#3725) Special-case bsky.app/download to open share sheet or copy to clipboard (#3710) ver bump (#3731) Improve usability of search on web (#3663)
Test Plan
Same behavior of having a minimal shell should exist - the basic info like avatar and display name should be pre-populated on the push.