Commit graph

2637 commits

Author SHA1 Message Date
ggurdin
3d001fa3f3
fix: update logic for open activity sessions to never count archived activities (#4707) 2025-11-20 10:59:57 -05:00
Kelrap
8175d7867c
Replace saved activity instructions with informative text when nothin… (#4704)
* Replace saved activity instructions with informative text when nothing saved

* build: translations

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
2025-11-20 10:53:23 -05:00
ggurdin
886d5a0bab
fix: clean up flagged activity IDs in local cache properly (#4705) 2025-11-20 10:43:59 -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
0d2175d677
fix: if user is in activity room, use room info to populate activity roles (#4702) 2025-11-20 09:49:46 -05:00
ggurdin
09a949ca5f
chore: clear choreographer when user clears the input field (#4697) 2025-11-19 16:09:49 -05:00
ggurdin
da6e6be0cf
chore: scroll to top of activity description on start (#4696) 2025-11-19 15:45:25 -05:00
ggurdin
e31071d8a8
fix: maintain scroll position of user summaries carousel (#4695) 2025-11-19 15:28:41 -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
ggurdin
e5852b5704
chore: sort course templates by CEFR level (#4688) 2025-11-19 12:03:36 -05:00
ggurdin
ee05510737
resolve merge conflicts 2025-11-19 11:05:26 -05:00
ggurdin
009ee68441
feat: allow search by base displayname for languages 2025-11-19 10:50:13 -05:00
ggurdin
fc3d127a69
merge prod into main, resolve merge conflicts 2025-11-19 10:23:00 -05:00
ggurdin
cdc6ca9cf7
feat: add teacher mode to course settings 2025-11-19 10:09:41 -05:00
ggurdin
9da70e1ecb
Merge branch 'production' into merge-prod-into-main 2025-11-19 09:09:59 -05:00
ggurdin
9ac72c962d
chore: show bot in group chat invite page 2025-11-18 14:44:56 -05:00
ggurdin
f2684d3e1e
feat: add functionality to localize language display names 2025-11-17 16:40:21 -05:00
ggurdin
13efb09d04
Merge pull request #4663 from pangeachat/4528-toolbar-unsubsribed-message-changes
refactor: update toolbar selelction mode with value notifiers, show u…
2025-11-17 13:00:47 -05:00
ggurdin
b37a455a34
fix: display speech translation error 2025-11-17 13:00:09 -05:00
ggurdin
913759bc0f
fix audio on Android 2025-11-17 12:26:28 -05:00
ggurdin
ba4c914745
refactor: update toolbar selelction mode with value notifiers, show unsubscribed message tools error in message bubble 2025-11-17 11:52:58 -05:00
ggurdin
c526b99db9
Merge pull request #4661 from pangeachat/activity_text_background
Activity text background
2025-11-14 11:58:06 -05:00
ggurdin
a80333fc75
fix: don't consider an unjoined activity to be ended if anyone in the activity has archived it 2025-11-14 11:51:40 -05:00
Kelrap
283e57b39a Make details dropdown color more consistent with other event backgrounds 2025-11-14 11:43:54 -05:00
Kelrap
d92b582cc4 Add background to activity summary 2025-11-14 11:26:22 -05:00
Kelrap
54c793e417 Combine 2 padding widgets into 1 2025-11-14 10:53:31 -05:00
copilot-swe-agent[bot]
db37cb2db6 Add elevation to search bar to fix hover shadow appearing behind it
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
2025-11-14 15:13:40 +00:00
copilot-swe-agent[bot]
9033c161a9 Add dropdownStyleData to fix z-index issue in CoursePlanFilter
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
2025-11-14 15:05:51 +00:00
ggurdin
3d565c3412
feat: allow language course search by langCode 2025-11-14 09:59:42 -05:00
ggurdin
36530f7369
resolve merge conflict 2025-11-13 15:02:08 -05:00
ggurdin
45744471e0
fix: only exclude languages from course dropdown if its display name doesn't include any parentheses 2025-11-13 14:44:47 -05:00
ggurdin
07d9e92cc6
fix: if some topic activity translations have errors, only show the first successful one as unlocked 2025-11-13 14:36:54 -05:00
ggurdin
7f151852b1
fix: for archived activity summary display, use the activity roles directly from the state event 2025-11-13 14:03:54 -05:00
ggurdin
d8c1ca991a
stylistic tweaks 2025-11-13 13:17:04 -05:00
ggurdin
0ec17d615e
refactor: expose text updates from it/igc via streams and respond to those streams in the choreographer 2025-11-13 12:51:26 -05:00
ggurdin
fbd71ef988
add padding to bottom of activity role tooltip, move activity start page rendering inside of room state stream builder 2025-11-12 10:26:15 -05:00
ggurdin
4eebc4b820
return domain-specific models from choreo-related repos, use future builders on async data when possbile 2025-11-12 10:18:58 -05:00
ggurdin
4b9fd02baf
some tweaks 2025-11-11 16:31:09 -05:00
ggurdin
98c373f299
resolve merge conflicts, 2025-11-11 15:16:48 -05:00
ggurdin
92dfa52e47
use lemma instead of construct ID for comparison 2025-11-11 14:24:39 -05:00
ggurdin
b120f3ef84
fix: exclude 'not proper' noun type from construct analytics popups 2025-11-11 14:15:17 -05:00
ggurdin
f5b164b10a
Merge pull request #4632 from pangeachat/4586-userid---displayname
add display name to activity summary
2025-11-11 14:02:29 -05:00
ggurdin
b06356f8c0
client-side replacement 2025-11-11 14:01:59 -05:00
ggurdin
0338d14369
Merge pull request #4640 from pangeachat/4631-tell-the-user-theyve-unsubscribed
feat: display user's subscription end/refresh date
2025-11-11 13:51:32 -05:00
ggurdin
9519b290ba
Merge pull request #4613 from pangeachat/normalization-tests
Normalization-tests
2025-11-11 13:47:26 -05:00
ggurdin
0ab91ccb68
feat: display user's subscription end/refresh date 2025-11-11 13:45:22 -05:00
ggurdin
5dfcb5f1b5
fix: filter rooms without the join rule public from public courses page 2025-11-10 16:11:24 -05:00
ggurdin
c256388e8b
remove unnecesary choreographer extensions 2025-11-10 15:57:40 -05:00
ggurdin
941827bb8a
refactor: remove chat controller dependency from choreographer 2025-11-10 15:23:15 -05:00
ggurdin
f681ffa71f
refactor: move all messaging sending logic into the chore controller, reduce full rebuilds of the chat view 2025-11-10 13:56:12 -05:00