2023-04-14 18:13:13 +02:00
<div id="user-topic-settings" class="settings-section" data-name="topics">
<p>
2024-01-03 00:27:54 +01:00
{{ # tr }}
Zulip lets you follow topics you are interested in, and mute topics you want to ignore.
You can also <z-automatically-follow>automatically follow</z-automatically-follow>
topics you start or participate in, and topics where you're mentioned.
{{ #*inline "z-automatically-follow" }} <a href="/help/follow-a-topic#automatically-follow-topics" target="_blank" rel="noopener noreferrer"> {{ > @partial-block }} </a> {{ / inline }}
{{ / tr }}
2023-04-14 18:13:13 +02:00
</p>
2022-03-04 13:06:28 +01:00
<div class="settings_panel_list_header">
2024-01-03 00:27:54 +01:00
<h3> {{ t "Topic settings" }}
{{ > ../help_link_widget link = "/help/topic-notifications" }}
</h3>
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">
2024-04-18 15:20:36 +02:00
<th data-sort="alphabetic" data-sort-prop="stream"> {{ t "Channel" }} </th>
2020-02-05 13:14:24 +01:00
<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>