v1.168.1
Fix
Update season name retrieval logic in ProfilePage
- Modified the seasonName assignment to fallback to getSeasonDisplayName only if xp?.seasonName is not available, improving data handling for user profiles.
Feature
Enhance dashboard content handling with initial hasMore support
- Added support for initialHasMoreFromParent in DashboardPage to manage loading state based on parent data.
- Updated OrganizedContentList to utilize initialHasMoreFromParent for determining item availability, improving user experience during data fetching.
