mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
topic-filter: Replace usage of search_pill.
Add topic_filter_pill to use for topic filtering instead of search_pill. Fixes part of #35284.
This commit is contained in:
committed by
Tim Abbott
parent
15f2c65986
commit
6e43d34a34
@@ -176,6 +176,10 @@ IGNORED_PHRASES = [
|
||||
r"archived",
|
||||
# Used in pills for deactivated users.
|
||||
r"deactivated",
|
||||
# Used in pills for resolved topics.
|
||||
r"resolved",
|
||||
# Used in pills for unresolved topics.
|
||||
r"unresolved",
|
||||
# This is a reference to a setting/secret and should be lowercase.
|
||||
r"zulip_org_id",
|
||||
# These are custom time unit options for modal dropdowns
|
||||
|
||||
@@ -271,6 +271,7 @@ EXEMPT_FILES = make_set(
|
||||
"web/src/timerender.ts",
|
||||
"web/src/tippyjs.ts",
|
||||
"web/src/todo_widget.ts",
|
||||
"web/src/topic_filter_pill.ts",
|
||||
"web/src/topic_list.ts",
|
||||
"web/src/topic_popover.ts",
|
||||
"web/src/typing.ts",
|
||||
|
||||
Reference in New Issue
Block a user