-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Add Tag Categories to Tag filters (#1535)
Resolves: https://issues.redhat.com/browse/MTA-1534 On the following tables, the Tag filter has been enhanced to show the Tag with Tag Category: - Applications - Issues / All Issues - Dependencies - Dependency Details Drawer / Application Table Tables that use Tag filters now use a set of options in the format "Tag Category Name / Tag Name". The filter render component `MultiselectFilterControl` has been updated to have special handling of selected values where the selection chips display the Tag Name and the Tag Category Name is displayed as a tooltip. Existing item filtering and filter values are still operating as a `string` or `string[]`, but use a string that can uniquely identify each tag. The net effect means that if a tag of the same name exists in more than one category, they are unique. Selecting one of those Tags will only select the tag in that specific category. Additional change details: - Type `OptionPropsWithKey` renamed `FilterSelectOptionProps` for more consistent type/component naming - Added some jsdoc to `FilterToolbar` --------- Signed-off-by: Scott J Dickerson <[email protected]>
- Loading branch information
Showing
7 changed files
with
175 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.