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(user): add fetchTopLanguageLeaderboardSlugs API and mirage handler
Add a new member action fetchTopLanguageLeaderboardSlugs to the UserModel
to retrieve the top language leaderboard slugs for the current user. This
enables fetching the top 3 language leaderboards where the user has the highest
scores.
Implement a corresponding MirageJS handler to support this endpoint for
development and testing, returning sorted and filtered leaderboard slugs based
on the current user's leaderboard entries.
Fix swapped implementations of fetchCurrent and fetchNextInvoicePreview actions
to correctly match their respective API endpoints and return types.
0 commit comments