-
Notifications
You must be signed in to change notification settings - Fork 156
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 OcFilterChip
and ItemFilter
components
#8355
Conversation
@kulmann The current implementation turned out to be very generic already. We have Then there's
|
that was fast 😳 and is already fun to click it |
packages/design-system/src/components/OcFilterChip/OcFilterChip.vue
Outdated
Show resolved
Hide resolved
packages/design-system/src/components/OcFilterChip/OcFilterChip.vue
Outdated
Show resolved
Hide resolved
packages/design-system/src/components/OcFilterChip/OcFilterChip.spec.ts
Outdated
Show resolved
Hide resolved
packages/design-system/src/components/OcFilterChip/OcFilterChip.spec.ts
Outdated
Show resolved
Hide resolved
packages/web-app-admin-settings/src/components/Users/UsersList.vue
Outdated
Show resolved
Hide resolved
packages/design-system/src/components/OcFilterChip/OcFilterChip.vue
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥳
SonarCloud Quality Gate failed. |
Description
Two components for filtering data have been added:
OcFilterChip
- This component lies in the ODS and holds the basic design of the filter chip.ItemFilter
- This component lies inweb-pkg
and holds the basic implementation of the filter. It fills the dropdown ofOcFilterChip
with content and can be fed with items, which then can be selected and filtered. The component also supports multi-selection and persists the current selection as route query.Related Issue
Screenshots (if appropriate):
Types of changes