aboutsummaryrefslogtreecommitdiff
path: root/src/components/chat_title/chat_title.vue
Commit message (Collapse)AuthorAge
* remove all "fallback variables"Henry Jameson2024-03-04
|
* Use stylelinttusooa2023-01-09
|
* --fixHenry Jameson2022-07-31
|
* add popovers to chatsHenry Jameson2022-07-20
|
* Merge branch 'fix-chat-errors' into threecolumnHenry Jameson2022-04-20
|\ | | | | | | | | | | | | | | * fix-chat-errors: fix some chat errors/warnings that sometimes happen Fix incorrect close of a status popover when clicking Expand inside it fix tests fix hashtags by explicitly putting attributes
| * fix some chat errors/warnings that sometimes happenHenry Jameson2022-04-20
| |
* | fix chatHenry Jameson2022-04-20
| |
* | fix chats button alignmentHenry Jameson2022-04-12
| |
* | fix random error that sometimes occursHenry Jameson2022-04-05
|/
* add emoji to chat titlesHenry Jameson2022-02-19
|
* fixed some issues related to user avatarHenry Jameson2020-08-18
|
* Add the single-line prop to StatusContent and use it for chat list itemseugenijm2020-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