2 Open Issues Need Help Last updated: Jun 24, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Modify the FilteredTable React component to conditionally hide the search box if the `searchCategories` prop is not provided or is empty. This is a minor improvement to enhance the component's flexibility and usability, allowing it to function correctly even without search categories.

Complexity: 2/5
good first issue area/ui kind/refactoring kind/discussion

Next generation Hawtio UI console

TypeScript

AI Summary: Enhance the FilteredTable component to allow configurable search result grouping (union or intersection) for both text and fixed searches. This involves adding `singleSearch` and `isUnion` props to control search behavior per key, potentially modifying the UI for fixed searches from checkboxes to a dropdown for single selections when `singleSearch` is enabled. The goal is to improve user experience and flexibility in handling search results, particularly for fixed searches where the current intersection logic is problematic.

Complexity: 4/5
good first issue area/ui kind/refactoring kind/discussion kind/ux

Next generation Hawtio UI console

TypeScript