feat: FIT-1492: Increase interactive area of Data Manager column separators#9542
Merged
robot-ci-heartex merged 4 commits intodevelopfrom Mar 6, 2026
Merged
feat: FIT-1492: Increase interactive area of Data Manager column separators#9542robot-ci-heartex merged 4 commits intodevelopfrom
robot-ci-heartex merged 4 commits intodevelopfrom
Conversation
✅ Deploy Preview for label-studio-docs-new-theme canceled.
|
✅ Deploy Preview for heartex-docs canceled.
|
✅ Deploy Preview for label-studio-playground 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. |
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## develop #9542 +/- ##
===========================================
- Coverage 68.29% 60.62% -7.67%
===========================================
Files 1163 885 -278
Lines 69098 43820 -25278
Branches 11813 11813
===========================================
- Hits 47191 26567 -20624
+ Misses 21900 17246 -4654
Partials 7 7
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:
|
yyassi-heartex
approved these changes
Mar 6, 2026
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 makes improvements to the user interface for table column resizing and drag-and-drop interactions. The most important changes are grouped below by theme.
https://www.loom.com/share/23a1f86f75f24151b52eae6e3ebc904a
Resizer usability and styling improvements:
--handle-interactive-sizeto increase the interactive area for the resizer handle, making it easier for users to grab and resize columns. (Resizer.scss).resizer__handleselector to use spacing variables for top and bottom positioning, set the handle width to--handle-interactive-size, and added a pseudo-element for improved visual feedback and easier hover state styling. (Resizer.scss)Resizer.scss)Table drag-and-drop interaction:
movetograb, making the drag-and-drop interaction more intuitive for users. (TableHead.scss)