-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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: LEAP-1351: LSF customization for bulk annotation #6203
Conversation
- hide dependant controls - hide panels
- for bulk annotation mode displaying - for custom controls rendering and modify on fly - fix delivering the config from the cypress environment into the test environment
✅ Deploy Preview for label-studio-docs-new-theme ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for heartex-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Would not it be better to name interface "annotation:bulk"? That will keep it in a shape of namespace:detail like for lot of other interfaces. I know they are a mess but that's a really lowcost change on an early stage with small benefit |
Separated bulk mode and independence checks into variables for readability. This makes the conditional logic clearer and potentially reduces redundancy in code review and debugging processes. No functional changes have been introduced.
# Conflicts: # web/libs/editor/src/components/BottomBar/BottomBar.jsx
/git merge develop
|
/git merge develop
|
/git merge develop
|
This PR is stale because it has been open 45 days with no activity. Remove |
This PR was closed because it has been stalled for 10 days with no activity. |
This PR adds
"annotation:bulk"
interface that allows to hide all panels and elements that can't be set equally to group of annotaions"controls:custom"
indicating that we are going to take control on rendere of these buttonsPR fulfills these requirements
[fix|feat|ci|chore|doc]: TICKET-ID: Short description of change made
ex.fix: DEV-XXXX: Removed inconsistent code usage causing intermittent errors
Change has impacts in these area(s)
What feature flags were used to cover this change?
fflag_feat_all_leap_1181_bulk_annotation_short
Does this PR introduce a breaking change?
What level of testing was included in the change?
(check all that apply)
Which logical domain(s) does this change affect?
Editor
,BottomBar