mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
When navigating to the next unread followed topic using the Shift+N hotkey, we notify the user when there are no more unread messages in followed topics. Earlier, the hotkey simply did nothing in such a case. We use feedback_widget to do so. Fixes #27604.
10 lines
393 B
Handlebars
10 lines
393 B
Handlebars
<div class="float-header">
|
|
<h3 class="light no-margin small-line-height float-left feedback_title"></h3>
|
|
<div class="exit-me float-right">×</div>
|
|
{{#if has_undo_button}}
|
|
<button class="button small rounded float-right feedback_undo" type="button" name="button"></button>
|
|
{{/if}}
|
|
<div class="float-clear"></div>
|
|
</div>
|
|
<p class="n-margin feedback_content"></p>
|