* chore: show correct morph once matched
* fix: account for morph activities in function to determine is token activity is complete
* chore: on click already correctly matched item, open the toolbar for the corresponding token
* fix(IT Controller): fixed accuracy issues with star calcultion and point calculation for vocab + grammar. Added number animation. Staggered animations
* generated
* chore: redirect to new group page on click new chat button in space view (#2354)
* chore: disable custom message text sizing (#2355)
* feat: initial work to prevent giving points for copy-pasted text (#2345)
* feat: initial work to prevent giving points for copy-pasted text
* chore: replace tokenization with comparing token content with pasted content
* fix(emoji_activity_generator): ensure unique choices
* fix(intl_en): two copy edits
* fix(lemma_meaning_widget): fix text alignment
* chore(practice_selection): preferencing tokens without activities in selection
* 2364 on chat creation with activity if no room image set activity image (#2371)
* chore: formatting
* chore: on chat creation without activity, set avatar to activity image if no image set
* chore: in empty chat popup, listen for changes to participant count and close self if it increases (#2372)
* chore: constrain width of unsubscribed card (#2373)
* chore: fix dialogs in report offensive message flow (#2380)
* chore: fix off-center close button in level up notifications (#2382)
* chore: fix discrepency between original message and centered message border radius (#2383)
* chore: don't show presence indicator on small avatars (#2386)
* chore: give max height to image in activity suggestion dialog (#2403)
* chore: when navigating to space details, always open space view (#2405)
* chore: fix vertical alignment of tokens in HTML-formatted messages (#2406)
* added robot animation and message to instruct user to wait after too … (#2415)
* added robot animation and message to instruct user to wait after too many join with code attempts
* chore: formatting
* replaced hardcoded text with intl_en.arb
* Resolving missing import
* generated
* chore: formatting
---------
Co-authored-by: ggurdin <ggurdin@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* refactor: separate token and message reading assistance modes (#2416)
* refactor: separate token and message reading assistance modes
* chore: apply same token styling to HTML formatted messages
* chore: don't wait for lemma responses before showing reading assistance content
* 2421 reading assistance mode split feedback from will (#2422)
* chore: make input bar shorter in token mode
* chore: retry showing reading assistance content for initial token
* chore: make background lighter in token mode
* Added 'JoinByCode' button on new group view (#2417)
* Added 'JoinByCode' button on new group view
* generated
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
* fix(IT): added chreo code back + added original feedback star class back
* generated
* chore: revert change to it controller, use choreo record to determine which constructs are new
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
Co-authored-by: wcjord <32568597+wcjord@users.noreply.github.com>
Co-authored-by: Sofanyas Genene <123987957+Sofanyas@users.noreply.github.com>
Co-authored-by: ggurdin <ggurdin@gmail.com>
* chore: make input bar shorter in token mode
* chore: retry showing reading assistance content for initial token
* chore: make background lighter in token mode
* refactor: separate token and message reading assistance modes
* chore: apply same token styling to HTML formatted messages
* chore: don't wait for lemma responses before showing reading assistance content
* added robot animation and message to instruct user to wait after too many join with code attempts
* chore: formatting
* replaced hardcoded text with intl_en.arb
* Resolving missing import
* generated
* chore: formatting
---------
Co-authored-by: ggurdin <ggurdin@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore: replace late animations with nullable to prevent late init error
* chore: remove null check operator in showToolbarButtons
* chore: don't call setState in CustomSVG if not mounted