Commit graph

4583 commits

Author SHA1 Message Date
Kelrap
d79e78271c Merge branch 'main' of https://github.com/pangeachat/client into toolbar-selection 2024-08-13 10:55:22 -04:00
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
012b20b09f
some small tweaks 2024-08-12 17:24:53 -04:00
Kelrap
72a6f30227 Timer does not automatically start 2024-08-12 17:15:57 -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
1a841d382f Add getter for remaining time 2024-08-12 16:04:11 -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
ea1c1a6840
added prototype of GameRound model 2024-08-12 14:58:45 -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
Kelrap
6c5f4d0ece Try fix window resize problem 2024-08-12 14:20:41 -04:00
krille-chan
2615632881
chore: Remove emoji proposals feature 2024-08-12 17:54:02 +02:00
ggurdin
a36c52ff87
don't show user avatars or display names in chats 2024-08-12 11:43:44 -04:00
Kelrap
e7fa9a35f1 Adjust scrolling logic 2024-08-12 10:26:14 -04:00
Kelrap
ec7ecc3069 Merge branch 'main' of https://github.com/pangeachat/client into toolbar-selection 2024-08-12 08:51:51 -04:00
Krille
8784acc7e6
chore: Disable record on web 2024-08-12 09:00:10 +02:00
Krille-chan
9c6e2a1df6
Merge pull request #1224 from dlyrsk/main
Fix web base url and privacy url configuration processing (Recreated)
2024-08-11 12:47:05 +02:00
krille-chan
ebd8b700b1
chore: Show short forms of months and week days in UI 2024-08-11 12:31:10 +02:00
krille-chan
612711d602
chore: Follow up no more chats found label 2024-08-11 11:35:26 +02:00
krille-chan
664548d937
chore: Nicer empty chat list placeholder 2024-08-11 09:40:08 +02:00
krille-chan
1c6d8a0579
chore: Make VOIP plugin less noisy in logs 2024-08-11 08:56:48 +02:00
krille-chan
d3298f0b09
chore: Follow up display read marker in timeline 2024-08-11 08:55:10 +02:00
krille-chan
d0e1e0229c
chore: Follow up linter fix 2024-08-10 19:19:00 +02:00
Krille
89309ca15e
chore: Follow up chatlist design 2024-08-10 10:23:41 +02:00
Kelrap
a417f2f8ca Add scrolling to center messages 2024-08-09 14:59:19 -04:00
Kelrap
6acf829fe2 Emoji picker adjustments 2024-08-09 11:18:29 -04:00
Kelrap
baa2e17aad Revert emoji picker close button 2024-08-09 10:43:58 -04:00
Kelrap
c42f44a798 Programmatically determine left/right 2024-08-09 10:23:09 -04:00
Krille-chan
9731fb461a
Merge pull request #1261 from CodeThomnics/refactor/reduce_context_calls_theme
Refactor: Reduce .of(context) calls theme
2024-08-09 16:13:00 +02:00
lauren n. liberda
55196e7c9d
chore: upgrade flutter to 3.24 2024-08-09 14:55:44 +02:00
Krille
02430a952d
build: Update to Matrix SDK 0.32.0 2024-08-09 11:35:11 +02:00
Kelrap
ecb1df70dc Add explanation for reaction picker logic 2024-08-08 17:19:16 -04:00
Kelrap
c27c250590 Removes error button padding 2024-08-08 15:24:50 -04:00
Kelrap
ea8e4497f3 Close keyboard if open 2024-08-08 14:37:23 -04:00
Kelrap
43d99c526a Tweaks 2024-08-08 13:51:27 -04:00
Krille
84075133fa
chore: Bring back add to space feature 2024-08-08 19:13:08 +02:00
Krille
641343d5fe
chore: Follow up scroll to event id fix 2024-08-08 19:06:42 +02:00
Kelrap
ed57c340d1 Merge branch 'main' of https://github.com/pangeachat/client into toolbar-selection 2024-08-08 10:38:21 -04:00
Kelrap
f46a5bac7f Shift footer down 2024-08-08 09:41:44 -04:00
Kelrap
bb263c71c2 Toolbar placed over selected message 2024-08-07 17:10:44 -04:00
ggurdin
f5c81fe8ec
merge main, resolve conflicts 2024-08-07 17:05:09 -04:00
ggurdin
b8bd90a44d
replace accessToken with matrix access token 2024-08-07 12:48:28 -04:00
ggurdin
3f7c154d2e
Merge branch 'main' into 559-role-play-mode 2024-08-07 11:50:20 -04:00
WilsonLe
c193c928a1 implement dynamic zone label and title shared component 2024-08-07 11:27:22 -04:00
WilsonLe
49921e47e4 Merge branch '559-role-play-mode' of https://github.com/pangeachat/client into 559-role-play-mode 2024-08-07 10:59:47 -04:00
WilsonLe
62d71285a4 fix text adventure title padding 2024-08-07 10:59:43 -04:00
ggurdin
500e54bed9
Merge branch 'main' into 512-bump-matrix-sdk 2024-08-07 10:54:44 -04:00