-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a1f6119
commit 4976645
Showing
1 changed file
with
9 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Enhancement: Add filter components | ||
|
||
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 in `web-pkg` and holds the basic implementation of the filter. It fills the dropdown of `OcFilterChip` with content and can be fed with items, which then can be selected and filtered. | ||
|
||
https://github.com/owncloud/web/issues/8354 | ||
https://github.com/owncloud/web/pull/8355 |