Closed elliotwesoff closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.57%. Comparing base (
d254485
) to head (99ec6f7
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@supakeshi I need to remove that link from the nav screen. The post component requires a post object as a parameter, which is not available from the nav screen.
What type of PR is this? (Check all that apply)
Description
Created the "recent posts" feed page for when the user taps on the recent posts card on the dashboard. The feed will show the 10 most recent posts by the user's friends. Also, I removed the "title" property/column from the Post model, as Taylor and I agreed it wasn't necessary. yeet!
As a TODO, we should update the styles on the Activity Feed screen to match this component. The posts are styled in a much cleaner way than the activities.
Resolves #193.
Tests
How was this tested?
[Optional] Screenshots
Documentation