-
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
[Playground] Increase the height of the indices container #212827
[Playground] Increase the height of the indices container #212827
Conversation
x-pack/solutions/search/plugins/search_playground/public/components/select_indices_flyout.tsx
Outdated
Show resolved
Hide resolved
dc3c992
to
9e07076
Compare
@daveyholler In this PR, I set the limit to a maximum of 100 indices. From a design perspective, what would be the best way to indicate that there may be more than 100 indices, but only 100 are displayed in this view? |
💚 Build Succeeded
Metrics [docs]Async chunks
History
|
@saikatsarkar056 - If lazy-loading the list isn't possible then we'd likely have to evaluate moving this to a paginated table? But I believe that there's support for some kind of loading/virtualization to make rendering long indeterminate lists doable. @TattdCodeMonkey probably knows better than I do. |
Starting backport for target branches: 8.18, 8.x, 9.0 |
…2827) This PR increase the height of the container for indices in the playground https://github.com/user-attachments/assets/0fbacb11-ce8e-4566-b07e-b6058de89af0 (cherry picked from commit 1e00a04)
💔 Some backports could not be created
Note: Successful backport PRs will be merged automatically after passing CI. Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
) (#213180) # Backport This will backport the following commits from `main` to `9.0`: - [[Playground] Increase the height of the indices container (#212827)](#212827) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Saikat Sarkar","email":"132922331+saikatsarkar056@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-03-05T00:34:42Z","message":"[Playground] Increase the height of the indices container (#212827)\n\nThis PR increase the height of the container for indices in the\nplayground\n\n\n\n\nhttps://github.com/user-attachments/assets/0fbacb11-ce8e-4566-b07e-b6058de89af0","sha":"1e00a04c2b11cf69866bfc255486a286d54654b2","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","v8.18.0","v9.1.0"],"title":"[Playground] Increase the height of the indices container","number":212827,"url":"https://github.com/elastic/kibana/pull/212827","mergeCommit":{"message":"[Playground] Increase the height of the indices container (#212827)\n\nThis PR increase the height of the container for indices in the\nplayground\n\n\n\n\nhttps://github.com/user-attachments/assets/0fbacb11-ce8e-4566-b07e-b6058de89af0","sha":"1e00a04c2b11cf69866bfc255486a286d54654b2"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.18"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/212827","number":212827,"mergeCommit":{"message":"[Playground] Increase the height of the indices container (#212827)\n\nThis PR increase the height of the container for indices in the\nplayground\n\n\n\n\nhttps://github.com/user-attachments/assets/0fbacb11-ce8e-4566-b07e-b6058de89af0","sha":"1e00a04c2b11cf69866bfc255486a286d54654b2"}}]}] BACKPORT--> Co-authored-by: Saikat Sarkar <132922331+saikatsarkar056@users.noreply.github.com>
This PR increase the height of the container for indices in the playground
Screen.Recording.2025-03-04.at.10.45.11.AM.mov