popovers: Add confirmation modal for marking all messages as read.

This commit adds a confirmation modal with loading spinner for
marking all messages as read.

New file: confirm_mark_all_as_read.hbs
Fixes: #24624
This commit is contained in:
Palash Baderia
2022-10-11 17:50:27 +05:30
committed by Tim Abbott
parent ba0dd70904
commit bf51277226
3 changed files with 23 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
<p>
{{#tr}}
Are you sure you want to mark all messages as read? This action cannot be undone.
{{/tr}}
</p>