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

Expand EuiFlyout usage to help EuiCollapsibleNav #4713

Merged
merged 41 commits into from
May 11, 2021

Commits on Apr 13, 2021

  1. Fix when animation happens with docked navs

    cchaos committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    42664ce View commit details
    Browse the repository at this point in the history
  2. WIP _ Terrible

    cchaos committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    3170831 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d492775 View commit details
    Browse the repository at this point in the history
  4. Fixing click capture on toggle button

    cchaos committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    41db315 View commit details
    Browse the repository at this point in the history
  5. [BREAKING] Width of EuiCollapsibleNav is now add via style prop ins…

    …tead of Sass
    cchaos committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    44207ea View commit details
    Browse the repository at this point in the history
  6. Add playground

    cchaos committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    8b04e68 View commit details
    Browse the repository at this point in the history
  7. [EuiFlyout] Extending size prop to accept width types

    Also does a better job with mobile sizing and not just overtaking the whole screen all the time
    cchaos committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    1ea7c37 View commit details
    Browse the repository at this point in the history
  8. [EuiFlyout] Added side prop

    cchaos committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    f3a9db0 View commit details
    Browse the repository at this point in the history
  9. [EuiFlyout] added type=push, pushBreakpoint and `outsideClickClos…

    …es` props
    cchaos committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    2e4068b View commit details
    Browse the repository at this point in the history
  10. [EuiFlyout] Added as prop

    cchaos committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    3076cc1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3cfbcdc View commit details
    Browse the repository at this point in the history
  12. Added closeButton and closeButtonPosition to EuiFlyout and using …

    …‘outside’ but default in EuiCollabsibleNav
    cchaos committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    e8a4232 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a55d9c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Finalizing (?) the components

    cchaos committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    c800e26 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Updating docs

    cchaos committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    294c3aa View commit details
    Browse the repository at this point in the history
  2. [Breaking] EuiFlyout defaults to ownFocus = true

    cchaos committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    95fa072 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Cleanup

    cchaos committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    5a5f33c View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Configuration menu
    Copy the full SHA
    680a3bb View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. forwardRef

    thompsongl committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    1833e6c View commit details
    Browse the repository at this point in the history
  2. collapsible type

    thompsongl committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    5022e0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6440aa4 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Merge pull request #49 from thompsongl/update/collapsible-nav

    Update/collapsible nav - forwardRef
    cchaos authored Apr 26, 2021
    Configuration menu
    Copy the full SHA
    c6c5883 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Add onTouchEnd for mobile support

    cchaos committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    9393dbe View commit details
    Browse the repository at this point in the history
  2. Fixing z-indexes of flyouts compared to header

    Basically always wrap in a port (or mask) unless pushed. Then shift the mask below header with `top` instead of z-index.
    cchaos committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    24d031d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ec3eae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    511720c View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Configuration menu
    Copy the full SHA
    26ae7e5 View commit details
    Browse the repository at this point in the history
  2. Fix for doc

    cchaos committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    2326d36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e588e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3084410 View commit details
    Browse the repository at this point in the history
  5. cl

    cchaos committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    53d9c3e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    feff170 View commit details
    Browse the repository at this point in the history
  7. Removing ownFocus from push example

    cchaos committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    21791b9 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Changing EuiFlyout tabindex=0 to -1

    cchaos committed May 3, 2021
    Configuration menu
    Copy the full SHA
    fe1edb3 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into update/collapsibl…

    …e-nav
    
    # Conflicts:
    #	CHANGELOG.md
    #	src/components/collapsible_nav/__snapshots__/collapsible_nav.test.tsx.snap
    #	src/components/flyout/__snapshots__/flyout.test.tsx.snap
    cchaos committed May 3, 2021
    Configuration menu
    Copy the full SHA
    ea7b30b View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Update a11y callout

    cchaos authored May 6, 2021
    Configuration menu
    Copy the full SHA
    daeaa4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2ac007 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. accomodate -> accommodate

    cchaos committed May 11, 2021
    Configuration menu
    Copy the full SHA
    3364337 View commit details
    Browse the repository at this point in the history
  2. No ownFocus

    cchaos committed May 11, 2021
    Configuration menu
    Copy the full SHA
    5ac621f View commit details
    Browse the repository at this point in the history
  3. Change role=‘none’ to role=null

    cchaos committed May 11, 2021
    Configuration menu
    Copy the full SHA
    f93898d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3273e25 View commit details
    Browse the repository at this point in the history