Select the types of activity you want to include in your feed.
Select the types of activity you want to include in your feed.
feat(community): add community feed screen with collapsing header and tabs
Implement full community feed navigation allowing users to tap on community
avatars/names in post cards to view community details and browse posts.
Changes:
- Add CommunityFeedScreen with collapsing SliverAppBar and frosted glass effect
- Add Feed/About tabs with feed sorting (Hot, New, Top)
- Add getCommunity() and getCommunityFeed() API methods
- Add TappableCommunity widget for consistent navigation from post cards
- Add CommunityHeader widget matching profile header design pattern
- Add DisplayUtils for shared avatar colors and number formatting
- Add share functionality for communities
- Improve error handling with specific exception types (Network, NotFound, Server)
- Add subscribe/join button with loading states and animations
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>