aboutsummaryrefslogtreecommitdiff
path: root/src/components/chat
Commit message (Collapse)AuthorAge
* fix more transparent panelsHenry Jameson2024-03-06
|
* remove all "fallback variables"Henry Jameson2024-03-04
|
* chat styles + related improvementsHenry Jameson2024-02-19
|
* dynamically load .style.js files; move the files closer to related componentsHenry Jameson2024-02-18
|
* badge, alert(dot) improvementsHenry Jameson2024-02-16
|
* add roundness, fix inputsHenry Jameson2024-02-13
|
* Use stylelinttusooa2023-01-09
|
* fix chat scroll acting unwiseHenry Jameson2022-08-09
|
* --fixHenry Jameson2022-07-31
|
* stick chat scroll to bottom to help with OSK resizing the viewportHenry Jameson2022-05-22
|
* stick chats to bottomHenry Jameson2022-05-20
|
* improvements to chats viewHenry Jameson2022-04-26
|
* fix panel headers on mobileHenry Jameson2022-04-21
|
* cleanup and fixesHenry Jameson2022-04-20
|
* fixes for mobileHenry Jameson2022-04-20
|
* restore old chat inputbox behaviorHenry Jameson2022-04-20
|
* fix chatHenry Jameson2022-04-20
|
* fix chats button alignmentHenry Jameson2022-04-12
|
* reduce chats jumpinessHenry Jameson2022-04-12
|
* fix for chat shadowHenry Jameson2022-04-11
|
* fix new post button not working day1, minor stylistic fixesHenry Jameson2022-04-10
|
* chat fixesHenry Jameson2022-04-10
|
* fix chats, boost popover's z-index some moreHenry Jameson2022-04-08
|
* cleanup, fix some things, try to disable scrollbars on mobileHenry Jameson2022-04-08
|
* fix chat loading endlesslyHenry Jameson2022-04-05
|
* chats work and look a bit betterHenry Jameson2022-04-05
|
* fixed tons of stuff, at least it looks normalish on desktopHenry Jameson2022-04-04
|
* fix some warningsHenry Jameson2022-03-17
|
* destroyed -> unmountedHenry Jameson2021-04-25
|
* separate screen_name and screen_name_ui with decoded punycodeShpuld Shpuldson2021-02-26
|
* fix chat unread badgeShpuld Shpuldson2021-02-26
|
* add additional check with timeoutShpuld Shpuldson2021-02-18
|
* get rid of older messages when scrolling down in chat to keep it from ↵Shpuld Shpuldson2021-02-17
| | | | bloating dom
* Fix the chat scroll behavior for vertical screens.eugenijm2020-11-06
| | | | | Fetch the messages until the scrollbar becomes visible, so that the user always has the ability to scroll up and load new messages.
* added commentHenry Jameson2020-11-02
|
* fix chat heading not being aligned and using wrong stylesHenry Jameson2020-11-02
|
* Optimistic message sending for chateugenijm2020-11-01
|
* document thie this. checkShpuld Shpuldson2020-10-29
|
* fix conflict, keep the touchable button bigShpuld Shpuldson2020-10-29
|\
| * 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
| |
* | fix back button size, fix missing chat notifications being marked as read ↵Shpuld Shpuldson2020-10-27
|/ | | | too eagerly, fix promiseinterval erroring when not getting a promise
* Merge branch 'fix/wait-for-request-before-starting-interval' into 'develop'Shpuld Shpludson2020-10-01
|\ | | | | | | | | | | | | Fix/wait for request before starting interval - fix #937 Closes #937 See merge request pleroma/pleroma-fe!1222
| * rename to promiseIntervalShpuld Shpuldson2020-09-04
| |
| * change chats to use custom makeFetcherShpuld Shpuldson2020-09-02
| |
* | Fix chat messages being missed when the streaming is disabled and the ↵eugenijm2020-09-16
|/ | | | messages are sent by both participants simultaneously
* Add the single-line prop to StatusContent and use it for chat list itemseugenijm2020-07-08
|
* 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.