tusooa
7dc2277453
Use stylelint
2023-01-09 13:02:16 -05:00
Henry Jameson
a4f40bf346
fix chat scroll acting unwise
2022-08-09 01:44:44 +03:00
Henry Jameson
fddb531ed2
--fix
2022-07-31 12:35:48 +03:00
Henry Jameson
d137d5800a
stick chat scroll to bottom to help with OSK resizing the viewport
2022-05-22 12:18:20 +03:00
Henry Jameson
c83657a072
stick chats to bottom
2022-05-20 00:28:34 +03:00
Henry Jameson
cc84485650
improvements to chats view
2022-04-26 18:50:22 +03:00
Henry Jameson
d4bd64a5f5
fix panel headers on mobile
2022-04-21 00:39:54 +03:00
Henry Jameson
58a975e8df
cleanup and fixes
2022-04-20 23:22:51 +03:00
Henry Jameson
076c52788b
fixes for mobile
2022-04-20 20:43:10 +03:00
Henry Jameson
80b1ccb267
restore old chat inputbox behavior
2022-04-20 20:40:10 +03:00
Henry Jameson
be8098e8ec
fix chat
2022-04-20 20:16:41 +03:00
Henry Jameson
08ad2923a5
fix chats button alignment
2022-04-12 17:17:52 +03:00
Henry Jameson
e5eca8a554
reduce chats jumpiness
2022-04-12 17:03:29 +03:00
Henry Jameson
4f617a7293
fix for chat shadow
2022-04-11 23:30:41 +03:00
Henry Jameson
3e1b40ce29
fix new post button not working day1, minor stylistic fixes
2022-04-10 20:18:54 +03:00
Henry Jameson
5b664f464d
chat fixes
2022-04-10 19:29:06 +03:00
Henry Jameson
282e6812b3
fix chats, boost popover's z-index some more
2022-04-08 13:31:29 +03:00
Henry Jameson
6109fab14e
cleanup, fix some things, try to disable scrollbars on mobile
2022-04-08 10:17:23 +03:00
Henry Jameson
0a606c2720
fix chat loading endlessly
2022-04-05 17:11:50 +03:00
Henry Jameson
cfa8edf2c0
chats work and look a bit better
2022-04-05 13:19:12 +03:00
Henry Jameson
71863061c6
fixed tons of stuff, at least it looks normalish on desktop
2022-04-04 19:41:09 +03:00
Henry Jameson
be4244acde
fix some warnings
2022-03-17 08:35:19 +02:00
Henry Jameson
caed89f0ae
destroyed -> unmounted
2021-04-25 13:44:50 +03:00
Shpuld Shpuldson
09fe160e8b
separate screen_name and screen_name_ui with decoded punycode
2021-02-26 16:23:11 +02:00
Shpuld Shpuldson
6fefa5a9c5
fix chat unread badge
2021-02-26 11:00:21 +02:00
Shpuld Shpuldson
67f3532ac9
add additional check with timeout
2021-02-18 10:14:45 +02:00
Shpuld Shpuldson
47770ed715
get rid of older messages when scrolling down in chat to keep it from bloating dom
2021-02-17 10:16:58 +02:00
eugenijm
15ea9d8c91
Fix the chat scroll behavior for vertical screens.
...
Fetch the messages until the scrollbar becomes visible, so that the user
always has the ability to scroll up and load new messages.
2020-11-06 11:11:19 +03:00
Henry Jameson
b6a8ca44ef
added comment
2020-11-02 21:08:22 +02:00
Henry Jameson
bdf2f36f11
fix chat heading not being aligned and using wrong styles
2020-11-02 21:03:55 +02:00
eugenijm
e798e9a417
Optimistic message sending for chat
2020-11-01 23:36:58 +03:00
Shpuld Shpuldson
3ead79ddb4
document thie this. check
2020-10-29 12:45:44 +02:00
Shpuld Shpuldson
6acb61f296
fix conflict, keep the touchable button big
2020-10-29 08:55:54 +02:00
Shpuld Shpuldson
2c441c7922
fix back button size, fix missing chat notifications being marked as read too eagerly, fix promiseinterval erroring when not getting a promise
2020-10-27 10:03:04 +02:00
Henry Jameson
f561e75553
lint
2020-10-21 00:31:16 +03:00
Henry Jameson
b19c2eb0fb
More stuff. Buttons in user card's corner now have MUCH bigger hitboxes
2020-10-20 22:13:19 +03:00
Henry Jameson
e8650d3409
chevrons-downs, settings
2020-10-20 21:03:46 +03:00
Shpuld Shpludson
6bd38c7d6f
Merge branch 'fix/wait-for-request-before-starting-interval' into 'develop'
...
Fix/wait for request before starting interval - fix #937
Closes #937
See merge request pleroma/pleroma-fe!1222
2020-10-01 13:20:14 +00:00
eugenijm
8c4514013d
Fix chat messages being missed when the streaming is disabled and the messages are sent by both participants simultaneously
2020-09-16 09:21:24 +03:00
Shpuld Shpuldson
3fb35e8123
rename to promiseInterval
2020-09-04 11:19:53 +03:00
Shpuld Shpuldson
1b6eee0497
change chats to use custom makeFetcher
2020-09-02 21:01:31 +03:00
eugenijm
3b2dfcaf5c
Add the single-line prop to StatusContent and use it for chat list items
2020-07-08 15:21:31 +03:00
eugenijm
45901c8da6
Disable status preview in the chat posting form
2020-07-08 15:21:31 +03:00
eugenijm
f05f832bff
Address feedback
...
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.
2020-07-08 15:21:31 +03:00
eugenijm
aa2cf51c05
Add Chats
2020-07-08 15:21:31 +03:00
Roger Braun
92289e545a
Move chat to sidebar.
2018-01-26 15:11:34 +01:00
eal
ecb8acb155
Some css fixes.
...
Scale chat panel size to viewport height, fit message field to width.
2017-12-07 19:03:26 +02:00
Roger Braun
6c4e3a509a
Don't display if we don't have a chat.
2017-12-05 14:20:34 +01:00
Roger Braun
a03b92e252
Post on submit, not on enter.
2017-12-05 12:09:54 +01:00
Roger Braun
6ad27959a6
Linting.
2017-12-05 11:49:40 +01:00