Skip to content
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

UI: user defined tags filters #2400

Merged
merged 3 commits into from
Dec 19, 2024
Merged

Conversation

manV
Copy link
Member

@manV manV commented Dec 19, 2024

  • Implemented a SearchableUserDefinedTagList component for filtering resources by user-defined tags across multiple tables (Containers, Hosts, Pods, Kubernetes).
  • Updated query functions to handle user-defined tags in search filters, improving the overall search functionality.
  • Refactored relevant components to integrate the new tagging features, ensuring a cohesive user experience across the dashboard.

- Implemented a `SearchableUserDefinedTagList` component for filtering resources by user-defined tags across multiple tables (Containers, Hosts, Pods, Kubernetes).
- Updated query functions to handle user-defined tags in search filters, improving the overall search functionality.
- Refactored relevant components to integrate the new tagging features, ensuring a cohesive user experience across the dashboard.
@manV manV requested a review from ramanan-ravi December 19, 2024 16:33
- Introduced a new `TagOutlineIcon` component for displaying tags in the dashboard.
- Updated `ContainersTable`, `HostsTable`, `KubernetesTable`, and `PodsTable` to include the `TagOutlineIcon` alongside resource tags.
- Enhanced the layout of tag displays for better visual organization and user experience.
- Updated label and placeholder text from 'User Defined Tags' to 'Custom Tags' in SearchableUserDefinedTagList, ContainersTable, HostsTable, KubernetesTable, and PodsTable for consistency.
- Added support for custom tags in Container, Host, and Pod components, enhancing metadata representation.
- Improved overall user experience by standardizing tag terminology across the dashboard.
@ramanan-ravi ramanan-ravi merged commit 85279b4 into main Dec 19, 2024
4 of 5 checks passed
@ramanan-ravi ramanan-ravi deleted the ui-user-defined-tags-filters branch December 19, 2024 17:59
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.

2 participants