-
Notifications
You must be signed in to change notification settings - Fork 861
[EuiPageHeader] rightSideItems Update DOM to Match Display Order
#6753
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
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
c041438
[EuiPageHeader] Removed the default row-reverse flex-direction for ri…
breehall 13af141
CHANGELOG
breehall 6997308
Update upcoming_changelogs/6753.md
breehall c34fd38
Update src/components/page/page_header/page_header_content.tsx
breehall 12aaaea
[REVERT ME] Add responsive prop to the base EuiPageHeader for testing…
breehall 8e96212
Update snapshots for code changes that occurred in Github UI
breehall 8de8579
Revert "[REVERT ME] Add responsive prop to the base EuiPageHeader for…
breehall e6ef7a7
Update src/components/page/page_header/page_header_content.tsx
breehall 9bd93f5
Update src/components/page/page_header/page_header_content.tsx
breehall 0aa50f1
Merge branch 'pageheader/right-side' of https://github.com/breehall/e…
breehall File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -41,20 +41,20 @@ exports[`EuiPageHeader props alignItems bottom is rendered 1`] = ` | |
| class="euiFlexItem emotion-euiFlexItem-growZero" | ||
| > | ||
| <div | ||
| class="euiFlexGroup emotion-euiFlexGroup-wrap-l-flexStart-stretch-rowReverse" | ||
| class="euiFlexGroup emotion-euiFlexGroup-wrap-l-flexStart-stretch-row" | ||
| > | ||
| <div | ||
| class="euiFlexItem emotion-euiFlexItem-growZero" | ||
| > | ||
| <button> | ||
| Button 1 | ||
| Button 2 | ||
| </button> | ||
| </div> | ||
| <div | ||
| class="euiFlexItem emotion-euiFlexItem-growZero" | ||
| > | ||
| <button> | ||
| Button 2 | ||
| Button 1 | ||
| </button> | ||
|
Comment on lines
+44
to
58
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This snapshot change is expected. Previously with Now the DOM order matches the display order. |
||
| </div> | ||
| </div> | ||
|
|
@@ -87,20 +87,20 @@ exports[`EuiPageHeader props alignItems center is rendered 1`] = ` | |
| class="euiFlexItem emotion-euiFlexItem-growZero" | ||
| > | ||
| <div | ||
| class="euiFlexGroup emotion-euiFlexGroup-wrap-l-flexStart-stretch-rowReverse" | ||
| class="euiFlexGroup emotion-euiFlexGroup-wrap-l-flexStart-stretch-row" | ||
| > | ||
| <div | ||
| class="euiFlexItem emotion-euiFlexItem-growZero" | ||
| > | ||
| <button> | ||
| Button 1 | ||
| Button 2 | ||
| </button> | ||
| </div> | ||
| <div | ||
| class="euiFlexItem emotion-euiFlexItem-growZero" | ||
| > | ||
| <button> | ||
| Button 2 | ||
| Button 1 | ||
| </button> | ||
| </div> | ||
| </div> | ||
|
|
@@ -133,20 +133,20 @@ exports[`EuiPageHeader props alignItems stretch is rendered 1`] = ` | |
| class="euiFlexItem emotion-euiFlexItem-growZero" | ||
| > | ||
| <div | ||
| class="euiFlexGroup emotion-euiFlexGroup-wrap-l-flexStart-stretch-rowReverse" | ||
| class="euiFlexGroup emotion-euiFlexGroup-wrap-l-flexStart-stretch-row" | ||
| > | ||
| <div | ||
| class="euiFlexItem emotion-euiFlexItem-growZero" | ||
| > | ||
| <button> | ||
| Button 1 | ||
| Button 2 | ||
| </button> | ||
| </div> | ||
| <div | ||
| class="euiFlexItem emotion-euiFlexItem-growZero" | ||
| > | ||
| <button> | ||
| Button 2 | ||
| Button 1 | ||
| </button> | ||
| </div> | ||
| </div> | ||
|
|
@@ -179,20 +179,20 @@ exports[`EuiPageHeader props alignItems top is rendered 1`] = ` | |
| class="euiFlexItem emotion-euiFlexItem-growZero" | ||
| > | ||
| <div | ||
| class="euiFlexGroup emotion-euiFlexGroup-wrap-l-flexStart-stretch-rowReverse" | ||
| class="euiFlexGroup emotion-euiFlexGroup-wrap-l-flexStart-stretch-row" | ||
| > | ||
| <div | ||
| class="euiFlexItem emotion-euiFlexItem-growZero" | ||
| > | ||
| <button> | ||
| Button 1 | ||
| Button 2 | ||
| </button> | ||
| </div> | ||
| <div | ||
| class="euiFlexItem emotion-euiFlexItem-growZero" | ||
| > | ||
| <button> | ||
| Button 2 | ||
| Button 1 | ||
| </button> | ||
| </div> | ||
| </div> | ||
|
|
@@ -362,21 +362,21 @@ exports[`EuiPageHeader props page content props are passed down is rendered 1`] | |
| > | ||
| <div | ||
| aria-label="aria-label" | ||
| class="euiFlexGroup testClass1 testClass2 emotion-euiFlexGroup-responsive-wrap-l-flexStart-stretch-rowReverse" | ||
| class="euiFlexGroup testClass1 testClass2 emotion-euiFlexGroup-responsive-wrap-l-flexStart-stretch-row" | ||
| data-test-subj="test subject string" | ||
| > | ||
| <div | ||
| class="euiFlexItem emotion-euiFlexItem-growZero" | ||
| > | ||
| <button> | ||
| Button 1 | ||
| Button 2 | ||
| </button> | ||
| </div> | ||
| <div | ||
| class="euiFlexItem emotion-euiFlexItem-growZero" | ||
| > | ||
| <button> | ||
| Button 2 | ||
| Button 1 | ||
| </button> | ||
| </div> | ||
| </div> | ||
|
|
||
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| - Improved keyboard accessibility in `EuiPageHeader` by ensuring the right side menu items come into focus from left to right. | ||
|
|
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.
Uh oh!
There was an error while loading. Please reload this page.