-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
fix(react-examples): Add tooltip to icons in OverflowSet example #16495
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 710a21a:
|
Perf AnalysisNo significant results to display. All results
Perf Analysis (Fluent)Perf comparison
Perf tests with no regressions
|
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: d9da9b1d25a15cfa2de3ee8c6a9aa9426f86763b (build) |
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.
Thanks for doing this! I have a suggestion below that I think we should make before this one can go in.
packages/react-examples/src/react/OverflowSet/OverflowSet.Vertical.Example.tsx
Outdated
Show resolved
Hide resolved
(microsoftdesign/fluentui#10284)
…xample (#16494) - [x] Addresses an existing issue: Fixes microsoftdesign/fluentui#10282 - [x] Include a change request file using `$ yarn change`: No change files are needed Add descriptive names for the icons used in the OverflowSet Vertical example. Removed unused `icon` props for the `overflowItems`
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.
This is on the right track once the snapshot issues are fixed, but I have a few more suggestions.
packages/react-examples/src/react/OverflowSet/OverflowSet.Vertical.Example.tsx
Outdated
Show resolved
Hide resolved
packages/react-examples/src/react/OverflowSet/OverflowSet.Vertical.Example.tsx
Show resolved
Hide resolved
packages/react-examples/src/react/OverflowSet/OverflowSet.Vertical.Example.tsx
Outdated
Show resolved
Hide resolved
Add label to overflow button
Applied suggestions. |
#### Pull request checklist - [x] Include a change request file using `$ yarn change` #### Description of changes Aggregate cherry-picking for all my contributions for the `react-examples` package #### Focus areas to test - [x] #16497 - [x] #16496 - [x] #16494 - [x] #16479 - [x] #16430 - [x] #16475 - [x] #16463 - [x] #16495 - [x] #16481
Pull request checklist
$ yarn change
: No change files are neededDescription of changes
Add tooltip to items in the
Overflow Set Vertical
example.