-
Notifications
You must be signed in to change notification settings - Fork 3.1k
fix: FIT-747: Make Annotation tabs stand out #8585
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-docs-new-theme canceled.
|
✅ Deploy Preview for label-studio-playground canceled.
|
✅ Deploy Preview for heartex-docs canceled.
|
✅ Deploy Preview for label-studio-storybook canceled.
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #8585 +/- ##
===========================================
- Coverage 67.45% 60.58% -6.87%
===========================================
Files 780 543 -237
Lines 59913 38429 -21484
Branches 10154 10154
===========================================
- Hits 40413 23282 -17131
+ Misses 19497 15144 -4353
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:
|
web/libs/editor/src/components/AnnotationsCarousel/AnnotationsCarousel.tsx
Outdated
Show resolved
Hide resolved
web/libs/editor/src/components/AnnotationsCarousel/AnnotationsCarousel.scss
Outdated
Show resolved
Hide resolved
web/libs/editor/src/components/AnnotationsCarousel/AnnotationButton.scss
Outdated
Show resolved
Hide resolved
web/libs/editor/src/components/AnnotationsCarousel/AnnotationsCarousel.tsx
Outdated
Show resolved
Hide resolved
/git merge
|
/git merge
|
This pull request updates the styling of several UI components in the editor to improve visual consistency, use design tokens for spacing and colors, and enhance transitions and interactivity. The main focus is on the
AnnotationButton
and its related carousel, as well as the top bar.Screenshots
Before
Carousel Scrolled

After
Carousel Scrolled

AnnotationButton and Carousel Styling Improvements:
AnnotationButton.scss
andAnnotationsCarousel.scss
with CSS variables (design tokens) for consistency. [1] [2]opacity
and added smooth transition effects for interactive elements like triggers and pic sections, improving animation and accessibility. [1] [2] [3] [4] [5]These changes collectively modernize the UI, make it more maintainable, and provide a better user experience.