-
Notifications
You must be signed in to change notification settings - Fork 70
Toolbar overflow #5509
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?
Toolbar overflow #5509
Conversation
Packages Report
|
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.
Pull Request Overview
Adds comprehensive support for scrollable toolbar layouts with badge containers by introducing new tests and updating styling.
- Introduces new HTML and TSX tests for scrollable toolbar across small, medium, and large sizes.
- Removes outdated badge-in-scrollable tests and related imports from the main toolbar tests.
- Updates Fluent and Core SCSS to apply consistent padding and margin for
.k-toolbar-items-scroll
.
Reviewed Changes
Copilot reviewed 6 out of 16 changed files in this pull request and generated 3 comments.
Show a summary per file
File | Description |
---|---|
tests/toolbar/toolbar-scrollable-components.html | New static HTML tests covering scrollable toolbar scenarios. |
tests/toolbar/toolbar-components.html | Removed legacy scrollable badge tests. |
packages/html/src/toolbar/tests/toolbar-scrollable-components.tsx | Added dynamic TSX tests for scrollable toolbar across sizes. |
packages/html/src/toolbar/tests/toolbar-components.tsx | Removed ToolbarScrollable import and associated test section. |
packages/fluent/scss/toolbar/_layout.scss | Added size-specific padding/margin rules for .k-toolbar-items-scroll . |
packages/core/scss/components/toolbar/_layout.scss | Mirror updates: padding/margin adjustments for scrollable items. |
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.
Closes #5507
Related to: #5441