-
Notifications
You must be signed in to change notification settings - Fork 462
Description
Is your feature request related to a problem? Please describe the impact that the lack of the feature requested is creating.
When clicking a resource in any table, a details panel opens on the side(right/left).
Currently, the panel can only be closed by clicking the close (X) button.
This forces extra mouse movement and interrupts navigation flow, making quick comparison/browsing of multiple resources inconvenient.
Describe the solution you'd like
- Close the details panel when clicking outside of it (click-away on the table/blank area).
- Toggle-close the details panel when re-clicking the already selected resource row.
- Optionally support closing the panel with the ESC key for accessibility.
What users will benefit from this feature?
Anyone checking Kubernetes resources in the UI (pods, nodes, workloads, etc.)
Are you able to implement this feature?
Yes — I’ll need to review the codebase first, but I think I can implement this.
Additional context
Currently, closing is only possible via the X button, causing repetitive mouse travel during comparisons.
In the provided screenshot, the red box is the details panel, and the blue area is the blank region.
Clicking the blue area or re-clicking the selected resource (e.g., metrics-server-56fb9549f4-q7lcd Pod) should close the panel.
