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>
|
|
|
|
{{#*inline "z-link"}}<a href="/help/mute-a-topic" target="_blank" rel="noopener noreferrer">{{> @partial-block}}</a>{{/inline}}
|
|
|
|
{{/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"}}
|
|
|
|
{{> ../help_link_widget link="/help/mute-a-topic" }}
|
|
|
|
</h3>
|
|
|
|
{{else}}
|
|
|
|
<h3>{{t "Topic settings"}}</h3>
|
|
|
|
{{/if}}
|
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>
|
2020-02-05 13:14:24 +01:00
|
|
|
<table class="table table-condensed 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-04-14 18:13:13 +02:00
|
|
|
<tbody id="user_topics_table" class="required-text" data-empty="{{t 'You have not configured any topics yet.'}}"></tbody>
|
2020-02-05 13:14:24 +01:00
|
|
|
</table>
|
|
|
|
</div>
|
2016-11-26 04:39:53 +01:00
|
|
|
</div>
|