-
Notifications
You must be signed in to change notification settings - Fork 3.3k
fix: FIT-808: Filters visuals tweaks #8650
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
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-storybook 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. |
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## develop #8650 +/- ##
===========================================
- Coverage 66.37% 60.09% -6.29%
===========================================
Files 786 548 -238
Lines 60312 38773 -21539
Branches 10255 10255
===========================================
- Hits 40033 23300 -16733
+ Misses 20276 15470 -4806
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:
|
This pull request makes several UI improvements to the DataManager filter components, focusing on layout consistency, sizing, and styling for better usability and appearance. The most notable changes involve standardizing input sizes, updating button styles, and ensuring filter components align and scale properly within the sidebar.
before:


after:


Styling and Layout Consistency:
DataManager.scssto provide more space for filter controls.Filters.scssandFilterLine.scss. [1] [2]Filter Component Updates:
FilterInput.jsx.FilterLine.jsx.FilterOperation.jsx. [1] [2] [3]Range Input Improvements:
Number.jsx.