Commit graph

457 commits

Author SHA1 Message Date
ggurdin
0b2c32904a
only call setState in message_selection_overlay if mounted 2024-10-23 09:21:02 -04:00
ggurdin
d5eee79f4c
log actual error in message_audio_card logging statements instead of empty exception 2024-10-23 09:08:32 -04:00
ggurdin
9f485ccb05
dynamic sizing for practice activity toolbar content 2024-10-22 16:42:05 -04:00
ggurdin
2a7fd9a962
always provice error message to card error widget 2024-10-22 15:27:01 -04:00
ggurdin
c028f64f60
tts web version always return null on stop(), don't log error 2024-10-22 15:01:07 -04:00
ggurdin
985ccfe30d
better error handling if originalSent is null in _fetchActivity 2024-10-22 14:54:42 -04:00
ggurdin
f1ac5709f7
adjustment to layouts of toolbar content to make dynamic sizing work 2024-10-22 14:44:26 -04:00
ggurdin
4d0b2a3df1
resolve merge conflicts 2024-10-22 13:51:42 -04:00
ggurdin
b3a0ad1b6e
added x button to coversation bot settings and make text fields expand to fit contents 2024-10-22 11:09:25 -04:00
ggurdin
e1062b3443
if not add bot, show disabled, low opacity form. Moved state handling to top level widget 2024-10-22 10:54:46 -04:00
ggurdin
8e0a807d4e
removed UI logic for if bot settings is in new group page since it was removed 2024-10-22 09:45:06 -04:00
William Jordan-Cooley
10d937ed1b additional error handling to fix freezing and/or catch error message 2024-10-21 17:17:24 -04:00
ggurdin
4cf0b372da
Merge branch 'main' into revert-space-view 2024-10-21 17:09:52 -04:00
ggurdin
89a61c03ed
go back to fluffychat new space/group pages, delete add to space toggles widget 2024-10-21 17:06:09 -04:00
William Jordan-Cooley
db61a1ae69 merging in changes to tts and fixing env filename again 2024-10-21 16:41:12 -04:00
William Jordan-Cooley
bc20769daa dont give old clients new activity types and catch old activity content better 2024-10-21 16:39:34 -04:00
ggurdin
8a24b0342b
added fix for different map keys in voices across platforms 2024-10-21 16:33:30 -04:00
ggurdin
f111ec592e
Merge branch 'main' into bot-settings-design 2024-10-21 14:46:29 -04:00
ggurdin
3a6d6de7c5
UI fixes for new groups, form validation for discussion topic 2024-10-21 14:46:03 -04:00
William Jordan-Cooley
4d2f36890f additional error handling in retrieval of practice events 2024-10-21 14:40:54 -04:00
ggurdin
689252c17f
initial work on updating bot settings UI 2024-10-21 12:54:28 -04:00
ggurdin
ac80e6217c
Audio section widget (#744)
first draft of word focus listening activities using text to speech library
2024-10-21 12:53:34 -04:00
ggurdin
6ea1b94a70
Merge branch 'main' into 737-private-class-code 2024-10-18 11:57:21 -04:00
ggurdin
6a0dfff657
Merge branch 'main' into grammar-copy 2024-10-18 10:24:37 -04:00
ggurdin
c7bb3c71a2
Make content issue dialog scrollable to prevent overflow 2024-10-17 13:42:53 -04:00
ggurdin
4b346df27f
updated flutter_secure_storage package, don't set currentActivity to null if no error in submitFeedback 2024-10-17 12:42:32 -04:00
William Jordan-Cooley
68383f2dd9 copy for grammar tags 2024-10-16 14:24:16 -04:00
ggurdin
2900634900
Merge branch 'main' into 737-private-class-code 2024-10-16 09:13:59 -04:00
ggurdin
ac41685c8a
moves scrollbar to side of span card 2024-10-15 13:38:58 -04:00
ggurdin
14bed0f430
merge main, resolve conflicts 2024-10-15 10:48:44 -04:00
ggurdin
ac586e0a4d
position overlay cards via tranform follower instead of manually calculating offset, close keyboard when showing span card 2024-10-15 10:40:02 -04:00
WilsonLe
c9a4733fb6 add join with link 2024-10-15 18:04:19 +11:00
William Jordan-Cooley
07cc5b9c32 show beta and alpha tags on l2s 2024-10-14 14:56:37 -04:00
ggurdin
8e204c95e4
shrink spancard width to not overflow screen 2024-10-14 11:13:20 -04:00
ggurdin
eed8987196
make MessageToolbar stateless 2024-10-11 15:41:48 -04:00
ggurdin
e778178638
in submitFeedback, only set currentActivity to null on error 2024-10-11 15:41:01 -04:00
ggurdin
4ddd28b7fe
makes toolbar have dynamic width to fit around content 2024-10-10 15:59:28 -04:00
ggurdin
2bc421e6e7
make popup dimensions dynamic 2024-10-10 15:57:50 -04:00
WilsonLe
af9ffe79d7 fix multiple empty chat 2024-10-10 15:23:34 +11:00
ggurdin
9321e024e7
cache number of completed activities 2024-10-09 14:56:05 -04:00
ggurdin
ed72abb38b
clear selected messages when showing paywall 2024-10-09 12:39:55 -04:00
ggurdin
4b2c5bc213
remove unused commented out code 2024-10-09 11:51:51 -04:00
ggurdin
50c8828dd6
use activity model instead of activity events 2024-10-09 11:49:48 -04:00
ggurdin
7c8f2c0537
Merge branch 'main' into remove-records 2024-10-09 11:39:05 -04:00
ggurdin
f125ed6fd8
rebuild overlay on reaction event 2024-10-09 11:22:47 -04:00
William Jordan-Cooley
1bd244011f remove use of record 2024-10-09 11:19:07 -04:00
ggurdin
99fc3fd625
Added message reactions widget to toolbar overlay 2024-10-09 09:57:25 -04:00
ggurdin
21226ca516
don't adjust overlay message height if there's enough space to accomodate it 2024-10-09 09:30:57 -04:00
ggurdin
e80cecd0f2
removed print statements 2024-10-08 16:47:48 -04:00
ggurdin
945e82d3b9
make overlay message scrollable if entire overlay doesn't fit in screen 2024-10-08 16:46:00 -04:00