1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-22 18:32:34 +01:00
Commit Graph

692 Commits

Author SHA1 Message Date
Puyodead1
854ed7f786
update audio component width 2023-09-12 12:55:51 -04:00
Puyodead1
ae9bdeb77f
fix bug with message list fetch more 2023-09-12 12:40:29 -04:00
Puyodead1
882efc889c
style audio component 2023-09-12 12:40:17 -04:00
Puyodead1
f307f48c39
add audio attachment player 2023-09-11 23:06:12 -04:00
Puyodead1
7fc50fae54
remove stray semi-colon 2023-09-11 22:59:30 -04:00
Puyodead1
c06c72a4d5
Merge pull request #164 from spacebarchat/fix/message-rendering
Fix message rendering
2023-09-11 22:50:54 -04:00
Puyodead1
8b48d3d359
Merge pull request #163 from spacebarchat/dev/message-input-refactor
Refactor Message Input
2023-09-11 22:49:40 -04:00
Puyodead1
de98d3d326
show video load failure 2023-09-11 22:48:45 -04:00
Puyodead1
d625e7224c
create video component with loading indicator 2023-09-11 22:42:50 -04:00
Puyodead1
fa08f6ef2c
fix message queue experiment auto failing messages 2023-09-11 22:12:23 -04:00
Puyodead1
7c0151bfd3
fix message list rendering 2023-09-11 22:09:40 -04:00
Puyodead1
eb0d62550d
fix upload progress not working 2023-09-11 03:40:10 -04:00
Puyodead1
27d739f0dc
replace some callback rendering with Fragment 2023-09-11 03:39:28 -04:00
Puyodead1
22711d0ac4
fix uploading attachments replacing instead of appending 2023-09-11 03:09:36 -04:00
Puyodead1
f8df62c8ca
remove upload state and replace with file array 2023-09-11 02:56:38 -04:00
Puyodead1
8105432088
fix component having wrong name 2023-09-10 23:12:49 -04:00
Puyodead1
ec564739a1
better file type detection, and util functions for files 2023-09-10 23:08:47 -04:00
Puyodead1
c272d97453
restrict video mimes to render, add audio icon 2023-09-10 22:32:20 -04:00
Puyodead1
a0ee02d0ec
attachment upload button 2023-09-10 22:20:15 -04:00
Puyodead1
126c9e21e7
remove slate dependencies 2023-09-10 21:47:08 -04:00
Puyodead1
f5d4b1e5f1
add missing key for message elements 2023-09-10 21:38:49 -04:00
Puyodead1
a196288848
display typing indicator 2023-09-10 21:38:30 -04:00
Puyodead1
fec514c8e7
expire typing events 2023-09-10 21:24:53 -04:00
Puyodead1
cfb4567db4
Update GatewayConnectionStore.ts 2023-09-10 18:53:11 -04:00
Puyodead1
52e48e5528
improvements to typing indicator system 2023-09-10 18:49:48 -04:00
Puyodead1
24057adfb6
no commit message 2023-09-10 17:26:45 -04:00
Puyodead1
0be4d972d0
send messages and typing events 2023-09-10 16:36:44 -04:00
Puyodead1
aa7a8327e4
typing indicators seem to work correctly now 2023-09-10 14:40:38 -04:00
Puyodead1
534bc10531
fix callback error 2023-09-09 21:46:53 -04:00
Puyodead1
deb6265e1b
add a little horizontal padding 2023-09-09 21:46:41 -04:00
Puyodead1
133e94233c
use text-overflow ellipsis 2023-09-09 21:43:16 -04:00
Puyodead1
cd7be43e2f
fix upload button showing when it shouldnt 2023-09-09 21:19:44 -04:00
Puyodead1
0546454432
Refactor attachment uploading 2023-09-09 19:52:46 -04:00
Puyodead1
4b0cd78f7a
Start of message input refactor 2023-09-09 15:33:22 -04:00
Puyodead1
0b547226c3
remove debug log 2023-09-08 17:38:50 -04:00
Puyodead1
d9241989df
feat: add attachments from clipboard 2023-09-08 17:38:20 -04:00
Puyodead1
56c7d2b144
fix typing indicators showing object 2023-09-08 17:32:50 -04:00
Puyodead1
f815eb53d4
bug fix 2023-09-08 16:47:09 -04:00
Puyodead1
12110930ff
render user join messages 2023-09-08 16:43:20 -04:00
Puyodead1
05d9ea74f4
maybe fix an issue with typing indicator 2023-09-08 10:13:04 -04:00
Puyodead1
b823e67812
fix typing indicators 2023-09-07 22:28:55 -04:00
Puyodead1
2137454f94
typing indicator 2023-09-07 22:21:49 -04:00
Puyodead1
e111c18e01
add swipe test 2023-09-06 13:12:07 -04:00
Puyodead1
ef1ec8e598
add network check back for isReady 2023-09-05 09:53:59 -04:00
Puyodead1
eb48399012
oops 2023-09-05 00:56:53 -04:00
Puyodead1
f55fe62680
add logout buttons to settings page and loading screen 2023-09-05 00:56:36 -04:00
Puyodead1
698ac81ed4
banners/offline banner 2023-09-05 00:45:29 -04:00
Puyodead1
2f30c9bb1b
fix all log levels being debug 2023-09-04 22:39:58 -04:00
Puyodead1
dc3fb2ef31
decrease mobile view width breakpoint 2023-09-03 22:49:15 -04:00
Puyodead1
03e3e11580
Merge pull request #155 from spacebarchat/feat/embeds
Implement Embeds
2023-09-03 22:37:05 -04:00