Commit graph

316 commits

Author SHA1 Message Date
ggurdin
f8020279c6
Merge branch 'main' into learning-analytics-summary 2024-08-23 10:31:00 -04:00
ggurdin
54040d841a
add draft construct uses while using language assistance, added morphs to learning progress indicators 2024-08-21 14:01:24 -04:00
ggurdin
75234e6a6f
inital work for having a 2-stage progress bar and saving draft analytics locally 2024-08-14 09:07:10 -04:00
ggurdin
7f731e1406
base timer off of game state event 2024-08-13 17:12:28 -04:00
ggurdin
012b20b09f
some small tweaks 2024-08-12 17:24:53 -04:00
Kelrap
72a6f30227 Timer does not automatically start 2024-08-12 17:15:57 -04:00
Kelrap
d2bcdaa7db Add timer to round model 2024-08-12 16:51:35 -04:00
Kelrap
1a841d382f Add getter for remaining time 2024-08-12 16:04:11 -04:00
Kelrap
e7f3b9e73a Adds countdown timer to chat 2024-08-12 16:02:03 -04:00
ggurdin
f5c81fe8ec
merge main, resolve conflicts 2024-08-07 17:05:09 -04:00
ggurdin
b8bd90a44d
replace accessToken with matrix access token 2024-08-07 12:48:28 -04:00
WilsonLe
c193c928a1 implement dynamic zone label and title shared component 2024-08-07 11:27:22 -04:00
WilsonLe
49921e47e4 Merge branch '559-role-play-mode' of https://github.com/pangeachat/client into 559-role-play-mode 2024-08-07 10:59:47 -04:00
WilsonLe
62d71285a4 fix text adventure title padding 2024-08-07 10:59:43 -04:00
ggurdin
04012481fa
Merge branch 'main' into 559-role-play-mode 2024-08-07 10:17:12 -04:00
ggurdin
7165060041
choreographer pulls roomID from chat so input bar key does not change after setting choreo roomID, resolving issues with input bar auto-focus 2024-08-07 09:59:01 -04:00
ggurdin
cc310acf99
don't animate level bar unless XP points have changed 2024-08-07 09:34:09 -04:00
WilsonLe
adb5d3eb39 Merge branch '546-improve-bot-settings-ui' into 559-role-play-mode 2024-08-06 15:49:41 -04:00
WilsonLe
1ece90dad2 refactor, group create group and chat details into one component 2024-08-06 15:48:58 -04:00
ggurdin
15c2d1dfd9
added analytics view to space view, removed number ticker animation 2024-08-06 15:39:30 -04:00
WilsonLe
bd4d9e43ed add create group chat validation for custom and game master instructions 2024-08-06 14:41:50 -04:00
ggurdin
4278f7b196
get analytics events directly from server, cache last update time for user's l2 2024-08-06 13:40:53 -04:00
WilsonLe
0201aae916 create shared component for create and detail 2024-08-06 13:19:08 -04:00
Wilson
9a87cb8c2d
Merge branch 'main' into 547-improve-bot-settings-ui 2024-08-06 12:14:37 -04:00
WilsonLe
76c38a594e complete implementation of bot option dialog 2024-08-06 12:13:55 -04:00
ggurdin
11dfa13a0b
wrap stateful alert dialog in StatefulBuilder to enable toggle updates 2024-08-05 13:58:20 -04:00
WilsonLe
d86a9303d2 saving, bug at toggle not switching 2024-08-05 13:26:54 -04:00
Kelrap
98732ec904 Sets minimum width for toolbar content 2024-08-02 14:34:39 -04:00
WilsonLe
4de8530a7e separate 2 components for bot settings in create group and chat details 2024-08-01 17:15:25 -04:00
ggurdin
91a5d8414c
updated mini analytics UI to look better on mobile 2024-07-31 16:57:20 -04:00
ggurdin
9f69360f24
use construct use type pointValues to calculate XP and level 2024-07-31 12:52:43 -04:00
ggurdin
4ede7c9bdd
store new construct uses locally. use a combination of those and stored analytics events to update mini analytics UI. 2024-07-30 16:44:12 -04:00
ggurdin
c5187c7639
added learning summary to chat list, removed references to summary analytics 2024-07-29 14:52:09 -04:00
ggurdin
db168c805f
Merge branch 'main' into move-chat-buttons 2024-07-25 11:36:24 -04:00
ggurdin
56a363910c
Merge branch 'main' into shorten-long-message-overlays 2024-07-25 11:27:59 -04:00
ggurdin
6311df0875 moved stateful variable from text controller to input bar wrapper widget 2024-07-25 11:25:59 -04:00
ggurdin
5569619ba2
Merge branch 'main' into red-text-on-max-length 2024-07-25 11:11:49 -04:00
Kelrap
7fdf9a5c92 Close keyboard when open toolbar 2024-07-24 16:48:32 -04:00
Kelrap
276f3ee913 Merge branch 'main' of https://github.com/pangeachat/client into move-chat-buttons 2024-07-24 15:22:00 -04:00
Kelrap
51bf91d8e5 Edits I forgot to save earlier 2024-07-23 15:22:39 -04:00
Kelrap
a7e6e7a4c9 Shorten overlay instead of toolbar 2024-07-23 15:16:34 -04:00
Kelrap
8c1df0eb88 Move calculations to state 2024-07-23 12:35:53 -04:00
ggurdin
acef3778f7 made logic for determining if warning should show in translated card more readable and moved out of build function 2024-07-22 13:53:46 -04:00
Kelrap
d60fe9e220 Merge branch 'move-chat-buttons' of https://github.com/pangeachat/client into move-chat-buttons 2024-07-22 13:46:44 -04:00
Kelrap
e8a4005a12 Use stack, minimize footer shifting messages 2024-07-22 13:39:51 -04:00
ggurdin
a7c329905b don't rebuild the whole chat list on selection change 2024-07-22 12:18:06 -04:00
ggurdin
fead337fd0
Merge branch 'main' into students-can-add-subrooms 2024-07-22 11:45:10 -04:00
ggurdin
5ce1d556b6 account for matrix space child permissions 2024-07-22 11:44:53 -04:00
Kelrap
9ed7507353 Remove canIAddSpaceChild 2024-07-22 10:39:46 -04:00
Kelrap
40a0954762 Merge branch 'main' of https://github.com/pangeachat/client into red-text-on-max-length 2024-07-22 10:05:08 -04:00