Commit graph

723 commits

Author SHA1 Message Date
ggurdin
e8bb166fae
moved timer sync logic to seperate function, don't hide bot messages after end of round 2024-08-13 09:45:36 -04:00
ggurdin
f4a0fbaacb
Revert "Revert "don't show user avatars or display names in chats""
This reverts commit 07fa96cdc9.
2024-08-12 17:35:23 -04:00
ggurdin
fa36eb605c
improved listening for bot messages 2024-08-12 17:09:37 -04:00
Kelrap
d2bcdaa7db Add timer to round model 2024-08-12 16:51:35 -04:00
Kelrap
e7f3b9e73a Adds countdown timer to chat 2024-08-12 16:02:03 -04:00
ggurdin
2b574f42c1
added completer and recursive function to start a new round at the end of a round 2024-08-12 15:42:33 -04:00
ggurdin
ac6ddc6d0e
added logic for auto-starting round on bot message 2024-08-12 15:36:02 -04:00
ggurdin
07fa96cdc9
Revert "don't show user avatars or display names in chats"
This reverts commit a36c52ff87.
2024-08-12 14:48:46 -04:00
ggurdin
a36c52ff87
don't show user avatars or display names in chats 2024-08-12 11:43:44 -04:00
ggurdin
7165060041
choreographer pulls roomID from chat so input bar key does not change after setting choreo roomID, resolving issues with input bar auto-focus 2024-08-07 09:59:01 -04:00
ggurdin
e238068538
replaced scrollToEventId with current version from fluffychat 2024-08-06 12:32:31 -04:00
Kelrap
b021a2214c Merge branch 'main' of https://github.com/pangeachat/client into fix-reply-scrolling 2024-08-05 10:21:37 -04:00
Kelrap
2f9446fb80 Scrolls to correct message 2024-08-05 10:05:37 -04:00
Kelrap
8294e1959c Fixes input bar spacing issues 2024-08-02 13:32:23 -04:00
Kelrap
24ccc538e1 Ignores null timeline error 2024-07-29 10:27:55 -04:00
ggurdin
7d000ef472 updated spacing under event list 2024-07-26 12:00:27 -04:00
ggurdin
42ced399aa some simplifications of input bar stack 2024-07-26 11:36:36 -04:00
ggurdin
db168c805f
Merge branch 'main' into move-chat-buttons 2024-07-25 11:36:24 -04:00
ggurdin
abca75458f
Merge branch 'main' into silence-web-focus 2024-07-25 11:29:22 -04:00
ggurdin
56a363910c
Merge branch 'main' into shorten-long-message-overlays 2024-07-25 11:27:59 -04:00
ggurdin
6311df0875 moved stateful variable from text controller to input bar wrapper widget 2024-07-25 11:25:59 -04:00
ggurdin
5569619ba2
Merge branch 'main' into red-text-on-max-length 2024-07-25 11:11:49 -04:00
Kelrap
7fdf9a5c92 Close keyboard when open toolbar 2024-07-24 16:48:32 -04:00
Kelrap
276f3ee913 Merge branch 'main' of https://github.com/pangeachat/client into move-chat-buttons 2024-07-24 15:22:00 -04:00
Kelrap
d37aae9cbf Delete commented code 2024-07-24 13:47:32 -04:00
Kelrap
cfdeb40732 Add #Pangea comments 2024-07-24 08:57:19 -04:00
Kelrap
cc58771de0 Silences web focus error 2024-07-24 08:50:47 -04:00
Kelrap
a7e6e7a4c9 Shorten overlay instead of toolbar 2024-07-23 15:16:34 -04:00
Kelrap
8c1df0eb88 Move calculations to state 2024-07-23 12:35:53 -04:00
Kelrap
45c290d0d8 Keep input bar and reply bar together 2024-07-23 12:09:13 -04:00
ggurdin
2249d602d1
Merge branch 'main' into fix-audio-overflow 2024-07-23 11:54:47 -04:00
Kelrap
a3a75262c9 Add #Pangea comments 2024-07-23 10:49:46 -04:00
Kelrap
d640bce7a9 Keep reply bar same length/style as input 2024-07-23 09:11:28 -04:00
Kelrap
ed1070dbe3 Decrease audio toolbar padding 2024-07-22 17:05:36 -04:00
Kelrap
842dd23c4b Remove useless code 2024-07-22 16:44:05 -04:00
Kelrap
5b8c2dc7a8 Minor emoji picker edits 2024-07-22 16:36:44 -04:00
Kelrap
c20176d029 Add #pangea comments 2024-07-22 13:45:45 -04:00
Kelrap
e8a4005a12 Use stack, minimize footer shifting messages 2024-07-22 13:39:51 -04:00
ggurdin
6f37cd014c
Merge branch 'main' into 481-use-forked-matrix-sdk 2024-07-22 10:32:53 -04:00
Kelrap
40a0954762 Merge branch 'main' of https://github.com/pangeachat/client into red-text-on-max-length 2024-07-22 10:05:08 -04:00
Kelrap
828b406286 Only rebuild when maxLength changes 2024-07-22 10:04:18 -04:00
ggurdin
9a56fe42b7
Merge branch 'main' into toolbar-location-adjustments 2024-07-19 15:25:44 -04:00
Kelrap
d4febba12e Add #Pangea comments 2024-07-19 14:06:45 -04:00
Kelrap
276076b265 Buttons move when input bar height changes 2024-07-19 13:56:19 -04:00
Kelrap
08da254bae Input text turns red when hit limit 2024-07-18 16:33:54 -04:00
Kelrap
4222b37bb4 Attempt 3. Needs work. 2024-07-18 15:13:27 -04:00
WilsonLe
6a02db73bb integrate forked matrix sdk, addressing breaking changes of newer versions of matrix sdk 2024-07-17 12:14:07 -04:00
ggurdin
36fc580c45 replace setting of room id in choreographer 2024-07-17 10:10:18 -04:00
ggurdin
4f1445d975 fixes for null check / disposed widget errors 2024-07-17 09:21:55 -04:00
Kelrap
19987c75a7 Get rid of scrollcontroller chain 2024-07-16 16:07:42 -04:00