-
Notifications
You must be signed in to change notification settings - Fork 942
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
feat(mobile): add social entry list component #2733
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Suggested PR Title:
Change Summary: Code Review: Code ReviewThe changes made here generally look good and reflect a sensible refactor for introducing a modularized entry list system. However, the following issues require attention: 1. File:
|
f28109c
to
3180ad5
Compare
Linting and formatting issues were automatically fixed. Please review the changes. |
3a07030
to
0465140
Compare
Resolves FOL-1468
This pull request refactors the entry list components by creating separate components for different feed view types and updating the main entry list screen to use these new components.
The most important changes include the creation of
EntryListContentArticle
,EntryListContentSocial
, and the update toEntryListScreen
to dynamically select the appropriate component based on the feed view type.