-
Notifications
You must be signed in to change notification settings - Fork 68
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
Refactor post metadata and user/community chips #1281
Conversation
… refactor/post-metadata
@micahmo I believe this should be good to go now if you want to take a look at it! |
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 haven't tested but the code LGTM! Seems like a very nice refactoring! 😊
Sounds good! I'll go ahead and merge this in (unfortunately, it might cause some merge conflicts on some other PRs but I'm hoping its not too much of a hassle 😅) |
Pull Request Description
This PR refactors the post view's metadata (comment count + date/time), and the post view username/community information.
PostCardMetaData
widgetPostViewMetaData
to use the same widgets as the post card (for comment count, date/time)Issue Being Fixed
Issue Number: N/A
Screenshots / Recordings
Checklist
semanticLabel
s where applicable for accessibility?