Skip to content
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

[EuiPageHeader] rightSideItems Update DOM to Match Display Order #6753

Merged
merged 10 commits into from
May 5, 2023

Commits on May 3, 2023

  1. [EuiPageHeader] Removed the default row-reverse flex-direction for ri…

    …ghtSideItems. This causes the list to be displayed in one order and show as reversed with CSS, causing screenreaders and keyboards to focus on the last element in the list first. Added a prop to the wrapWithFlex function that will ensure the DOM order matches the display order of rightSideItems.
    breehall committed May 3, 2023
    Configuration menu
    Copy the full SHA
    c041438 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. CHANGELOG

    breehall committed May 4, 2023
    Configuration menu
    Copy the full SHA
    13af141 View commit details
    Browse the repository at this point in the history
  2. Update upcoming_changelogs/6753.md

    Co-authored-by: Cee Chen <549407+cee-chen@users.noreply.github.com>
    breehall and cee-chen authored May 4, 2023
    Configuration menu
    Copy the full SHA
    6997308 View commit details
    Browse the repository at this point in the history
  3. Update src/components/page/page_header/page_header_content.tsx

    Co-authored-by: Cee Chen <549407+cee-chen@users.noreply.github.com>
    breehall and cee-chen authored May 4, 2023
    Configuration menu
    Copy the full SHA
    c34fd38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12aaaea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e96212 View commit details
    Browse the repository at this point in the history
  6. Revert "[REVERT ME] Add responsive prop to the base EuiPageHeader for…

    … testing on smaller screens"
    
    This reverts commit 12aaaea.
    
    Reverting example change that was only intended for testing
    breehall committed May 4, 2023
    Configuration menu
    Copy the full SHA
    8de8579 View commit details
    Browse the repository at this point in the history
  7. Update src/components/page/page_header/page_header_content.tsx

    Co-authored-by: Cee Chen <549407+cee-chen@users.noreply.github.com>
    breehall and cee-chen authored May 4, 2023
    Configuration menu
    Copy the full SHA
    e6ef7a7 View commit details
    Browse the repository at this point in the history
  8. Update src/components/page/page_header/page_header_content.tsx

    Co-authored-by: Cee Chen <549407+cee-chen@users.noreply.github.com>
    breehall and cee-chen authored May 4, 2023
    Configuration menu
    Copy the full SHA
    9bd93f5 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'pageheader/right-side' of https://github.com/breehall/eui

    … into pageheader/right-side
    
    Pulling changes that were made in Github UI
    breehall committed May 4, 2023
    Configuration menu
    Copy the full SHA
    0aa50f1 View commit details
    Browse the repository at this point in the history