-
Notifications
You must be signed in to change notification settings - Fork 3.3k
fix: FIT-132: Date picker filter dropdown in data manager not optimized for dark mode #7990
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
fix: FIT-132: Date picker filter dropdown in data manager not optimized for dark mode #7990
Conversation
…ptimized for Dark mode
…are overriden in prod given react-datepicker styles are loaded async.
…into fb-fit-132/date-picker-filter-dropdown-data-manager-not-optimized-dark-mode
✅ Deploy Preview for label-studio-docs-new-theme canceled.
|
✅ 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-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #7990 +/- ##
===========================================
- Coverage 69.37% 65.58% -3.79%
===========================================
Files 712 502 -210
Lines 50013 33228 -16785
Branches 8558 8558
===========================================
- Hits 34697 21794 -12903
+ Misses 15313 11431 -3882
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
|
…ata-manager-not-optimized-dark-mode' Workflow run: https://github.com/HumanSignal/label-studio/actions/runs/16349287722
This PR forces react-datepicker style overrides using specificity given the CSS file for this component is loaded async.
It also adjusts the height of the time picker container so that it spans the height of the datepicker popover.
Note: Scrollbar styles to be fixed separately.
Before
After