-
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
Show quote posts #4865
Show quote posts #4865
Conversation
Your Render PR Server URL is https://social-app-pr-4865.onrender.com. Follow its progress at https://dashboard.render.com/web/srv-cqllbrbv2p9s73efpimg. |
|
093f27b
to
628145e
Compare
@haileyok I moved the PostLikedBy and PostRepostedBy screens over to the new screens folder, I think we should do that whenever we successfully ALF a screen |
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.
Nice, great work! I added two things as well:
findAllPostsInQueryData
for thequeueLike
/queueRepost
shadows (so the like count will update when viewing a list of quotes)- Call
onPost
in the composer whenever the app view is ready (after the quote count changes from the original count). Makes it feel a little more responsive when on the post thread.
dependant on bluesky-social/atproto#2658