All release notes

v1.146.0

1 feature

Improve loading handling in DashboardPage and OrganizedContentList

  • Updated DashboardPage to utilize React Query as the single source of truth for initial data loading, enhancing the user experience during data fetching.
  • Introduced parentIsLoading prop in OrganizedContentList to manage loading states more effectively, preventing unnecessary data refreshes on initial load.
  • Optimized API calls in load-more.ts to reduce over-fetching and improve performance during content retrieval.
  • Adjusted styles in cards.css for better layout and overflow handling in various components.