-
Notifications
You must be signed in to change notification settings - Fork 3.2k
fix: BROS-633: Fix Labeling Stream with missing buttons #8953
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
base: develop
Are you sure you want to change the base?
Conversation
If we go to View All in Quick View and then go to Label Stream, we'll end up with a broken state: part of LSF thinks it's View All, while the UI shows only one annotation. Fix `viewingAll` getter to return false in such cases.
✅ Deploy Preview for label-studio-docs-new-theme ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Flag to close View All was missing from the call, so LSF stuck in View All
✅ 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❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #8953 +/- ##
===========================================
- Coverage 65.93% 57.86% -8.07%
===========================================
Files 828 561 -267
Lines 64588 40556 -24032
Branches 10984 10986 +2
===========================================
- Hits 42585 23469 -19116
+ Misses 21999 17083 -4916
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:
|
|
/git merge
|
If we go to View All in Quick View and then go to Label Stream, we'll end up with a broken state: part of LSF thinks it's View All, while the UI shows only one annotation.
Fix
viewingAllgetter to return false in such cases.