elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.72k stars 8.13k forks source link

Redesign Console's history panel for usability on smaller screens #39548

Closed cjcenizal closed 1 day ago

cjcenizal commented 5 years ago

Per https://github.com/elastic/kibana/pull/39341#issuecomment-504744394 we should find a way to make the history panel more usable on a laptop screen and below. This is the proposal from the design team:

image

I have concerns about the usability of this UI too. If the body of a request is very long, then it will take a long time to scroll down to the next item. And forcing the user to open and close each request to see its body makes them more difficult to scan.

As an alternative, I wonder if there's a way to bring this UI into the main body of Console. It could take over the area currently occupied by the two panels. You could select multiple items from history and hit "Apply" to generate a new tab containing all of the requests you selected. This would be enabled by https://github.com/elastic/kibana/issues/10095.

elasticmachine commented 5 years ago

Pinging @elastic/es-ui

elasticmachine commented 1 day ago

Pinging @elastic/kibana-management (Team:Kibana Management)

sabarasaba commented 1 day ago

We've introduced this feaure as part of the https://github.com/elastic/kibana/pull/190698 work