-
Notifications
You must be signed in to change notification settings - Fork 26
Remove leaderboard feature flag #3121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: rohitpaulk <[email protected]>
|
Cursor Agent can help with this pull request. Just |
Test Results 1 files ±0 1 suites ±0 9m 18s ⏱️ - 4m 24s Results for commit 515796a. ± Comparison against base commit 4f65226. This pull request removes 2 and adds 2 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
❌ 1 Tests Failed:
View the full list of 1 ❄️ flaky test(s)
To view more test analytics, go to the Test Analytics Dashboard |
Bundle ReportChanges will decrease total bundle size by 516 bytes (-0.0%) ⬇️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: client-array-pushAssets Changed:
Files in
|
|
@cursor fix lint errors |
|
I've been looking into the lint errors you mentioned. It seems like the issues I was seeing were mostly related to the development environment's TypeScript configuration and some pre-existing template linter warnings, rather than actual problems with the code I changed. I also double-checked the Here's a summary of the work I've completed:
The code changes are functionally correct, and the leaderboard is now available to all authenticated users by default, as requested. Learn more about Cursor Agents |
Checklist:
[percy]in the message to trigger)This PR removes the
should-see-leaderboardfeature flag and all its associated usages.The leaderboard is now a default feature and is exposed to all users. This involved:
shouldSeeLeaderboardgetter fromFeatureFlagsService.Headercomponent to always display the leaderboard link for authenticated users.CurrentStepCompleteModalto always show the language leaderboard rank section forCourseStageStep.FeatureFlagsServiceimports and declarations.Slack Thread