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

[Discover] Create field_button and add popovers to sidebar #73226

Merged
merged 53 commits into from
Aug 18, 2020

Commits on Jul 7, 2020

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

Commits on Jul 8, 2020

  1. Configuration menu
    Copy the full SHA
    19ccf91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    447c72d View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

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

Commits on Jul 13, 2020

  1. popover title

    andreadelrio committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    21d9901 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. fix conflicts

    andreadelrio committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    2d489fc View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

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

Commits on Jul 23, 2020

  1. field button in progress

    andreadelrio committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    4ff26c8 View commit details
    Browse the repository at this point in the history
  2. moving styles around

    andreadelrio committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    eec4031 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a6bfad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2d8ea2 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. some progress on tests

    andreadelrio committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    e72dfb1 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2020

  1. more tests

    andreadelrio committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    b02a777 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. cleanup

    andreadelrio committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    bec896f View commit details
    Browse the repository at this point in the history
  2. fixing some tests

    andreadelrio committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    81a70ea View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

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

Commits on Jul 30, 2020

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

Commits on Jul 31, 2020

  1. moving interactive content out of interactive content

    Michail Yasonik committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    ddd1739 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Configuration menu
    Copy the full SHA
    ba9ba6a View commit details
    Browse the repository at this point in the history
  2. Fixing lens popover focus

    Michail Yasonik committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    583e22d View commit details
    Browse the repository at this point in the history
  3. adding allowing both icon and action

    Michail Yasonik committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    a358c04 View commit details
    Browse the repository at this point in the history
  4. keep focus ring open on popover open

    Michail Yasonik committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    aeefaa2 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. fix overlap of infoIcon

    andreadelrio committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    f960dc8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from andreadelrio/button-append

    Fix overlap of infoIcon
    myasonik committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    49dffc6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from myasonik/pr/73226

    moving interactive content out of interactive content
    andreadelrio committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    2dae400 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f779e56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90504df View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. pr feedback

    andreadelrio committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    1c79015 View commit details
    Browse the repository at this point in the history
  2. adjust alignment

    andreadelrio committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    332283f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'discover-popovers' of https://github.com/andreadelrio/k…

    …ibana into andreadelrio-discover-popovers
    
    # Conflicts:
    #	src/plugins/kibana_react/public/field_button/__snapshots__/field_button.test.tsx.snap
    #	src/plugins/kibana_react/public/field_button/field_button.scss
    #	src/plugins/kibana_react/public/field_button/field_button.tsx
    cchaos committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    fec2bd5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08c66f9 View commit details
    Browse the repository at this point in the history
  5. Moving kbnFieldButton__infoIcon into <button>

    And adding a few props and prop comments, and reducing sizing of small buttons
    cchaos committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    6a06de0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    19f739b View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Configuration menu
    Copy the full SHA
    f09432e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from cchaos/andreadelrio-discover-popovers

    Moving `kbnFieldButton__infoIcon` into `<button>`
    andreadelrio committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    3cbd327 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eafc748 View commit details
    Browse the repository at this point in the history
  4. fix typo

    andreadelrio committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    4c72d5a View commit details
    Browse the repository at this point in the history
  5. cleanup

    andreadelrio committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    243bcff View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. fix field_button test

    andreadelrio committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    68251ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ce49a6 View commit details
    Browse the repository at this point in the history
  3. fix Lens test

    flash1293 committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    af06e49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f68adc9 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. Configuration menu
    Copy the full SHA
    299ea36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4350f9 View commit details
    Browse the repository at this point in the history
  3. pass type check

    andreadelrio committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    c390b71 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

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

Commits on Aug 14, 2020

  1. Configuration menu
    Copy the full SHA
    eee6c07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6aa13ee View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2020

  1. Configuration menu
    Copy the full SHA
    bc516d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb2a892 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Configuration menu
    Copy the full SHA
    e1bbcdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26c46af View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. remove extra markup

    andreadelrio committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    c2de18d View commit details
    Browse the repository at this point in the history