Commit graph

2877 commits

Author SHA1 Message Date
ggurdin
d8caf8e481
feat: analytics database 2025-12-23 14:35:41 -05:00
ggurdin
c223708673
fix: set emoji placeholder text colot 2025-12-22 14:08:09 -05:00
ggurdin
7534e81d12
Merge pull request #4921 from pangeachat/center-input-suggestion
Center input bar suggestion text
2025-12-22 13:47:26 -05:00
Kelrap
1bd7e1edf1 Add Pangea comments 2025-12-22 10:24:49 -05:00
Kelrap
2ad245f4d0 Make input bar suggestion text vertically centered when shrinking 2025-12-22 10:21:02 -05:00
ggurdin
efd97becb6
feat: custom SSO login/signup dialog 2025-12-22 09:52:00 -05:00
ggurdin
dc6e7b0762
feat: play audio on token click and on construct click in vocab analytics 2025-12-18 14:59:44 -05:00
ggurdin
e9e4604aad
feat: While audio is playing, allow clicking of word to move audio to that spot 2025-12-18 14:48:51 -05:00
ggurdin
b91c1cf6b5
fix: fix non-token vertical spacing in practice mode 2025-12-18 13:14:49 -05:00
ggurdin
392b3e31c6
add space between rows of tokens in practice mode 2025-12-17 15:32:59 -05:00
ggurdin
826cd461be
chore: keep message button depressed 2025-12-17 09:22:44 -05:00
ggurdin
e9c4e9b400
fix: refresh course details when course ID changes in course details 2025-12-16 16:45:11 -05:00
ggurdin
2897142b9d
show word card in image toolbar mode 2025-12-16 14:19:17 -05:00
ggurdin
43fc4f3daf
chore: use builder to style pressable buttons based on height 2025-12-16 11:17:35 -05:00
ggurdin
d7ca1652b3
feat: add button to regenerate latest bot message 2025-12-15 13:12:51 -05:00
Kelrap
889cfe40c8 Remove instructions from chat view, and add profile explanation to course participant page 2025-12-12 11:20:14 -05:00
ggurdin
7eaefaba49
fix: use UIARequest for account deletion to enable deletion of SSO accounts 2025-12-09 12:13:58 -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
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
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
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
895654b2b5
refactor: reduce duplicate data-fetching related logic in select mode controller 2025-12-02 15:18:37 -05:00
ggurdin
305c08af73
Merge branch 'main' into 4747-in-image-mode-xp-animation-on-selection 2025-12-02 11:32:34 -05:00
ggurdin
a484c38be1
fix: set showed menu on show menu instead of on show tutorial popup 2025-12-02 11:21:51 -05:00
ggurdin
8c404758ef
initial work to normalize sending on emoji analytics / settings of user lemma emojis 2025-12-01 15:21:06 -05:00
ggurdin
660b92fdf1
refactor: reorganize / simplify practice mode (#4755)
* refactor: reorganize / simplify practice mode

* cleanup

* remove unreferenced code

* only use content words in emoji activities
2025-12-01 13:33:51 -05:00
ggurdin
cd4600501d
feat: make course default chats optional to add (#4756) 2025-12-01 12:42:57 -05:00
ggurdin
10f298a5d5
fix: rendering issue with mentions popup (#4729) 2025-11-21 11:34:12 -05:00
ggurdin
9a5e9ea2e9
chore: hide irrelevant permissions in space permissions settings (#4717) 2025-11-20 15:07:28 -05:00
ggurdin
d3fdd53245
fix: maintain room summaries in chat details page (#4716) 2025-11-20 13:43:57 -05:00
ggurdin
0c7813dc8e
feat: enable joining space via link on mobile (#4712) 2025-11-20 12:15:47 -05:00
ggurdin
2a71560574
chore: move activity goal tooltip outside of chat input bar background color (#4703) 2025-11-20 10:10:38 -05:00
ggurdin
5f296f16d0
fix: show activity summaries (#4701) 2025-11-20 09:41:22 -05:00
ggurdin
8ae30303b1
refactor: move activity vocab into widget, move activity-related noti… (#4694)
* refactor: move activity vocab into widget, move activity-related notifiers from chat controller to their own controller

* Update lib/pangea/activity_sessions/activity_session_chat/activity_vocab_widget.dart

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update lib/pangea/activity_sessions/activity_session_chat/activity_chat_controller.dart

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* remove unused value notifiers, add error handling to analytics update function

* reduce duplicate code

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-19 15:09:49 -05:00
Kelrap
630194e3af
Make unread badge size consistent regardless of size (#4669)
Co-authored-by: ggurdin <ggurdin@gmail.com>
2025-11-19 11:49:35 -05:00
Kelrap
407ea6254e
Close the keyboard when use opens activity menu (#4673)
---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
2025-11-19 11:42:50 -05:00
ggurdin
ee05510737
resolve merge conflicts 2025-11-19 11:05:26 -05:00
ggurdin
9da70e1ecb
Merge branch 'production' into merge-prod-into-main 2025-11-19 09:09:59 -05:00
ggurdin
7e8801f3e7
chore: show chat view back button in column mode 2025-11-18 14:55:18 -05:00