aboutsummaryrefslogtreecommitdiff
path: root/src/components/chat_message/chat_message.js
Commit message (Collapse)AuthorAge
* add popovers to chatsHenry Jameson2022-07-20
|
* fix some mishaps i noticed during self-reviewHenry Jameson2022-03-30
|
* fix chats messagesHenry Jameson2021-06-13
|
* cleanupHenry Jameson2021-06-12
|
* renamed StatusText to StatusBody for clarity, fixed chatsHenry Jameson2021-06-07
|
* More stuff. Buttons in user card's corner now have MUCH bigger hitboxesHenry Jameson2020-10-20
|
* cancel -> timesHenry Jameson2020-10-20
|
* Remove direct style manipulations in favor of classeseugenijm2020-07-08
|
* 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