Commit graph

8503 commits

Author SHA1 Message Date
Kelrap
fafddc2200 Remove userGender entries for individual requests 2025-12-08 12:18:28 -05:00
Kelrap
7062e42228 Add userGender to requests.dart 2025-12-08 12:17:27 -05:00
Christian Kußowski
4f196b29bd
fix: Do not request hero users for rooms with name 2025-12-06 15:49:10 +01:00
Christian Kußowski
e80e3273ea
chore: Follow up scroll down in fragmented timeline 2025-12-06 10:43:25 +01:00
Christian Kußowski
fc052c84ac
refactor: Adjust state event design 2025-12-06 10:37:07 +01:00
Christian Kußowski
4e2b185f5d
chore: Follow up better request history button 2025-12-06 10:24:14 +01:00
Christian Kußowski
cacb944918
fix: Scrolling in fragmented timeline 2025-12-06 10:19:57 +01:00
Christian Kußowski
53af09227f
refactor: File selector just use default FileType
and remove not working zip selector
2025-12-06 09:34:22 +01:00
arxari
66a788129b
chore(translations): Translated using Weblate (Czech)
Currently translated at 65.4% (539 of 823 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/cs/
2025-12-06 07:00:25 +00:00
ggurdin
e79fd6ece1
chore: use translation icon for ConstructUseTypeEnum.ta 2025-12-05 12:49:59 -05:00
ggurdin
15e361a20b
chore: don't show translate button on L1 messages 2025-12-05 12:43:38 -05:00
ggurdin
6d5116e084
Merge pull request #4809 from pangeachat/add-gender-setting
Add gender setting
2025-12-05 12:39:26 -05:00
ggurdin
911728ff00
chore: increase size of token emoji button hitbox 2025-12-05 12:29:40 -05:00
Kelrap
0575569505 Add gender to request JSONs 2025-12-05 11:22:39 -05:00
Kelrap
8edb6b5892 Add gender dropdown to learning settings 2025-12-05 11:21:40 -05:00
Kelrap
d1a2080304 Add a gender value to the user settings 2025-12-05 11:21:07 -05:00
ggurdin
1526159c04
fix: reenabled device autocorrect learning setting 2025-12-05 09:39:08 -05:00
ggurdin
652f5731b4
build: file reorganization 2025-12-04 16:36:04 -05:00
ggurdin
abab3923d9
resolve merge conflicts 2025-12-04 15:07:35 -05:00
ggurdin
836ace6196
fix: use chat view's context when leaving activity via header button 2025-12-04 14:56:49 -05:00
ggurdin
54117f4f77
fix: fix type issue with keys in practice selection repo 2025-12-04 14:26:41 -05:00
ggurdin
06cfc6a271
chore: set locally cached value for if user saw activity menu dropdown to false on logout 2025-12-04 14:18:13 -05:00
ggurdin
1e6cabc5d8
allow users to block constructs from their analytics 2025-12-04 14:07:38 -05:00
ggurdin
4d58b66bf1
feat: initial work for deleting lemmas from analytics 2025-12-04 12:59:17 -05:00
ggurdin
5e9840dbe6
remove unreferenced functions from user controller 2025-12-04 11:01:41 -05:00
ggurdin
25bae8baf6
remove matrix widget reference from pangea controller 2025-12-04 10:44:04 -05:00
ggurdin
3ac8339817
split language related and learning settings related folders 2025-12-04 10:06:59 -05:00
ggurdin
16fe7f28e3
move language settings getter into user controller 2025-12-04 09:12:48 -05:00
Temuri Doghonadze
59a507925d
chore(translations): Translated using Weblate (Georgian)
Currently translated at 17.8% (147 of 823 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ka/
2025-12-04 08:00:34 +01:00
Nicholas Winterhalter
3fb05c9854
chore(translations): Translated using Weblate (Georgian)
Currently translated at 17.8% (147 of 823 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ka/
2025-12-04 08:00:33 +01:00
ggurdin
97bfdb2603
remove space code controller from pangea controller 2025-12-03 16:36:41 -05:00
ggurdin
e184e9a76f
move text to speech controller out of pangea controller 2025-12-03 15:39:29 -05:00
ggurdin
9cb155fcf1
reorganize pangea rep / pangea message event files 2025-12-03 15:22:45 -05:00
ggurdin
19d11994d6
removed message data controller 2025-12-03 13:58:46 -05:00
ggurdin
14216e8c72
fix: on course creation, wait for course plan state event to sync 2025-12-03 12:27:24 -05:00
ggurdin
f5a28a3dae
resolve merge conflicts 2025-12-03 12:27:12 -05:00
ggurdin
a56ba59316
initial work to remove speech to text controller from pangea controller 2025-12-03 12:07:36 -05:00
ggurdin
17d6ead1da
only show popup if user has analytics room with matching language code 2025-12-03 11:41:39 -05:00
ggurdin
613a4cce9c
feat: show language mismatch popup on select message not in L2 2025-12-03 11:38:36 -05:00
ggurdin
a3efd03a28
chore: make empty activity archive message into tooltip 2025-12-03 10:42:10 -05:00
ggurdin
2ccb6e017c
feat: add 'pick a different activity' button 2025-12-03 10:32:44 -05:00
ggurdin
c3917e3490
merge prod into main 2025-12-03 10:04:43 -05:00
ggurdin
34da43a116
Merge branch 'production' into show-all-activity-sessions 2025-12-03 09:58:59 -05:00
ggurdin
968059f818
refactor: use membership summary from room_preview response to tell which users have left an activity session 2025-12-03 09:58:33 -05:00
Christian Kußowski
2c4a16d608
chore: Improve via calculation 2025-12-03 14:46:28 +01:00
Christian Kußowski
dc64d1679b
chore: Follow up request history 2025-12-03 09:04:31 +01:00
ggurdin
db594d84e7
fix: on course creation, wait for course plan state event to sync 2025-12-02 16:35:57 -05:00
ggurdin
f3b98aa35e
fix: allow reselection of incorrect IGC choices after correct choice selected 2025-12-02 16:05:21 -05:00
ggurdin
b6d4db9d08
feat: show translation option for messages outside of user L2 2025-12-02 15:48:01 -05:00
ggurdin
895654b2b5
refactor: reduce duplicate data-fetching related logic in select mode controller 2025-12-02 15:18:37 -05:00