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

[Page Layouts] Adding content props to EuiPageHeader for pre-determined page layout patterns #4451

Merged
merged 35 commits into from
Feb 10, 2021

Commits on Jan 26, 2021

  1. Added content type props to EuiPageHeader

    cchaos committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    cb8817a View commit details
    Browse the repository at this point in the history
  2. Replaced example usages with props

    cchaos committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    b54aae4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06afe85 View commit details
    Browse the repository at this point in the history
  4. Updating playground & docs

    cchaos committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    a2b0e6f View commit details
    Browse the repository at this point in the history
  5. Fixin amsterdam small and reverse shadows

    cchaos committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    c19d038 View commit details
    Browse the repository at this point in the history
  6. ‘Fixing’ paddingSize prop on EuiPageContent

    cchaos committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    eff79dc View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Adding custom options for restrictWidth

    cchaos committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    206351c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6413fb4 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. middle; simulate node

    thompsongl committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    59643df View commit details
    Browse the repository at this point in the history
  2. Update useIsWithinBreakpoints to be conditional

    cchaos committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    517542d View commit details
    Browse the repository at this point in the history
  3. Moving the content to a new component

    cchaos committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    ea27ca0 View commit details
    Browse the repository at this point in the history
  4. Cleaning up

    cchaos committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    20f3bb9 View commit details
    Browse the repository at this point in the history
  5. Playground fix

    cchaos committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    09285bf View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. more customProps

    thompsongl committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    a3051f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    eb08a9d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #39 from thompsongl/props/page_header

    props/page_header
    cchaos committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    b4df1a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. prevent format errors

    thompsongl committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    a5b6eb5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #40 from thompsongl/props/page_header

    prevent format errors
    cchaos committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    199ade3 View commit details
    Browse the repository at this point in the history
  3. Some cleanup and fixing of logic

    cchaos committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    373fa5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a59f32 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46929e1 View commit details
    Browse the repository at this point in the history
  6. cl & comments

    cchaos committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    27d7815 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Docs clarity

    snide committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    18a429b View commit details
    Browse the repository at this point in the history
  2. words

    snide committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    5d1ea82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6108ef View commit details
    Browse the repository at this point in the history
  4. Merge pull request #41 from snide/docs/pageheader

    Docs clarity
    cchaos committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    7dec3f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Render <header> element in EuiPageHeader

    cchaos committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    fb2c6b9 View commit details
    Browse the repository at this point in the history
  2. Adding iconProps to optional icon

    cchaos committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    fc50d95 View commit details
    Browse the repository at this point in the history
  3. Renaming rightSideContent to rightSideItems for better clarity of…

    … what the prop type is
    cchaos committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    e3f1ce1 View commit details
    Browse the repository at this point in the history
  4. Replacing rightSideResponsive with a more generic `rightSideGroupPr…

    …ops`
    
    Also had to change the EuiFlexGroupProps to include ALL props (like Common)
    cchaos committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    f0964c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df17134 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Apply suggestions from code review

    Co-authored-by: Greg Thompson <thompson.glowe@gmail.com>
    cchaos and thompsongl committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    7d557fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f573ebb View commit details
    Browse the repository at this point in the history
  3. Set deprecation notice for panelPaddingSize

    cchaos committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    e97d3b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9615bcc View commit details
    Browse the repository at this point in the history