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

Add GroupedEnumFilter #90

Merged
merged 1 commit into from
Nov 23, 2022
Merged

Add GroupedEnumFilter #90

merged 1 commit into from
Nov 23, 2022

Commits on Nov 23, 2022

  1. Add GroupedEnumFilter

    The new filter supports displaying enum values divided into groups.
    The groups are only for presentation and better user experience -
    logically the values belong to the same enum.
    
    Technically the approach (using nested ToolbarFilter) is borrowed from
    the Console filter-toolbar [1].
    
    [1] https://github.com/openshift/console/blob/5ba18580676a25e4304df78253aad6a9832d4d56/frontend/public/components/filter-toolbar.tsx#L299
    
    Signed-off-by: Radoslaw Szwajkowski <rszwajko@redhat.com>
    rszwajko committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    bd1471d View commit details
    Browse the repository at this point in the history