2023-04-14 18:13:13 +02:00
<div id="user-topic-settings" class="settings-section" data-name="topics">
<p>
2023-06-14 13:50:12 +02:00
{{ # if development }}
{{ # tr }}
Zulip lets you configure notifications for each topic. You can also automatically follow or unmute topics
you start or participate in.
{{ / tr }}
{{ else }}
{{ # tr }}
Zulip lets you mute topics and streams to avoid receiving notifications messages you are not interested in.
Muting a stream effectively mutes all topics in that stream. You can also manually mute a topic in an unmuted stream,
or unmute a topic in a muted stream. <z-link>Learn more.</z-link>
2023-10-23 23:59:44 +02:00
{{ #*inline "z-link" }} <a href="/help/topic-notifications" target="_blank" rel="noopener noreferrer"> {{ > @partial-block }} </a> {{ / inline }}
2023-06-14 13:50:12 +02:00
{{ / tr }}
{{ / if }}
2023-04-14 18:13:13 +02:00
</p>
2022-03-04 13:06:28 +01:00
<div class="settings_panel_list_header">
2023-06-14 13:50:12 +02:00
{{ # if development }}
<h3> {{ t "Topic settings" }}
2023-10-23 23:59:44 +02:00
{{ > ../help_link_widget link = "/help/topic-notifications" }}
2023-06-14 13:50:12 +02:00
</h3>
{{ else }}
<h3> {{ t "Topic settings" }} </h3>
{{ / if }}
2023-07-24 09:20:52 +02:00
{{ > settings_save_discard_widget section_name = "user-topics-settings" show_only_indicator = true }}
2023-06-23 13:22:29 +02:00
<input id="user_topics_search" class="search filter_text_input" type="text" placeholder=" {{ t 'Filter topics' }} " aria-label=" {{ t 'Filter topics' }} "/>
2022-03-04 13:06:28 +01:00
</div>
2022-02-21 18:25:49 +01:00
<div class="progressive-table-wrapper" data-simplebar>
2023-08-07 09:32:19 +02:00
<table class="table table-striped wrapped-table">
2021-02-23 06:23:24 +01:00
<thead class="table-sticky-headers">
2020-02-05 13:14:24 +01:00
<th data-sort="alphabetic" data-sort-prop="stream"> {{ t "Stream" }} </th>
<th data-sort="alphabetic" data-sort-prop="topic"> {{ t "Topic" }} </th>
2023-04-14 18:13:13 +02:00
<th data-sort="numeric" data-sort-prop="visibility_policy"> {{ t "Status" }} </th>
<th data-sort="numeric" data-sort-prop="date_updated" class="active topic_date_updated"> {{ t "Date updated" }} </th>
2020-02-05 13:14:24 +01:00
</thead>
2023-08-20 09:00:40 +02:00
<tbody id="user_topics_table" data-empty=" {{ t 'You have not configured any topics yet.' }} " data-search-results-empty=" {{ t 'No topics match your current filter.' }} "></tbody>
2020-02-05 13:14:24 +01:00
</table>
</div>
2016-11-26 04:39:53 +01:00
</div>