Files
zulip/web/templates/feedback_container.hbs
Prakhar Pratyush 2f469ff830 hotkey: Give feedback when no unreads left in followed topics.
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.
2023-11-10 13:33:13 -08:00

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">&#215;</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>