aboutsummaryrefslogtreecommitdiff
path: root/src/services/chat_service
Commit message (Collapse)AuthorAge
* --fixHenry Jameson2022-07-31
|
* get rid of older messages when scrolling down in chat to keep it from ↵Shpuld Shpuldson2021-02-17
| | | | bloating dom
* fix your own chat messages disappearingShpuld Shpuldson2020-12-03
|
* move from using timestamps to ids when tracking last seen in chatsShpuld Shpuldson2020-11-02
|
* Apply 1 suggestion(s) to 1 file(s)Eugenij2020-11-01
|
* Optimistic message sending for chateugenijm2020-11-01
|
* Fix chat messages being missed when the streaming is disabled and the ↵eugenijm2020-09-16
| | | | messages are sent by both participants simultaneously
* Address feedbackeugenijm2020-07-08
| | | | | | | | | | | | | | | | | | | | | | Use more specific css rules for the emoji dimensions in the chat list status preview. Use more round em value for chat list item height. Add global html overflow and height for smoother chat navigation in the desktop Safari. Use offsetHeight instad of a computed style when setting the window height on resize. Remove margin-bottom from the last message to avoid occasional layout shift in the desktop Safari Use break-word to prevent chat message text overflow Resize and scroll the textarea when inserting a new line on ctrl+enter Remove fade transition on route change Ensure proper border radius at the bottom of the chat, remove unused border-radius Prevent the chat header "jumping" on the avatar load.
* Add Chatseugenijm2020-07-08