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(account): add pagination support for in-app notifications
- Add loadingMore status to InAppNotificationCenterStatus enum
- Extend InAppNotificationCenterState with pagination properties:
- breakingNewsHasMore, breakingNewsCursor, digestHasMore, digestCursor
- Update InAppNotificationCenterState copyWith method to include new parameters
- Add comments explaining the new pagination-related properties
0 commit comments