-
Notifications
You must be signed in to change notification settings - Fork 3.3k
fix: FIT-267: I can't edit cloud storage with long titles #8137
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
Conversation
✅ 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-docs-new-theme canceled.
|
✅ Deploy Preview for label-studio-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for heartex-docs canceled.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #8137 +/- ##
===========================================
- Coverage 70.41% 66.21% -4.21%
===========================================
Files 720 504 -216
Lines 52123 34136 -17987
Branches 8811 8811
===========================================
- Hits 36703 22603 -14100
+ Misses 15417 11530 -3887
Partials 3 3
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
|
This pull request enhances the display of card headers in both the Label Studio app and shared UI library by adding tooltips for better usability and removing unnecessary flex styling. The most important changes are grouped below:
UI/UX Improvements:
Tooltip(from@humansignal/ui) to the card header in bothCard.jsxandCard.tsxso that long header text is now truncated with a single line clamp and users can view the full header on hover. [1] [2]Codebase Cleanup:
display: flex;property from the header content styles in bothCard.scssandCard.module.scssto simplify layout and avoid unnecessary flex behavior. [1] [2]Tooltipcomponent in bothCard.jsxandCard.tsxto support the new tooltip functionality. [1] [2]