wcjord
4d7428d4a4
feat(event_info_dialog): button to copy info ( #2492 )
2025-04-17 15:52:27 -04:00
ggurdin
e5d839b20f
2464 the empty space above the message is not pleasing any solution ( #2475 )
...
* chore: shrink message token buttons when empty
* chore: fix message overlay overflow error
2025-04-17 12:23:51 -04:00
ggurdin
492a0c8cc2
chore: close all overlays on leave chat page ( #2473 )
2025-04-17 10:03:06 -04:00
Krille
64ba93d8ea
chore: Nicer scaffold dialog for column mode
...
Signed-off-by: Krille <c.kussowski@famedly.com>
2025-04-17 08:15:07 +02:00
ggurdin
739e271cb4
2455 reading assistance feedback from linh ( #2456 )
...
* 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
2025-04-16 12:44:23 -04:00
ggurdin
3abfffd227
chore: replace some instruction popups with inline tooltips ( #2452 )
2025-04-16 09:47:11 -04:00
Krille
60fe90233b
fix: Text scale factor in Linkify widgets
...
Signed-off-by: Krille <c.kussowski@famedly.com>
2025-04-15 14:44:58 +02:00
Krille
3594fa4f6d
refactor: Implement avatar image viewer and adjust design
...
Signed-off-by: Krille <c.kussowski@famedly.com>
2025-04-13 11:05:15 +02:00
krille-chan
764c614c14
chore: Use Cupertino Activity Indicator in ChatEventList
2025-04-12 20:18:48 +02:00
ggurdin
a36a3417ba
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
2025-04-11 11:28:56 -04:00
Krille
b6ebe960e7
chore: Follow up dialog themes
...
Signed-off-by: Krille <c.kussowski@famedly.com>
2025-04-11 08:56:25 +02:00
Krille
eeb630b5fc
chore: Follow up dialog themes
...
Signed-off-by: Krille <c.kussowski@famedly.com>
2025-04-11 08:30:58 +02:00
ggurdin
b7a6ee6fe2
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
2025-04-10 16:51:42 -04:00
Krille
7e8f223eff
refactor: Replace user bottom sheet with menu and small dialog
...
Signed-off-by: Krille <c.kussowski@famedly.com>
2025-04-10 18:27:36 +02:00
Krille
a12c48fae6
refactor: Replace user bottom sheet with menu and small dialog
...
Signed-off-by: Krille <c.kussowski@famedly.com>
2025-04-10 18:27:16 +02:00
ggurdin
93e6e30457
chore: fix vertical alignment of tokens in HTML-formatted messages ( #2406 )
2025-04-09 16:03:11 -04:00
Krille
b6b1d6ddb1
chore: Follow up new room design
...
Signed-off-by: Krille <c.kussowski@famedly.com>
2025-04-09 15:20:57 +02:00
Krille
e0525940ba
chore: Improve avatar designg
...
Signed-off-by: Krille <c.kussowski@famedly.com>
2025-04-09 13:53:37 +02:00
ggurdin
da727a9660
chore: in empty chat popup, listen for changes to participant count and close self if it increases ( #2372 )
2025-04-07 11:30:03 -04:00
ggurdin
7120e0c1ce
chore: add warning popup to empty chats ( #2342 )
2025-04-03 12:19:52 -04:00
ggurdin
3a06fddcc4
chore: use query parameter to set chat list filter ( #2340 )
2025-04-03 11:49:29 -04:00
ggurdin
c04bb97bbf
chore: make input bar hint text shrink to fit ( #2336 )
2025-04-03 10:26:11 -04:00
Rafał Hirsch
706d0bf060
feat: clearly mark when a video is to be downloaded
...
This shows a download icon instead of the play icon on top of the video if the video player isn't supported.
2025-04-02 22:07:36 +02:00
Rafał Hirsch
cfcbf944ff
feat: support inline video playback on macOS
...
It turns out that video_player supports macOS, so we can simply enable it.
2025-04-02 22:07:36 +02:00
Rafał Hirsch
d9ee3fbec6
fix: properly dispose VideoPlayerController
...
This ensures that a playing video stops playing when we navigate away from the chat.
I also reorganized the code a little.
2025-04-02 22:07:36 +02:00
ggurdin
8b9fce8e56
chore: formatting ( #2315 )
2025-04-02 09:05:00 -04:00
wcjord
32ab738477
fix(reading_assistance): register end of activity
2025-04-01 17:20:24 -04:00
ggurdin
d935f6a501
chore: send error to sentry on report message ( #2302 )
2025-04-01 12:56:29 -04:00
ggurdin
448fbbf668
refactor: move construct notifications to the top of the screen ( #2298 )
...
* refactor: move construct notifications to the top of the screen
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-04-01 10:57:58 -04:00
ggurdin
35aa5ced02
chore: account for non-l2 message in token TTS ( #2271 )
2025-03-31 09:33:57 -04:00
wcjord
2e1da66006
refactor(reading_assistance): persistent practice records
2025-03-30 10:11:21 -04:00
Krille
5a96438ceb
refactor: Migrate more config options to config viewer
...
Signed-off-by: Krille <c.kussowski@famedly.com>
2025-03-29 16:12:48 +01:00
ggurdin
8ab7f38cb4
chore: move chat input row into new file, determine contents based on… ( #2203 )
...
* chore: move chat input row into new file, determine contents based on overlayController
* fix: don't show toolbar buttons if message is not yet sent
2025-03-28 16:14:40 -04:00
ggurdin
0faeb6f6ae
2220 separate animation logic from choice array and apply to messge match activity ( #2232 )
...
* chore: abstract choice array animation
* chore: smoother animation
2025-03-26 13:38:25 -04:00
ggurdin
ba7a9ebf53
refactor: position points animation by keys instead of as a positioned widget in a stack ( #2230 )
2025-03-26 10:51:16 -04:00
ggurdin
027e13f32d
formatting ( #2229 )
2025-03-26 09:31:06 -04:00
wcjord
ac5356acd7
chore(reading_assistance): more tweaks based on feedback
2025-03-25 17:44:36 -04:00
ggurdin
592aa43089
2202 positioning to dos in reading assistance ( #2214 )
...
* chore: move toolbar buttons above reading assistance input bar
* chore: positioning on message relative to header and footer / positioning of tooltip between message and header
* chore: update inline tooltip color
* chore: animate reading assistance input bar height
2025-03-25 14:40:18 -04:00
ggurdin
06ee5403bb
formatting ( #2210 )
2025-03-24 15:35:45 -04:00
wcjord
379e4a8db9
Reading assistance ( #2175 )
...
* still in draft
* feat(reading_assistance): whole message activity oriented
* chore: fix .env file path
* feat: animate selected toolbar into middle of screen
* chore: initial work for message bubble size animation
* refactor(reading_assistance): hooking up the choice interactions and polishing UI
* chore: animate in content and buttons
* formatting
* position reading content relative to selected token
* working on limiting choices
* chore: fix positioning of toolbar animation
* chore: simplify positioning logic
* chore: animate in button height
* getting there
* rough draft with restricted activity number is complete
---------
Co-authored-by: ggurdin <ggurdin@gmail.com>
2025-03-24 15:20:07 -04:00
ggurdin
269af9f4e6
feat: show unlocked constructs snackbar ( #2193 )
2025-03-21 14:41:52 -04:00
Wilson
b104069d31
feat: level up summary ( #2182 )
...
* remove send local analytics to matrix on level up
* complete implementation of level up summary
* generated
* fix model key issues that prevents parsing request and response
* fix env
* generated
* improve level up summary to utilize existing state event
* 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>
2025-03-21 12:19:06 -04:00
Krille
d72998e7e9
build: Update openssl to 0.5.0
...
Signed-off-by: Krille <c.kussowski@famedly.com>
2025-03-19 15:44:17 +01:00
ggurdin
975fb0f592
chore: don't allow users to click tokens in activity messages ( #2156 )
2025-03-17 14:35:55 -04:00
ggurdin
5326b3684b
chore: refresh choreographer on change learning settings ( #2155 )
2025-03-17 14:29:07 -04:00
ggurdin
83bcf95f2e
chore: allow users to select activity messages ( #2153 )
2025-03-17 13:58:49 -04:00
ggurdin
69ea5f2e44
chore: add loading state to subscription controller, act as if user is subscribed if loading ( #2148 )
2025-03-17 12:16:18 -04:00
ggurdin
91699dda04
2136 activity suggestions feedback ( #2147 )
...
* chore: some activity page styling
* chore: add right padding to pressable button widget
* chore: don't add to stream if closed
2025-03-17 10:57:40 -04:00
sienna-sterling
91000fd24b
fix (theme color): replaced all 'AppConfig.primaryColor' parts and added casts where needed
2025-03-14 16:42:57 -04:00
Krille
97fad52c03
chore: Use other join endpoint for room upgrades
2025-03-13 09:07:01 +01:00