Problem Description
As a user, I want to see a feed of all users’ posts, sorted by most recent.
Required Changes
- Fetch posts and render in reverse chronological order.
- Support initial load and refresh.
Goal
- Display a correctly sorted posts feed.
Acceptance Criteria
- Posts are rendered as a list of cards.
- Sorted by most recent first.
- Loading and error states are visible.
Dependencies
- Backend: endpoint to list posts with date/time.
- Postcards
Problem Description
As a user, I want to see a feed of all users’ posts, sorted by most recent.
Required Changes
Goal
Acceptance Criteria
Dependencies