Commit graph

696 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
e8bb166fae
moved timer sync logic to seperate function, don't hide bot messages after end of round 2024-08-13 09:45:36 -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
ggurdin
fa36eb605c
improved listening for bot messages 2024-08-12 17:09:37 -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
2b574f42c1
added completer and recursive function to start a new round at the end of a round 2024-08-12 15:42:33 -04:00
ggurdin
ac6ddc6d0e
added logic for auto-starting round on bot message 2024-08-12 15:36:02 -04:00
ggurdin
ea1c1a6840
added prototype of GameRound model 2024-08-12 14:58:45 -04:00
Kelrap
c27c250590 Removes error button padding 2024-08-08 15:24:50 -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
ggurdin
3f7c154d2e
Merge branch 'main' into 559-role-play-mode 2024-08-07 11:50:20 -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
500e54bed9
Merge branch 'main' into 512-bump-matrix-sdk 2024-08-07 10:54:44 -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
Kelrap
959172fcfe Hide public profile toggle in learning settings 2024-08-06 16:40:11 -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
4b65b95060
remove default for isValidMode switch statement, return true if practiceActivity 2024-07-31 14:51:22 -04:00
Kelrap
9cc6a14734 Enables activity tab on audio toolbar 2024-07-31 14:12:51 -04:00
ggurdin
cd6a904735
prevent single character input from disapearing 2024-07-31 13:36:36 -04:00
ggurdin
785dd47cd9
fixed _maxMessagesCached after testing 2024-07-31 13:08:48 -04:00
ggurdin
a431151a2b
resolved merge conflicts 2024-07-31 12:56:21 -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
398cac35ff
don't add analytics rooms to spaces if you are the bot 2024-07-30 12:55:42 -04:00
ggurdin
b68faab251
Merge branch 'main' into dont-name-bot-analytics-rooms 2024-07-30 12:52:49 -04:00
ggurdin
d9f272e389
don't have analytics rooms for bot user 2024-07-30 12:52:23 -04:00
ggurdin
0f282532b1
Merge branch 'main' into access-token-fix 2024-07-30 12:46:08 -04:00