fix: Adding the correct icons to away+out-of-office PresenceBadges and adding the correct icons to use in large PresenceBadges#27253
Merged
khmakoto merged 5 commits intomicrosoft:masterfrom Mar 20, 2023
Conversation
added 2 commits
March 17, 2023 19:20
…d adding the correct icons to use in large PresenceBadges.
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 62faffdfb607c7cf30f2c4f554cdc40c20808c13 (build) |
|
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 d9af858:
|
Collaborator
📊 Bundle size reportUnchanged fixtures
|
Collaborator
Perf Analysis (
|
| Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
|---|---|---|---|---|---|
| Avatar | mount | 900 | 897 | 5000 | |
| Button | mount | 573 | 559 | 5000 | |
| Field | mount | 1601 | 1612 | 5000 | |
| FluentProvider | mount | 1106 | 1108 | 5000 | |
| FluentProviderWithTheme | mount | 289 | 307 | 10 | |
| FluentProviderWithTheme | virtual-rerender | 236 | 244 | 10 | |
| FluentProviderWithTheme | virtual-rerender-with-unmount | 287 | 291 | 10 | |
| InfoButton | mount | 202 | 218 | 5000 | |
| MakeStyles | mount | 1296 | 1309 | 50000 | |
| Persona | mount | 2193 | 2205 | 5000 | |
| SpinButton | mount | 1947 | 1789 | 5000 |
fabricteam
reviewed
Mar 18, 2023
…resenceIconsFix
sopranopillow
approved these changes
Mar 20, 2023
tomi-msft
approved these changes
Mar 20, 2023
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.

Previous Behavior
PresenceBadgesthat wereaway+out-of-officeused the incorrect set of icons, only using theout-of-officeicons instead of theawayones.Large
PresenceBadgesalso used a wrong set of16pxsized icons, instead of the20pxsized ones called by the design spec.New Behavior
PresenceBadgesthat areaway+out-of-officenow use the correct set ofawayicons instead of theout-of-officeones.Large
PresenceBadgesnow use the correct20pxsized icons instead of the wrong16pxsized ones.Related Issue(s)