feat:(react-nav-preview) Adds NavDivider implementation#31848
Merged
mltejera merged 10 commits intomicrosoft:masterfrom Jul 1, 2024
Merged
feat:(react-nav-preview) Adds NavDivider implementation#31848mltejera merged 10 commits intomicrosoft:masterfrom
mltejera merged 10 commits intomicrosoft:masterfrom
Conversation
mltejera
commented
Jun 27, 2024
packages/react-components/react-nav-preview/library/src/components/NavDivider/NavDivider.tsx
Show resolved
Hide resolved
Collaborator
📊 Bundle size report✅ No changes found |
Member
|
/azp run Fluent UI React - PR and CI |
|
Azure Pipelines successfully started running 1 pipeline(s). |
...ges/react-components/react-nav-preview/library/src/components/NavDivider/NavDivider.test.tsx
Show resolved
Hide resolved
khmakoto
reviewed
Jun 28, 2024
packages/react-components/react-nav-preview/library/package.json
Outdated
Show resolved
Hide resolved
...ges/react-components/react-nav-preview/library/src/components/NavDivider/NavDivider.test.tsx
Show resolved
Hide resolved
packages/react-components/react-nav-preview/library/src/components/NavDivider/NavDivider.tsx
Show resolved
Hide resolved
smhigley
approved these changes
Jun 28, 2024
Contributor
smhigley
left a comment
There was a problem hiding this comment.
+1 to Mak's alphabetical comment, otherwise LGTM!
khmakoto
approved these changes
Jun 28, 2024
b9f0952 to
d07191d
Compare
sopranopillow
approved these changes
Jul 1, 2024
marcosmoura
added a commit
to marcosmoura/fluentui
that referenced
this pull request
Jul 3, 2024
* master: (45 commits) Added unit testcases for sparkline chart. (microsoft#31843) release: applying package updates - react v8 release: applying package updates - web-components fix(web-components): fix enterkey interaction on menu (microsoft#31894) chore(web-components): expose field to package exports (microsoft#31904) fix(web-components): slotted elements within fluent-text-input can't be focused (microsoft#31903) fix(web-components): fix menu positioning in firefox (microsoft#31895) chore: bump @types/node types to v20 and @tsconfig to v18 (microsoft#31510) chore: migrate to nx 19.2.3 (microsoft#31828) chore: fix install verdacio command (microsoft#31897) fix(scripts-prettier): escape file names that are being passed to prettier bin via shell (microsoft#31889) release: applying package updates - react-components feat:(docs) Adds pattern doc on Basic Recomposition (microsoft#31861) chore:(docs) Archive the wiki 🎉 (microsoft#31202) feat:(react-nav-preview) Adds NavDivider implementation (microsoft#31848) ci(.github): resolve due_on UTC time creation issues (microsoft#31890) release: applying package updates - web-components fix: update internal usage of useModalAttributes to use legacyTrapFocus by default (microsoft#31801) chore: make utils a package export (microsoft#31865) fix: add live region around scroll index update (microsoft#31863) ...
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.
Some consumers want dividers in the Nav, but it needs to be the Strong variant of it.
This PR adds that opinion, and updates the example to demonstrate it.
Design also wanted to "Yeet the home" in the examples, so removing that as well.
Ladders to #26649