Commit graph

12394 commits

Author SHA1 Message Date
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
0e590a37ff
Merge pull request #4579 from pangeachat/choreographer-refactor
Choreographer refactor
2025-11-19 11:06:24 -05:00
ggurdin
ee05510737
resolve merge conflicts 2025-11-19 11:05:26 -05:00
ggurdin
c38b998068
Merge pull request #4687 from pangeachat/4680-accidentally-switched-to-l1-japanese-i-cant-switch-back-to-english
feat: allow search by base displayname for languages
2025-11-19 10:50:58 -05:00
ggurdin
009ee68441
feat: allow search by base displayname for languages 2025-11-19 10:50:13 -05:00
ggurdin
b886ad6be9
Merge pull request #4686 from pangeachat/merge-prod-into-main
Merge prod into main
2025-11-19 10:25:30 -05:00
ggurdin
fc3d127a69
merge prod into main, resolve merge conflicts 2025-11-19 10:23:00 -05:00
ggurdin
f0fc0871b1
Merge pull request #4684 from pangeachat/add-teacher-mode
feat: add teacher mode to course settings
2025-11-19 10:12:19 -05:00
ggurdin
b659af7792
build: bump version number 2025-11-19 10:11:42 -05:00
ggurdin
cdc6ca9cf7
feat: add teacher mode to course settings 2025-11-19 10:09:41 -05:00
ggurdin
97f7d486ed
Merge pull request #4683 from pangeachat/merge-prod-into-main
Merge prod into main
2025-11-19 09:10:45 -05:00
ggurdin
9da70e1ecb
Merge branch 'production' into merge-prod-into-main 2025-11-19 09:09:59 -05:00
ggurdin
856b57fc85
Merge pull request #4675 from pangeachat/show-bot-in-group-chat-invite-page
Show bot in group chat invite page
2025-11-19 08:33:27 -05:00
ggurdin
7e8801f3e7
chore: show chat view back button in column mode 2025-11-18 14:55:18 -05:00
ggurdin
9ac72c962d
chore: show bot in group chat invite page 2025-11-18 14:44:56 -05:00
ggurdin
7ec17d09e6
Merge pull request #4665 from pangeachat/4515-localize-language-names
4515 localize language names
2025-11-17 16:42:14 -05:00
ggurdin
f2684d3e1e
feat: add functionality to localize language display names 2025-11-17 16:40:21 -05:00
ggurdin
2a3a76bd4d
build: add translations 2025-11-17 16:20:38 -05:00
ggurdin
1772b4cfbc
Merge pull request #4664 from pangeachat/copilot/clean-out-unused-intl-keys
Add scripts to identify and remove unused translation keys in intl files
2025-11-17 14:27:23 -05:00
copilot-swe-agent[bot]
d4073668c3 Fix script to exclude placeholder keys from extraction
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
2025-11-17 19:16:00 +00:00
copilot-swe-agent[bot]
a8c1d0130d Add script to remove unused keys from all .arb files
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
2025-11-17 18:45:38 +00:00
copilot-swe-agent[bot]
a8f453782e Fix script to exclude @ keys and output JSON instead of text
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
2025-11-17 18:25:53 +00:00
copilot-swe-agent[bot]
3d30ec0733 Add Python script to find unused intl keys with documentation
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
2025-11-17 18:12:06 +00:00
copilot-swe-agent[bot]
2509b88d30 Initial plan 2025-11-17 18:06:18 +00: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
9b37fd884c
Update lib/pages/chat/events/html_message.dart
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-17 12:58:11 -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
efe6e0f695
Merge pull request #4662 from pangeachat/4659-join-open-session-appears-when-it-shouldnt
fix: don't consider an unjoined activity to be ended if anyone in the…
2025-11-14 11:52:08 -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
ggurdin
5caeb5082f
Merge pull request #4658 from pangeachat/copilot/fix-hover-selection-behind-searchbar
Fix dropdown hover effects rendering behind searchbar in language filter
2025-11-14 10:18:14 -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
copilot-swe-agent[bot]
69b00c0731 Initial plan 2025-11-14 15:01:56 +00:00
ggurdin
b591034b3b
Merge pull request #4657 from pangeachat/4634-let-users-search-by-language-code
feat: allow language course search by langCode
2025-11-14 10:00:20 -05:00
ggurdin
3d565c3412
feat: allow language course search by langCode 2025-11-14 09:59:42 -05:00
ggurdin
83416c743a
Merge pull request #4656 from pangeachat/4654-receive-notification-for-every-message-despite-having-app-opened
fix: don't show foreground notifications for the active room
2025-11-14 09:44:09 -05:00
ggurdin
77a0d7deb7
fix: don't show foreground notifications for the active room 2025-11-14 09:43:15 -05:00
ggurdin
21da197024
fix: make input read-only while running IT 2025-11-13 16:10:52 -05:00
ggurdin
36530f7369
resolve merge conflict 2025-11-13 15:02:08 -05:00
ggurdin
e7b401e139
Merge pull request #4653 from pangeachat/4642-some-languages-not-easilly-searchable-in-course-search
fix: only exclude languages from course dropdown if its display name …
2025-11-13 14:45:25 -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
477b283d78
Merge pull request #4652 from pangeachat/4644-if-some-activity-modules-have-error-all-valid-modules-are-shown-as-unlocked
fix: if some topic activity translations have errors, only show the f…
2025-11-13 14:37:30 -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
e2a3974354
Merge pull request #4651 from pangeachat/4648-bot-role-shown-as-open-in-saved-activity
fix: for archived activity summary display, use the activity roles di…
2025-11-13 14:05:47 -05:00