You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add infinite scroll pagination and notification support
- Added pagination support with `fetchNextPage`, `hasNextPage`, and `isFetchingNextPage` to explore screens for both repositories and developers
- Implemented infinite scroll with `onEndReached` and `onEndReachedThreshold` for better performance with large datasets
- Added loading indicators during pagination with `ActivityIndicator`
- Added `expo-notifications` dependency to app.json for future notification features
- Updated FlatList components to use flattened data from paginated results
- Enhanced artifact list in workflow runs to show empty state when no artifacts exist
- add infinite scroll pagination and notification support ([a7557fc](https://github.com/involvex/awesome-github-app/commit/a7557fc8fdb4e39e2ad034baab151da3453ab64d))
0 commit comments