Skip to content

feat: support selecting multiple namespaces for resource views, close #261#354

Open
smoothzz wants to merge 1 commit intokite-org:mainfrom
smoothzz:feature/multi-namespace-selection
Open

feat: support selecting multiple namespaces for resource views, close #261#354
smoothzz wants to merge 1 commit intokite-org:mainfrom
smoothzz:feature/multi-namespace-selection

Conversation

@smoothzz
Copy link

Summary

Adds support for selecting multiple namespaces in resource views, allowing users to filter resources across multiple namespaces simultaneously.

Changes

  • Updated NamespaceSelector to support multi-select mode with checkboxes
  • Added search functionality to filter namespaces
  • Updated ResourceTable to handle array of namespaces instead of single namespace
  • Implemented client-side filtering when multiple namespaces are selected
  • Shows namespace badges for selected namespaces
  • Maintains backward compatibility with single-select mode (for dialogs)
  • Updated localStorage to store array of namespaces

Testing

Tested locally with k3d cluster - multi-namespace selection works correctly with filtering and displays.

Closes #261

@smoothzz smoothzz force-pushed the feature/multi-namespace-selection branch from 9184b7a to 7df7df5 Compare January 13, 2026 04:28
@zxh326
Copy link
Member

zxh326 commented Jan 21, 2026

This will default to requesting all namespaces

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[feature request] Support Selecting Multiple Namespaces for Resource Views

2 participants