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
ggurdin
43d190b682
feat: filter 'other' constructs from existing analytics data ( #5473 )
2026-01-27 16:42:49 -05:00
ggurdin
dd32b04bca
chore: Keep Tooltip until word enters Catagory ( #5469 )
2026-01-27 15:39:16 -05:00
ggurdin
1f7ca4c1fc
fix: distinguish constuct level up animations by construct ID instead of count ( #5468 )
2026-01-27 15:33:24 -05:00
ggurdin
eb41139343
fix: always show scroll bars in activity user summary widgets ( #5465 )
2026-01-27 15:10:19 -05:00
ggurdin
8cbf9c2700
feat: filter out new constructs with category 'other' ( #5454 )
2026-01-27 14:57:18 -05:00
ggurdin
61f18aa403
fix: Prevent Grammar Practice Blank Fill-Ins ( #5464 )
2026-01-27 14:43:02 -05:00
ggurdin
56350a91ea
chore: Search for course filter not saved when open new course page
2026-01-27 14:34:20 -05:00
ggurdin
e2ec54a780
fix: give morph definition a fixed height to prevent other element from jumping around
2026-01-27 14:23:54 -05:00
ggurdin
32218c0d87
fix: use unique storage key for morph info cache
2026-01-27 14:16:09 -05:00
ggurdin
bfb929b69e
chore: Keep cursor as hand when mousing over word-card emojis
2026-01-27 14:07:46 -05:00
ggurdin
f50632b3a7
chore: Default courses to public but restricted
2026-01-27 14:04:10 -05:00
ggurdin
cb7bb14a62
fix: only allow one line of text in grammar match choices
2026-01-27 13:46:22 -05:00
ggurdin
855ea32ca7
fix: prevent avatar flickering on expand nav rail
2026-01-27 13:21:18 -05:00
ggurdin
2a4c962692
fix: remove public course route between find a course and public course preview
2026-01-27 13:00:47 -05:00
ggurdin
ab3a9ca190
fix: account for smaller screens
2026-01-27 11:53:42 -05:00
ggurdin
af996b298c
chore: Expand role card if needed/available space
2026-01-27 10:45:49 -05:00
ggurdin
66cd314477
fix: add padding to bottom of main chat list to make all items visible
2026-01-27 10:32:29 -05:00
ggurdin
d0a89244c2
chore: if mobile keyboard open on show toolbar, close it and still show toolbar
2026-01-27 10:27:57 -05:00
ggurdin
f3affc8965
chore: keep input focused after send
2026-01-27 10:07:11 -05:00
ggurdin
b945b8f61a
chore: update constant in level equation to make 6000 xp ~level 10
2026-01-27 09:35:17 -05:00
ggurdin
df4cf11151
Merge pull request #5440 from pangeachat/image-placeholders
...
Add default images when activity doesn't have image
2026-01-27 09:23:45 -05:00
ggurdin
8dcffbdabb
chore: better match tooltip style
2026-01-26 16:52:43 -05:00
ggurdin
f511371aa9
feat: Bring back language setting in bot avatar popup
2026-01-26 16:42:10 -05:00
ggurdin
f1bede9de2
Merge branch 'main' into 5410-bring-back-language-setting-in-bot-avatar-popup
2026-01-26 15:55:26 -05:00
Kelrap
78fb759339
Add default images when activity doesn't have image
2026-01-26 15:50:48 -05:00
ggurdin
74b71c5389
fix: reset bypassExitConfirmation on session-level error
2026-01-26 14:17:05 -05:00
ggurdin
fdec2006d9
feat: highlight chat with support
2026-01-26 14:07:34 -05:00
ggurdin
2871c4618f
Merge pull request #5424 from pangeachat/5405-if-link-treat-as-regular-message
...
chore: If link, treat as regular message
2026-01-26 13:42:59 -05:00
ggurdin
c567cc27f2
chore: If link, treat as regular message
2026-01-26 13:41:58 -05:00
ggurdin
cf36c70b0a
add back bot settings widgets
2026-01-26 13:17:29 -05:00
ggurdin
70df34359e
Merge pull request #5413 from pangeachat/5308-set-activity-image-as-chat-background
...
feat: use image as activity background
2026-01-26 12:29:37 -05:00
ggurdin
0b6206a73f
translations
2026-01-26 12:29:08 -05:00
ggurdin
27df30e801
Merge pull request #5371 from pangeachat/5262-add-seedsproutflower-icons-to-message-xp-burst
...
5262 add seedsproutflower icons to message xp burst
2026-01-26 12:18:00 -05:00
Ava Shilling
0aa9e8be58
feat: use image as activity background
...
- add switch tile in settings to toggle
- if set, remove image from activity summary widget
2026-01-23 17:17:05 -05:00