UX: Add "filter for more" to icon picker (#25263)

Repurposes the existing "filter for more" row from the tag drop component.
This commit is contained in:
Penar Musaraj
2024-01-23 21:53:13 +01:00
committed by GitHub
parent da2c0cd5c0
commit b6f64a70f0
10 changed files with 74 additions and 30 deletions

View File

@ -167,4 +167,8 @@
<StyleguideExample @title="<UserNotificationsDropdown>">
<UserNotificationsDropdown @user={{@currentUser}} @value="changeToNormal" />
</StyleguideExample>
<StyleguideExample @title="<IconPicker>">
<IconPicker @name="icon" />
</StyleguideExample>