-
Notifications
You must be signed in to change notification settings - Fork 3.1k
feat: FIT-698: Update links in Annotation Summary to also set the new 'Agreement (Selected)' column #8481
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
… 'Agreement (Selected)' column
✅ Deploy Preview for heartex-docs canceled.
|
✅ Deploy Preview for label-studio-docs-new-theme canceled.
|
✅ 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 #8481 +/- ##
===========================================
- Coverage 66.45% 60.60% -5.85%
===========================================
Files 780 543 -237
Lines 59639 38385 -21254
Branches 10136 10136
===========================================
- Hits 39635 23265 -16370
+ Misses 20001 15117 -4884
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:
|
…98/agreement_selected-2
96c859f
to
88985ab
Compare
This pull request introduces improvements to the tab component styling for better theme consistency and updates the tab state management to persist the
agreement_selected
property. These changes help ensure that the tab UI matches the application's color scheme and that user selections are properly saved and restored.Styling and Theming:
_virtual
and_virtual.tabs-dm__item_active
classes ofTabs.scss
to use theme variables (--color-neutral-background
,--color-neutral-surface
,--color-neutral-border-subtle
) instead of hardcoded color values for improved consistency and maintainability.State Management:
agreement_selected
property to the tab snapshot and serialization methods intab.js
, ensuring that this state is persisted and restored with each tab. [1] [2]