Files
zulip/web/templates/editing_notifications.hbs
opmkumar 2a15da47d9 message_edit: Show typing indicator for message editing.
This commit adds typing indicators for message editing in stream
as well as in dm, if the send typing notification
for corresponding is enabled.

Based on earlier work in #28585.

Co-authored-by: Rohan Gudimetla <rohan.gudimetla07@gmail.com>

Fixes #25719.
2025-02-12 15:08:56 -08:00

6 lines
170 B
Handlebars

<div class="message-editing-animation">
<span class="y-animated-dot"></span>
<span class="y-animated-dot"></span>
<span class="y-animated-dot"></span>
</div>