mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 05:53:43 +00:00
topic: Add a first-time explanation for "Resolve topic".
We show a confirmation dialog explaining the "resolve topics" feature when the user marks a topic resolved for the first time. If the user confirms the action, we mark the topic resolved, else we don't. We don't show anything the first time a topic is marked unresolved. Fixes #31242
This commit is contained in:
committed by
Tim Abbott
parent
e0d685ce92
commit
a787c7ff80
@@ -52,6 +52,9 @@ ONE_TIME_NOTICES: list[OneTimeNotice] = [
|
||||
OneTimeNotice(
|
||||
name="interleaved_view_messages_fading",
|
||||
),
|
||||
OneTimeNotice(
|
||||
name="intro_resolve_topic",
|
||||
),
|
||||
]
|
||||
|
||||
ONE_TIME_ACTIONS = [OneTimeAction(name="narrow_to_dm_with_welcome_bot_new_user")]
|
||||
|
||||
Reference in New Issue
Block a user