Commit graph

6586 commits

Author SHA1 Message Date
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
ggurdin
a6d41f9c77
check if mounted before clearing selected events, clear selected events on dispose 2024-10-22 09:36:55 -04:00
ggurdin
aad699d6bd
better error handling for null content in practice activity fromJSON method 2024-10-22 09:21:50 -04:00
ggurdin
11efd78e1a
Merge branch 'main' into fix-freezing-attempt 2024-10-22 09:15:41 -04:00
ggurdin
0d75e961da
changed list from const to final to prevent unsupported operation error on .add() 2024-10-22 09:13:38 -04:00
ggurdin
cb7fd0f6f6
comment out references to buggy package keyboard_shortcuts 2024-10-22 09:10:44 -04:00
Krille
282f45059c
chore: Follow up dismiss room 2024-10-22 10:44:43 +02:00
Krille
3f9c7f3e91
feat: Swipe to archive rooms 2024-10-22 09:22:48 +02: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
4274600732
initial work to bring back search bar 2024-10-21 16:02:42 -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
Krille
fcc43e3328
chore: Slightly update chat colors 2024-10-21 18:59:39 +02: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
Krille
728854569c
Revert "chore: Follow up new chat design"
This reverts commit 4ec70bd25c.
2024-10-21 18:43:37 +02:00
Krille
4ec70bd25c
chore: Follow up new chat design 2024-10-21 18:36:52 +02:00
Krille
4857684655
Revert "feat: Add default chat wallpaper"
This reverts commit 7d8369ab30.
2024-10-21 16:36:26 +02:00
ggurdin
e7debbdd39
fixed some incorrect URLs and request setups 2024-10-21 10:33:54 -04:00
Krille
7d8369ab30
feat: Add default chat wallpaper 2024-10-21 16:11:53 +02:00
Brord van Wierst
21641f514a
removed base url from languages 2024-10-21 09:57:53 -04:00
Brord van Wierst
c600621cac
remoived accestoken 2024-10-21 09:57:46 -04:00
Brord van Wierst
e55a7c453d
updated urls to subscription 2024-10-21 09:57:39 -04:00
Brord van Wierst
14475a9d64
removed old code 2024-10-21 09:57:28 -04:00
Brord van Wierst
f14e14023d
removed urls 2024-10-21 09:57:20 -04:00
Brord van Wierst
8c4619dfdc
moved revenuecat 2024-10-21 09:57:12 -04:00
ggurdin
9f17cf5dc1
update copy when creating new chat/subspace from space view, show join space error in middle of screen instead of snackbar 2024-10-21 09:49:34 -04:00
Krille
32d868b5bd
build: Update matrix dart sdk 2024-10-21 15:23:35 +02:00
krille-chan
31907f74de
chore: Follow up loading dialog 2024-10-19 09:16:33 +02:00
krille-chan
3faf6df558
feat: Nicer room creation UI 2024-10-19 08:58:02 +02:00
krille-chan
0301c83f40
fix: Wait for room invite before open in pushhelper 2024-10-19 08:15:32 +02: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
William Jordan-Cooley
f25f00a9d1 removing some cases from grammar copy switch 2024-10-18 10:00:43 -04:00
Krille
d1e211adee
refactor: Use adaptive dialog action 2024-10-18 15:49:46 +02: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
ggurdin
43a299b862
Merge branch 'main' into copy-version-number 2024-10-17 12:36:11 -04:00
ggurdin
17613f4a85
added onTap to version number in settings to copy on click 2024-10-17 12:34:50 -04:00
WilsonLe
7a4d1a386e fix direct chat constants value to match bot config 2024-10-17 21:35:45 +11:00
ggurdin
9932442d1b
Merge branch 'main' into grammar-copy 2024-10-16 16:44:46 -04:00