Commit graph

278 commits

Author SHA1 Message Date
ggurdin
3a7d46fc18
add blue effect to overlat background, made toolbar backdrop slightly darker 2024-09-12 15:30:54 -04:00
ggurdin
397f32fcbc
don't show toolbar is message is redacted 2024-09-12 09:34:40 -04:00
ggurdin
0124ce6d24
Merge branch 'merge' into merge-analytics 2024-09-11 15:28:57 -04:00
ggurdin
2001e51171
Merge branch 'main' into merge 2024-09-11 15:28:44 -04:00
ggurdin
bd25cda630
only show toolbar if the message is text or audio 2024-09-11 15:26:39 -04:00
ggurdin
e8275adbc6
Merge branch 'merge' into merge-analytics 2024-09-11 12:29:16 -04:00
ggurdin
f3d32fa7ef
Merge branch 'main' into merge 2024-09-11 12:29:04 -04:00
ggurdin
2e139be658
position message overlay directly over the underlying message 2024-09-11 12:13:39 -04:00
ggurdin
c5ccf6dac2
merge analytics updates into fluffychat merge branch 2024-09-10 12:57:23 -04:00
ggurdin
25b0e09123
Merge branch 'main' into learning-analytics-summary 2024-09-10 12:39:14 -04:00
ggurdin
f15acbd872
merge main and update matrix dart SDK 2024-09-10 12:38:30 -04:00
ggurdin
f9f0945655
speed up toolbar on click message 2024-09-10 09:49:09 -04:00
ggurdin
9eb40e2b21
removed duplicate emoji picker widgets and fixed name of variable in chat controller to resolve late initialization error when sending an emoji reaction 2024-09-05 15:33:43 -04:00
ggurdin
c58226807a
fluffychat merge - resolve conflicts 2024-09-05 09:13:08 -04:00
ggurdin
5e347144aa
fluffychat merge - resolve conflicts 2024-09-05 09:01:34 -04:00
ggurdin
1b03644380
fluffychat merge - resolve conflicts 2024-09-04 16:02:00 -04:00
ggurdin
6a83249236
fluffychat merge - resolve conflicts 2024-09-04 15:53:37 -04:00
ggurdin
346cd1ab5f
fluffychat merge - resolve conflicts 2024-09-04 15:48:51 -04:00
ggurdin
31412c2a13
fluffychat merge - resolve conflicts 2024-09-04 15:01:13 -04:00
ggurdin
9efe214b6d
Merge commit '83490de6fd967ba8545d5960c0a6cebd410e0580' into merge 2024-09-04 14:01:56 -04:00
ggurdin
e80e3ba1b8
Merge branch 'main' into learning-analytics-summary 2024-09-04 10:31:41 -04:00
ggurdin
03e04ee752
improved text selection handling, added text selection handling for HTML messages, clear selection on close overlay 2024-09-04 10:20:22 -04:00
ggurdin
57b1ef04ef
Merge branch 'main' into learning-analytics-summary 2024-08-30 14:41:00 -04:00
ggurdin
14ba8bf47b
merge main into analytics branch 2024-08-30 10:28:56 -04:00
ggurdin
5f3326b843
cleaned up message.dart 2024-08-29 16:24:36 -04:00
ggurdin
6976c0575d
removed unused overlay position options and renamed OverlayEnum to OverlayPositionEnum 2024-08-29 14:36:42 -04:00
ggurdin
a181ace577
select message on showToolbar and ensure message is deselected on dismiss 2024-08-27 14:09:06 -04:00
ggurdin
c5db829fb5
resolved merge conflicts 2024-08-27 13:45:17 -04:00
ggurdin
0373d01f1b
simplified positioning of toolbar 2024-08-27 13:41:36 -04:00
krille-chan
eae7db7d71
chore: Follow up set read marker logic 2024-08-27 17:22:01 +02:00
krille-chan
0f16cdee88
chore: Better scroll up 2024-08-25 17:47:28 +02:00
krille-chan
f17b09f56c
chore: Follow up set read marker 2024-08-25 09:02:51 +02:00
ggurdin
14783d8536
Revert "Story game" 2024-08-23 10:44:21 -04:00
ggurdin
a49105d298
Revert "moved timer sync logic to seperate function, don't hide bot messages …" 2024-08-23 10:42:35 -04:00
ggurdin
77fb4bcf4e
Revert "base timer off of game state event" 2024-08-23 10:40:41 -04:00
ggurdin
f8020279c6
Merge branch 'main' into learning-analytics-summary 2024-08-23 10:31:00 -04:00
Kelrap
13dff2bd1d Merge branch 'main' of https://github.com/pangeachat/client into toolbar-selection 2024-08-14 10:59:18 -04:00
ggurdin
7f731e1406
base timer off of game state event 2024-08-13 17:12:28 -04:00
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
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
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
krille-chan
d3298f0b09
chore: Follow up display read marker in timeline 2024-08-11 08:55:10 +02:00
Kelrap
6acf829fe2 Emoji picker adjustments 2024-08-09 11:18:29 -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
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
ggurdin
f5c81fe8ec
merge main, resolve conflicts 2024-08-07 17:05:09 -04:00