mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
## Summary
This PR adds resize support to the Discover field list sidebar, which is
persisted to a user's local storage similar to the resizable chart
height.
Additionally it migrates the resizable layout code from Unified
Histogram to a new package called `kbn-resizable-layout` so it can be
shared between Discover and Unified Histogram, as well as act as a new
platform component that other teams can consume to create their own
resizable layouts.
![resize](
|
||
---|---|---|
.. | ||
apps | ||
firefox | ||
fixtures | ||
page_objects | ||
screenshots | ||
services | ||
config.base.js | ||
config.ccs.ts | ||
config.edge.js | ||
ftr_provider_context.ts | ||
jest.config.js | ||
README.md |
Kibana Functional Testing
See our Functional Testing Guide