-
Notifications
You must be signed in to change notification settings - Fork 3.3k
feat: FIT-1193: Remove Beta badge from Theme Toggle #9166
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: develop
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for label-studio-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for heartex-docs canceled.
|
✅ Deploy Preview for label-studio-playground ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for label-studio-docs-new-theme canceled.
|
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## develop #9166 +/- ##
===========================================
- Coverage 66.12% 57.98% -8.14%
===========================================
Files 828 557 -271
Lines 64797 40429 -24368
Branches 10939 10939
===========================================
- Hits 42846 23443 -19403
+ Misses 21947 16982 -4965
Partials 4 4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/git merge |
This pull request simplifies the
ThemeTogglecomponent by removing the "Beta" badge from both the UI and the related code. The changes are focused on cleaning up unused imports, styles, and JSX elements associated with the badge.Screenshots
ThemeToggle component cleanup:
Badgeimport and the JSX rendering of the "Beta" badge fromThemeToggle.tsx. [1] [2].betaBadgeCSS class fromThemeToggle.module.scsssince it is no longer used.