aboutsummaryrefslogtreecommitdiff
path: root/src/components/chat/chat.vue
Commit message (Collapse)AuthorAge
* remove all "fallback variables"Henry Jameson2024-03-04
|
* chat styles + related improvementsHenry Jameson2024-02-19
|
* badge, alert(dot) improvementsHenry Jameson2024-02-16
|
* Use stylelinttusooa2023-01-09
|
* fixes for mobileHenry Jameson2022-04-20
|
* fix chats button alignmentHenry Jameson2022-04-12
|
* chat fixesHenry Jameson2022-04-10
|
* fixed tons of stuff, at least it looks normalish on desktopHenry Jameson2022-04-04
|
* fix some warningsHenry Jameson2022-03-17
|
* Optimistic message sending for chateugenijm2020-11-01
|
* lintHenry Jameson2020-10-21
|
* More stuff. Buttons in user card's corner now have MUCH bigger hitboxesHenry Jameson2020-10-20
|
* chevrons-downs, settingsHenry Jameson2020-10-20
|
* Disable status preview in the chat posting formeugenijm2020-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
|
* Move chat to sidebar.Roger Braun2018-01-26
|
* Some css fixes.eal2017-12-07
| | | | Scale chat panel size to viewport height, fit message field to width.
* Don't display if we don't have a chat.Roger Braun2017-12-05
|
* Post on submit, not on enter.Roger Braun2017-12-05
|
* Add missing component code.Roger Braun2017-12-05