-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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-1199: Add drag and drop functionality on DM tabs #6079
Conversation
✅ Deploy Preview for heartex-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for label-studio-docs-new-theme ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
/git merge develop
|
* feat: LEAP-1241: Views ordering * Fix urls test * Add index for project+order field --------- Co-authored-by: triklozoid <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #6079 +/- ##
===========================================
+ Coverage 76.73% 76.76% +0.03%
===========================================
Files 168 168
Lines 13628 13650 +22
===========================================
+ Hits 10458 10479 +21
- Misses 3170 3171 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* fix: OPTIC-885: Links not clickable from within Radio Button * add a comment stating this fix needs to be revisited
/git merge develop
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to rework the migration that's included in this PR to make the new field nullable; code depending on the new field should handle nulls.
web/libs/datamanager/src/components/DataManager/DataManager.jsx
Outdated
Show resolved
Hide resolved
/git merge develop
|
Good morning! |
PR 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)
(check all that apply)
Describe the reason for change
Currently, users cannot move tabs around, which is inconvenient. They must delete ("Close") tabs and recreate them in the desired order. This update allows users to reorder tabs by dragging and dropping them.
Key features: