fix: FIT-1045: Add project state filter + sort option behind 710 flag#8885
Open
yyassi-heartex wants to merge 2 commits intodevelopfrom
Open
fix: FIT-1045: Add project state filter + sort option behind 710 flag#8885yyassi-heartex wants to merge 2 commits intodevelopfrom
yyassi-heartex wants to merge 2 commits intodevelopfrom
Conversation
✅ Deploy Preview for label-studio-docs-new-theme canceled.
|
✅ Deploy Preview for heartex-docs canceled.
|
✅ Deploy Preview for label-studio-storybook canceled.
|
✅ Deploy Preview for label-studio-playground canceled.
|
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## develop #8885 +/- ##
===========================================
- Coverage 66.30% 57.17% -9.13%
===========================================
Files 820 561 -259
Lines 64425 40829 -23596
Branches 11023 11023
===========================================
- Hits 42716 23346 -19370
+ Misses 21705 17479 -4226
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:
|
Collaborator
|
This PR is stale because it has been open 45 days with no activity. Remove |
Collaborator
|
This PR is stale because it has been open 45 days with no activity. Remove |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a new feature flag for FSM state fields and enhances the filters component to better support disabled fields. The most important changes are grouped below:
Feature Flags:
FF_FSM_STATE_FIELDStoflags.tsto enable or manage FSM state fields functionality.UI/UX Improvements:
Filterscomponent to include adisabledproperty on filter fields, allowing the UI to reflect and handle disabled filter options.