Commit graph

7713 commits

Author SHA1 Message Date
ggurdin
e8f829c47e
Merge commit 'b63a1d3e5c33f2a02141802f82498b2310e529b0' into fluffychat-merge-2 2026-02-02 15:59:27 -05:00
ggurdin
550c66c7b3
fluffychat merge 2026-02-02 15:59:07 -05:00
ggurdin
408f626d38
resolve conflicts 2026-02-02 15:43:56 -05:00
ggurdin
e65522b5dd
Merge commit 'aeb853cbd10aa73ea6584ae7a1cbe36c6f9afecd' into fluffychat-merge-2 2026-02-02 15:29:55 -05:00
ggurdin
91945792aa
resolve conflicts 2026-02-02 15:29:38 -05:00
ggurdin
e40a4790af
fluffychat merge 2026-02-02 14:14:42 -05:00
ggurdin
80468f916f
fluffychat merge 2026-02-02 13:43:29 -05:00
ggurdin
a641aa1b03
Merge branch 'main' into fluffychat-merge-2 2026-02-02 13:35:24 -05:00
ggurdin
34ba67983d
fix: update UI on reply / edit event update 2026-02-02 13:27:38 -05:00
ggurdin
04d7490e9d
fix typos, dispose value notifier 2026-02-02 12:53:32 -05:00
ggurdin
1522dd46d1
move try-catch into request permission function 2026-02-02 12:27:32 -05:00
ggurdin
af948eb35d
fix login redirect 2026-02-02 12:21:17 -05:00
ggurdin
138e0d93e5
notification page navigation 2026-02-02 10:43:36 -05:00
ggurdin
fb3365c62d
initial work to add enable notifications to onboarding 2026-01-30 15:54:23 -05:00
ggurdin
1353170a7f
resolve merge conflicts 2026-01-30 15:16:00 -05:00
ggurdin
0cd2d0d9c5
feat: track end date on cancel subscription click and refresh page when end date changes (#5542) 2026-01-30 14:54:18 -05:00
ggurdin
74be947f0f
fix: use stream to always update saved activity list on language update (#5541) 2026-01-30 13:52:21 -05:00
ggurdin
cf2148d9b6
feat: make deeplinks work for public course preview page (#5540) 2026-01-30 13:29:26 -05:00
ggurdin
671317d642
fix: update language chips materialTapTargetSize (#5538) 2026-01-30 11:05:36 -05:00
ggurdin
212077fe2c
chore: don't add artificial profile to DM search results (#5535) 2026-01-30 10:42:55 -05:00
ggurdin
23d8048268
chore: add padding to extended activity description (#5534) 2026-01-30 10:38:18 -05:00
ggurdin
c18939dff3
fix: update activity analytics stream on reinit analytics (#5532) 2026-01-30 10:22:47 -05:00
ggurdin
387b97ed6d
fix: use correct stripe management URL in staging environment (#5530) 2026-01-30 10:11:51 -05:00
ggurdin
67a1f1ee93
chore: update bot target gender on user settings gender update (#5528) 2026-01-30 09:36:04 -05:00
ggurdin
6058d12255
chore: error on empty audio recording (#5524) 2026-01-29 15:27:10 -05:00
ggurdin
975cfcfb58
chore: update copy for auto-igc toggle (#5523) 2026-01-29 15:10:22 -05:00
ggurdin
9ea916dae0
fix: listen to scroll metrics to update scroll down button (#5522) 2026-01-29 14:35:40 -05:00
ggurdin
bfc3b9ff40
chore: fix inkwell border radius in activity summary (#5520) 2026-01-29 14:20:09 -05:00
ggurdin
3630b84c7d
fix: prevent activity title from jumping on phonetic transcription load (#5519) 2026-01-29 14:15:51 -05:00
ggurdin
33826b02fe
chore: make login and signup views more consistent (#5518) 2026-01-29 14:11:20 -05:00
ggurdin
ed6c2ff5ad
fix: save activities to analytics room for corresponding language (#5514) 2026-01-29 12:54:58 -05:00
ggurdin
85a2b9efe9
fix: make analytics practice view scrollable, fix heights of top elements to prevent jumping around (#5513) 2026-01-29 12:45:08 -05:00
ggurdin
3dddf1d8bd
chore: show close button on error snackbar (#5512) 2026-01-29 10:41:52 -05:00
ggurdin
5d6825ad30
fix: reset IT progress on send and on edit (#5511) 2026-01-29 10:30:08 -05:00
ggurdin
dc71d1caeb
fix: on IT closed, only replace source text if IT manually dismissed to prevent race condition with accepted continuance stream for single-span translation (#5510) 2026-01-29 10:20:56 -05:00
ggurdin
2fdbce0c6d
feat: initial updates to public course preview page (#5453)
* feat: initial updates to public course preview page

* chore: account for join rules and power levels in RoomSummaryResponse

* load room preview in course preview page

* seperate public course preview page from selected course page

* display course admins

* Add avatar URL and display name to room summary. Get courseID from room summary

* don't leave page on knock
2026-01-29 10:03:34 -05:00
ggurdin
7c8820754c
fix: Don't shimmer disabled translation button (#5505) 2026-01-28 16:53:17 -05:00
ggurdin
597387def4
chore: update room summary model (#5502) 2026-01-28 16:13:50 -05:00
ggurdin
8c7d64c0cc
chore: more onboarding tweaks (#5499) 2026-01-28 15:31:58 -05:00
ggurdin
c455c37f23
fix: better message offset defaults (#5497) 2026-01-28 14:56:08 -05:00
Kelrap
4daee5a6de
Move login/signup back buttons closer to center of screen (#5496) 2026-01-28 14:33:56 -05:00
ggurdin
bbda3b646b
chore: In user search, append needed decorators (#5495) 2026-01-28 13:51:27 -05:00
Kelrap
53364007b7
Show different course plan page if 500 error is detected (#5478)
* Show different course plan page if 500 error is detected

* translations

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
2026-01-28 13:28:11 -05:00
Kelrap
95e0f8052f
Use vocab symbol for newly collected words (#5489) 2026-01-28 13:19:40 -05:00
ggurdin
0df853a616
chore: add subtitle to chat with support tile (#5494) 2026-01-28 13:19:13 -05:00
ggurdin
1828c368ee
chore: update logic for which bot chats are targeted for bot options update on language update, add retry logic (#5488) 2026-01-28 11:56:59 -05:00
ggurdin
172f1c96f8
chore: onboarding updates (#5485) 2026-01-28 11:28:54 -05:00
ggurdin
aae00cd1d6
fix: don't label room as activity room if activityID is null (#5480) 2026-01-28 10:48:40 -05:00
avashilling
fc277350f5
5415 if invalid lemma definition breaks practice (#5466)
* skip error causing lemmas in practice

* update progress on skipping

and play audio/update value after loading question, so a skipped questions isn't displayed

* remove unnecessary line and comment
2026-01-28 09:11:03 -05:00
ggurdin
0583409b09
fix: don't include error span as choice in grammar error practice if the translation contains the error span (#5474) 2026-01-27 16:50:34 -05:00