-
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
Add starter pack embeds to posts #4699
Conversation
Your Render PR Server URL is https://social-app-pr-4699.onrender.com. Follow its progress at https://dashboard.render.com/web/srv-cpvgtalds78s73fbfe5g. |
|
8f9d38e
to
e75233e
Compare
@@ -104,14 +110,42 @@ export function Link({ | |||
} | |||
|
|||
return ( | |||
<InternalLink |
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.
I think we actually want to keep this a link. E.g. cmd+click should open in new tab. Any reason for this change?
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.
let's figure out how to keep it a link, lgtm otherwise
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.
lgtm
* starter pack embeds * revert test code * Types * add `BaseLink` * precache on click * rm log * add a comment * loading state * top margin --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com> (cherry picked from commit aa7117e)
Relies on bluesky-social/atproto#2613 being deployed or using dev env from that branch.
Note that these will work with
go.bsky.app
links as well, though those records wouldn't work in the local dev env. Once ^ gets deployed we should just test again to make sure.Web
Native