[Discover] Create field_button and add popovers to sidebar#73226
[Discover] Create field_button and add popovers to sidebar#73226andreadelrio merged 53 commits intoelastic:masterfrom
Conversation
|
Pinging @elastic/kibana-app (Team:KibanaApp) |
|
@elasticmachine merge upstream |
1350666 to
c390b71
Compare
|
@cchaos This currently breaks when the index pattern has fields of type unknown and I'll likely need Matthias help to fix it properly but this is how the design looks with icon buttons. You can use |
|
@elasticmachine merge upstream |
cchaos
left a comment
There was a problem hiding this comment.
Looks great to me! 🎉
I only had one comment on the state of showing the add/remove button when the button is active. Other than that and then getting CI to pass 👍
src/plugins/discover/public/application/components/sidebar/discover_sidebar.scss
Outdated
Show resolved
Hide resolved
|
@elasticmachine merge upstream |
src/plugins/discover/public/application/components/sidebar/discover_field.tsx
Show resolved
Hide resolved
|
jenkins test this |
src/plugins/discover/public/application/components/sidebar/discover_field.tsx
Outdated
Show resolved
Hide resolved
src/plugins/discover/public/application/components/sidebar/discover_field.test.tsx
Show resolved
Hide resolved
I actually think that is ok. When purely focused, the info icon doesn't help much because it's based on a hover action. It would then just cause noise. I'm happy with it only appearing on hover. |
💚 Build SucceededBuild metrics@kbn/optimizer bundle module count
async chunks size
page load bundle size
History
To update your PR or re-run it, just comment with: |
…3226) Co-authored-by: Michail Yasonik <michail.yasonik@elastic.co> Co-authored-by: cchaos <caroline.horn@elastic.co> Co-authored-by: Joe Reuter <johannes.reuter@elastic.co>
…75389) Co-authored-by: Andrea Del Rio <delrio.andre@gmail.com> Co-authored-by: Michail Yasonik <michail.yasonik@elastic.co> Co-authored-by: cchaos <caroline.horn@elastic.co> Co-authored-by: Joe Reuter <johannes.reuter@elastic.co>
* master: (112 commits) [Ingest Manager] Fix agent config rollout rate limit to use constants (elastic#75364) Update Node.js to version 10.22.0 (elastic#75254) [ML] Anomaly Explorer / Single Metric Viewer: Fix error reporting for annotations. (elastic#74953) [Discover] Fix histogram cloud tests (elastic#75268) Uiactions to navigate to visualize or maps (elastic#74121) Use prefix search invis editor field/agg combo box (elastic#75290) Fix docs in trigger alerting UI (elastic#75363) [SIEM] Fixes search bar Cypress test (elastic#74833) Add libnss3.so to Dockerfile template (reporting) (elastic#75370) [Discover] Create field_button and add popovers to sidebar (elastic#73226) [Reporting] Network Policy: Do not throw from the intercept handler (elastic#75105) [Reporting] Increase capture.timeouts.openUrl to 1 minute (elastic#75207) Allow routes to specify the idle socket timeout in addition to the payload timeout (elastic#73730) [src/dev/build] remove node-version from snapshots (elastic#75303) [ENDPOINT] Reintroduced tabs to endpoint management and migrated pages to use common security components (elastic#74886) [Canvas] Remove dependency on legacy expressions APIs (elastic#74885) Skip failing test in CI (elastic#75266) [Task Manager] time out work when it overruns in poller (elastic#74980) [Drilldowns] misc improvements & fixes (elastic#75276) Small README note on bumping memory for builds (elastic#75247) ...
* Add Jest test removed in #73226
* Add Jest test removed in elastic#73226


Summary
field_itemcalledfield_button. Includes improvements to a11y navigationfield_button.field_button.Related to #41108
Checklist
Delete any items that are not applicable to this PR.
- [ ] Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n support- [ ] Documentation was added for features that require explanation or tutorialsFor maintainers