elastic / kibana

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

User must only be able to expand a single root-level accordion bucket at a time #158123

Open tsullivan opened 1 year ago

tsullivan commented 1 year ago

Quote from @michaelmarcialis

  1. User must only be able to expand a single root-level accordion bucket at a time.
  2. Navigation scrolling must not hide the bottom root-level accordion buckets (Developer tools & Management)

The navigation can extend the available vertical space in the viewport (from bottom of the header to bottom of the viewport). User would only be able to expand a single root-level accordion bucket at a time. If the contents of that bucket exceed the available vertical space in the viewport, a scrollbar is provided for that bucket's contents (i.e. overflow-y: auto;

Mockup Image

elasticmachine commented 1 year ago

Pinging @elastic/appex-sharedux (Team:SharedUX)

tsullivan commented 9 months ago

Navigation scrolling must not hide the bottom root-level accordion buckets (Developer tools & Management)

This part was completed in https://github.com/elastic/kibana/pull/164910

petrklapka commented 8 months ago

@tsullivan - the mock shows the stateful UX. For sake of timing and vetting this, are we correct in assuming this is NOT for Serverless?

tsullivan commented 8 months ago

@petrklapka you are correct. This functionality will become important when we have all the stack solutions in the same nav (stateful).