Aman Agrawal
f191efce1b
inbox: Add dropdown to filter topics.
...
Fixes #27522
Replace `Include muted` checkbox with a dropdown to filter displayed
topics.
Also, adds a new filter to display only followed topics.
2023-11-10 10:22:18 -08:00
Aman Agrawal
03dcb9c0e4
dropdown_widget: Add option to hide search box.
2023-11-10 10:22:18 -08:00
Aman Agrawal
6321ab54ce
dropdown_widget: Show empty list text without initiating search.
...
Fixes #26649
If there are no items for dropdown widget to display, show empty
search result text.
2023-09-10 11:20:15 -07:00
Sahil Batra
5442bfb07c
templates: Add filter_text_input class to inputs used for filtering.
...
This commit adds filter_text_input class to various search inputs
used across the app. This new class is used to re-add the bootstrap
CSS rules such that we can remove the CSS from bootstrap.css.
2023-07-07 10:10:28 -07:00
Aman Agrawal
012f91eaba
dropdown_widget: Show "No search results" instead of an empty list.
2023-05-10 12:00:18 -07:00
Aman Agrawal
a196b949f7
dropdown_widget: Implement dropdown widget using tippy.
...
This will soon replace DropdownListWidget.
2023-05-09 14:11:26 -07:00