feat(messenger): send typing status + show 'is typing' indicator

This commit is contained in:
simoleo89
2026-06-02 21:15:53 +02:00
parent 361ab27853
commit 7d89ce14d0
3 changed files with 73 additions and 3 deletions
+7
View File
@@ -914,3 +914,10 @@
color: #4fc3f7;
opacity: 1;
}
.messenger-typing-indicator {
padding: 2px 8px;
font-size: 11px;
font-style: italic;
opacity: 0.7;
}