All release notes

v1.168.1

1 feature, 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.

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.