mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 17:36:27 +00:00
composebox_typeahead: Move wildcard string to secondary in @-mention.
Earlier, in typeahead suggestions for wildcard mention, we rendered wildcard string as primary text inside parentheses. This commit separates the wildcard string as secondary_text to be rendered without parentheses using styles like channel description. Fixes: zulip#31245.
This commit is contained in:
committed by
Tim Abbott
parent
c84ff59dc9
commit
967243b2db
@@ -33,6 +33,7 @@ export type SenderInfo = User & {
|
||||
export type PseudoMentionUser = {
|
||||
special_item_text: string;
|
||||
email: string;
|
||||
secondary_text: string;
|
||||
pm_recipient_count: number;
|
||||
full_name: string;
|
||||
idx: number;
|
||||
|
||||
Reference in New Issue
Block a user