✨ Add a TextField to Filter Themes
tom-ludwig opened this issue · 2 comments
tom-ludwig commented
Description
Allow users to filter themes using a text field. This will enable them to quickly find the desired theme by typing keywords or names, improving the overall user experience.(Preferably with fuzzy search 😇)
Expected Behaviour:
- A text field should be available above the theme list.
- As the user types in the text field, the theme list should dynamically update to show only themes that match the entered text.
- The filtering should be case-insensitive and support partial matches(fuzzy search).
Alternatives Considered
No response
Additional Context
No response
Screenshots
No response
austincondiff commented
@hkarmoush Please comment so we can assign this to you
hkarmoush commented
@austincondiff I did comment on my mobile which didn't show for some reason. Anyways, thanks @austincondiff will give this a check.