-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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] Replace doc viewer table with EuiInMemoryTable #86757
Comments
Pinging @elastic/kibana-app (Team:KibanaApp) |
@kertal I can provide some mocks for this. I can't remember... did we consider the EuiBadge+tooltip combo to label multifieds? |
@andreadelrio well, don't think we considered it. think an badge or icon with explanations would be fine 👍 |
Attaching a mock for this. How do you all feel about moving the @kertal what content would make sense for the tooltip? |
@andreadelrio thx, sorry for the late reply, overseen the notification. For the tooltip I'm adding @gchaps @shaunmcgough. so how could we explain multi fields in a sentence? |
I agree with this design, it's elegant and relevant. My one question is in regards to the tooltip. Does it popup automatically, or do you have to click 'multifield'. I would prefer you to have to click it. The text should be relatively easy for @gchaps and I. Perhaps something like "Multifields can have multiple values per field". |
Ah yes, one adding, actions should stay on the left side, you know we
changed that recently, but had to change it back , users with large screen
riot!
Andrea Del Rio ***@***.***> schrieb am Mo. 14. Juni 2021 um
21:09:
… [image: Screen Recording 2021-06-14 at 12 00 14 PM]
<https://user-images.githubusercontent.com/4016496/121945838-13788f80-cd09-11eb-849a-6975197b782a.gif>
Attaching a mock for this. How do you all feel about moving the Actions
columns to the end? Many apps show actions on hover on the right (e.g.
Gmail when hovering emails on your inbox).
@kertal <https://github.com/kertal> what content would make sense for the
tooltip?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#86757 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADRH26UMVUBBGIXZ6JLW7LTSZHXBANCNFSM4VFR57ZA>
.
|
I would recommend that the tooltip appears on hover which is the usual behavior. Badges can have onClick actions but displaying a tooltip is not usually one of them. |
We use "multi-field" with a hyphen, so we should use that in both the text and the badge.
|
One piece of legacy to remove, the doc viewer table using bootstrap of Discover should be replaced with
EuiInMemoryTable
Other small thing I noticed in here (and can wait) is that we really need to replace the doc viewer table that shows in the expanded flyout to use an EuiTable. Right now it's using Bootstrap, and we're looking to remove that next minor.
Originally posted by @snide in #67259 (comment)
Here's the very quick mocking code for this, adapted in
https://github.com/elastic/kibana/blob/65251051fdcb948bfb0bc03ad211b851bdb877bd/src/plugins/discover/public/application/components/table/table.tsx
Looks like this:
Requirements
FYI: @andreadelrio & @ryankeairns for design input
The text was updated successfully, but these errors were encountered: