Added an ellipsis to the users nickname when they are typing. #43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm sending a isTyping message when the user starts typing, and an isNotTyping message when they've cleared out there message box (either deleting it or sending it). I was starting to look at maybe animating the ellipsis or doing something different (like creating a ghost message in the chat window) but figured I'd send this over to you and see if you like it.
This is close. A few things:
This would allow for something like:
- On receiving a startedTyping message, add an animating elipsis to their name
- On receiving a stoppedTyping message, have a non-animating elipsis on their name, indicating they've entered text
- On receiving a standard message OR receiving a cancelledTyping message, clear the elipsis