aboutsummaryrefslogtreecommitdiff
path: root/src/components/chat_message
Commit message (Collapse)AuthorAge
* fix badge-notificaiton color in favicon and notificationsHenry Jameson2024-02-28
|
* chat styles + related improvementsHenry Jameson2024-02-19
|
* buttons look great now, including unstyled ones menu items work tooHenry Jameson2024-02-12
|
* Use stylelinttusooa2023-01-09
|
* --fixHenry Jameson2022-07-31
|
* add popovers to chatsHenry Jameson2022-07-20
|
* more fixes to chat popoversHenry Jameson2022-06-08
|
* fix some mishaps i noticed during self-reviewHenry Jameson2022-03-30
|
* Merge branch 'fix-mentions-new-bugs' into 'develop'HJ2022-02-20
|\ | | | | | | | | Fix newfound bugs with rich mentions + user suggestions See merge request pleroma/pleroma-fe!1430
| * make chat messages behave same as posts for animated gifsHenry Jameson2022-02-03
| |
* | refactored attachments and gallery. All attachments now are in gallery.Henry Jameson2021-06-17
|/
* fix chats againHenry Jameson2021-06-16
|
* fix mentions in chatsHenry Jameson2021-06-13
|
* fix chats messagesHenry Jameson2021-06-13
|
* cleanupHenry Jameson2021-06-12
|
* renamed StatusText to StatusBody for clarity, fixed chatsHenry Jameson2021-06-07
|
* migrate to v-slotHenry Jameson2021-04-07
|
* Replace all use of <a> + href='#' with proper buttonsShpuld Shpuldson2020-11-24
|
* Optimistic message sending for chateugenijm2020-11-01
|
* More stuff. Buttons in user card's corner now have MUCH bigger hitboxesHenry Jameson2020-10-20
|
* cancel -> timesHenry Jameson2020-10-20
|
* change more animated gif avatars to work properlyShpuld Shpuldson2020-08-25
|
* 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