Commit Graph

116 Commits (6265d6636d3d50071b1062ae470222b1b49ef882)

Author SHA1 Message Date
ggurdin 0fa4202f7d
always show learning settings in popup 1 year ago
ggurdin 3efe374302
added mounted check before setting state in choice_array 1 year ago
ggurdin 7e9855dcc1
better error logging if sourceText is null in getNextTranslationData 1 year ago
ggurdin 14bed0f430
merge main, resolve conflicts 1 year ago
ggurdin ac586e0a4d
position overlay cards via tranform follower instead of manually calculating offset, close keyboard when showing span card 1 year ago
ggurdin 8e204c95e4
shrink spancard width to not overflow screen 1 year ago
ggurdin 2bc421e6e7
make popup dimensions dynamic 1 year ago
William Jordan-Cooley 5b4bcb5acc additional logic to showing of it inline tooltip 1 year ago
William Jordan-Cooley 1849178da9 ui tweaks for subscribe card and audio card 1 year ago
William Jordan-Cooley 240b039ae7 several toolbar UI tweaks 1 year ago
wcjord b7ab6038ac
further toolbar tweaks
* remove print statement

* ending animation, savoring joy, properly adding xp in session

* forgot to switch env again...

* increment version number

* about to move toolbar buttons up to level of overlay controller

* added ability to give feedback and get new activity

* more practice tweaks and instructions too

* incrementing pubspec version
1 year ago
William Jordan-Cooley 8bffe17455 passing practice model instead of activity? 1 year ago
wcjord a1f9e6a243
Toolbar practice (#702)
* drafting toolbar with practice

* moved some code around

* turning overlay message content into text buttons for selection, updated toolbar buttons progress bar

* activities displaying and forwarding toolbar

* experimenting with using choice value rather than index for logic

* reimplementation of wordnet results and translation for individual words

* cache and timer

* mostly done with activities in toolbar flow

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
Co-authored-by: choreo development <williamjordan-cooley@Williams-MacBook-Pro-3.local>
1 year ago
ggurdin 78214b7433
removed clearing of errorService in it_controller clear function - this was causing errors that happened on send to not be shown 1 year ago
ggurdin 14ba8bf47b
merge main into analytics branch 1 year ago
William Jordan-Cooley 381769a6e4
adding user id to igc request 1 year ago
ggurdin 104750732b
made inline tooltip take up only one line, sped up animation when closing inline tooltip 1 year ago
Kelrap 8a947e83d9
Adds inline tooltip to IT bar 1 year ago
William Jordan-Cooley 41ce213553
show feedback in user l1 1 year ago
ggurdin b5abef7d1a
moved previous message function to igc controller 1 year ago
Kelrap 54d63b1a4f
Fix audio errors 1 year ago
Kelrap 34d02bb95c
Remove prev message from span 1 year ago
Kelrap 4f924656e0
Fix minor error 1 year ago
Kelrap 2ca6d102aa
Add json methods to PreviousMessage 1 year ago
Kelrap 61d20f8b37
Add prevMessages to more places 1 year ago
Kelrap 20ffe7ba37
Pass previous X messages to IGC 1 year ago
ggurdin db21eaac7a
check if igc button is mounted before settings state 1 year ago
ggurdin f8020279c6
Merge branch 'main' into learning-analytics-summary 1 year ago
ggurdin 54040d841a
add draft construct uses while using language assistance, added morphs to learning progress indicators 1 year ago
ggurdin 75234e6a6f
inital work for having a 2-stage progress bar and saving draft analytics locally 1 year ago
Kelrap c27c250590 Removes error button padding 1 year ago
ggurdin f5c81fe8ec
merge main, resolve conflicts 1 year ago
ggurdin b8bd90a44d
replace accessToken with matrix access token 1 year ago
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 1 year ago
ggurdin 4ede7c9bdd
store new construct uses locally. use a combination of those and stored analytics events to update mini analytics UI. 1 year ago
Kelrap 276076b265 Buttons move when input bar height changes 1 year ago
ggurdin 280915fc96 removed excessive calls to setState in chat.dart and replaced them with smaller, stateful widgets 1 year ago
ggurdin 3759731d48 code cleanup 1 year ago
ggurdin ca9dcba4e7 removed any functionality attached to pangea profile, only use it to migrate. Made matrix profile a class with instance members. 1 year ago
ggurdin 303d2b1e17 switched accessToken back to be non-nullable 1 year ago
ggurdin 6ab62e2eff added functionality to look for data in the only matrix format if it's missing in the new format, make matrixProfile an instance member of userController 1 year ago
ggurdin f69ab79c9d made matrix profile save one json value instead of one value per field, added documentation to user controller and user model 1 year ago
ggurdin ef12529af4 use match data to construct input underlines, without using tokens 1 year ago
ggurdin 6557da36fc make send button color based on igc state 1 year ago
ggurdin 6ca6b19b39 don't set source text to l1 translation 1 year ago
ggurdin 64ff39f9e2 moved inline tooltip to seperate widget, changed text type and icon for inline tooltip 1 year ago
ggurdin e6fa2b1b4b changed messages since update back to 10, re-enabled getting tokens after accepting matching in IGC, and allowed saving of initial empty analytics event 1 year ago
William Jordan-Cooley c6d3f36805 saving of tokens, changing of top language calculation, documentation 1 year ago
William Jordan-Cooley 2526331706 using getIGCTextData to fetch tokens and languages if not present 1 year ago
William Jordan-Cooley 919cfc4bd3 improving documentation 1 year ago