-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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] Improve saved search embeddable #188550
Comments
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
#190288) ## Summary This PR improves the handling of columns with absolute widths in Discover, including the following enhancements: - If there are no auto width columns in the profile default app state, set the last column to auto width so the default columns always fill the grid. - If there are no auto width columns remaining when removing a column from the grid, set the last column to auto width so the remaining columns fill the grid. - Add a "Reset width" button to the column header popovers to allow resetting absolute width columns back to auto width. https://github.com/user-attachments/assets/0c588969-5720-40e3-91e2-07a83a93b797 Resolves #189817. Related #188550. ### Checklist - [ ] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) - [ ] [Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html) was added for features that require explanation or tutorials - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [ ] [Flaky Test Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was used on any tests changed - [ ] Any UI touched in this PR is usable by keyboard only (learn more about [keyboard accessibility](https://webaim.org/techniques/keyboard/)) - [ ] Any UI touched in this PR does not create any new axe failures (run axe in browser: [FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/), [Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US)) - [ ] If a plugin configuration key changed, check if it needs to be allowlisted in the cloud and added to the [docker list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker) - [ ] This renders correctly on smaller devices using a responsive layout. (You can test this [in your browser](https://www.browserstack.com/guide/responsive-testing-on-local-server)) - [ ] This was checked for [cross-browser compatibility](https://www.elastic.co/support/matrix#matrix_browsers) ### For maintainers - [ ] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) --------- Co-authored-by: kibanamachine <[email protected]> Co-authored-by: Julia Rechkunova <[email protected]>
@jughosta Just checking if you think we should still leave this issue open or close it? The sub issues are all resolved or closed now, and I think @elastic/kibana-presentation are actively working on improving page load bundles related to embeddable framework code. Maybe we should close this one and just spin off a separate dedicated issue for the time range? |
@davismcphee I think we can close. Dashboard did not use the time range from saved search before and I don't see why would it be necessary. |
@kbn/presentation-containers
imports [Embeddable Rebuild] [Saved Search] Migrate saved search embeddable to new embeddable framework #180536 (review)The text was updated successfully, but these errors were encountered: