-
Notifications
You must be signed in to change notification settings - Fork 3.2k
feat: FIT-896: SC: Surface mocked up project dashboard with Enterprise banner #8756
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
feat: FIT-896: SC: Surface mocked up project dashboard with Enterprise banner #8756
Conversation
✅ Deploy Preview for label-studio-docs-new-theme ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for heartex-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ 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-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #8756 +/- ##
============================================
- Coverage 66.70% 50.67% -16.04%
============================================
Files 791 553 -238
Lines 60995 39319 -21676
Branches 10390 10400 +10
============================================
- Hits 40689 19925 -20764
+ Misses 20303 19391 -912
Partials 3 3
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 introduces a new reusable
EnterpriseUpgradeOverlaycomponent to the UI library, designed to encourage users to upgrade to the Enterprise plan with a visually prominent overlay. It also includes a small visual fix for the filled variant of theEnterpriseBadgefor improved visual consistency.Screenshots
Before
After
New Enterprise Upgrade Overlay Component:
EnterpriseUpgradeOverlaycomponent with customizable title, description, feature name, button labels, and callbacks. The overlay features a gradient border, backdrop blur, and consistent design system styling.EnterpriseUpgradeOverlaydemonstrating various usage scenarios and customizations.Enterprise Badge Visual Improvements:
EnterpriseBadgecolors to use subtler accent colors for both text and icon, and added acursor: defaultstyle for improved UX. [1] [2]