Commit graph

668 commits

Author SHA1 Message Date
ggurdin
916da50bd4
3871 activity session issues feedback (#3874)
* fix: add header when fetching image from CMS

* fix: only show activity start page is all roles have never been full

* chore: disable archive button until summary loads

* chore: still save activity analytics summary even if there's a choreo error when fetching summary
2025-09-04 13:48:26 -04:00
ggurdin
9e8689f595
fix: only could chats within space parents in all chats unread bubble (#3854) 2025-09-03 11:19:51 -04:00
ggurdin
ffe5c22e9e
chore: update 'find your people' copy for courses (#3847) 2025-09-02 16:17:15 -04:00
ggurdin
677e9ce594
3822 begin activity design implementation (#3827)
* file reorganization

* added activity summary widget to show in chat view and activity launch view

* more updates to activity sessions start page

* function to ping course

* remove duplicate loading of participants

* nav bar visibility changes

* add generalized image from url widget

* update bottom of screen activity status message and add summaries to chat event list

* scroll to summary on click

* show invited activity sessions in course chats view
2025-09-02 12:37:16 -04:00
ggurdin
4e2d4042be
chore: only show rooms without space parents in main chat list, remove options to add to space and remove from space (#3816) 2025-08-26 16:08:56 -04:00
ggurdin
f9ee134cdd
feat: course planner 2025-08-25 15:43:17 -04:00
ggurdin
62140c56da
feat: activity sessions 2025-08-04 16:31:00 -04:00
ggurdin
3bd840c621
feat: set app language to user's L1 (#3554) 2025-07-24 13:03:19 -04:00
Kelrap
85c9b12bc4
Fix profile popup positioning (#3475)
* Shift profile popup right when its positioning is too far left

* chore: revert change for specific screen widths

---------

Co-authored-by: ggurdin <ggurdin@gmail.com>
2025-07-16 12:31:26 -04:00
ggurdin
3dd0542703
chore: fix TTS voice initialization (#3469) 2025-07-15 16:22:57 -04:00
ggurdin
ab64e09506
fix: make pangea login state listener trigger on login (#3464) 2025-07-15 12:28:51 -04:00
Kelrap
1542b80121
Close profile card when click off (#3435)
* Profile close when click in chat list view, setup for fixes

* Fix positioning errors

* Add pangea quotes

---------

Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
2025-07-11 15:29:16 -04:00
ggurdin
4006e3207c
chore: add membership / power level indicators in chat details participant list (#3389) 2025-07-10 11:03:04 -04:00
ggurdin
cc99ca0962
fluffychat merge 2025-07-08 10:28:56 -04:00
ggurdin
fe5afb8e89
Merge commit '7d798c57704cc38a39df3cd21be17d8ae52230b3' into fluffychat-merge 2025-07-08 10:02:18 -04:00
ggurdin
3b33e92ffc
fluffychat merge 2025-07-08 09:32:14 -04:00
ggurdin
c7350dcadd
Merge commit 'e1ec87d3aaae00eb030bcfda28ec8f247e2c3346' into fluffychat-merge 2025-07-08 09:20:20 -04:00
ggurdin
d5759a95bc
Merge commit '37d313c27116840d59866b541876e5a248f534a7' into fluffychat-merge 2025-07-08 09:20:02 -04:00
ggurdin
182269da97
merge main 2025-07-08 09:19:17 -04:00
ggurdin
b3155c1f47
feat: unified analytics page 2025-06-30 11:57:41 -04:00
ggurdin
5b24baa7e5
fluffychat merge 2025-06-26 13:03:55 -04:00
ggurdin
a00c8bca8b
Merge branch 'main' into fluffychat-merge 2025-06-26 12:40:44 -04:00
ggurdin
c545ddf02c
chore: on click space in nav rail, if invited, show invite popup 2025-06-25 17:30:06 -04:00
ggurdin
c67f779063
fluffychat merge 2025-06-25 12:50:17 -04:00
Christian Kußowski
2f21216db5
fix: Ban button displayed for already banned users 2025-06-24 11:44:03 -04:00
ShootingStarDragons
5d8bad7458 chore: do format 2025-06-21 01:32:50 +09:00
ShootingStarDragons
4802277dca fix: notification clicked still cannot jump
the context in context.go is the BuildContext by flutter, not that one
from go_router.
example is here: https://github.com/flutter/packages/blob/main/packages/go_router/example/lib/main.dart

it was a mistaken
2025-06-21 01:26:14 +09:00
ShootingStarDragons
e41537271f fix: open chat from notification
default should not be ignored
2025-06-21 00:47:38 +09:00
Christian Kußowski
7d798c5770
fix: Route back to room list after leaving a chat 2025-06-18 09:07:22 +02:00
Christian Kußowski
29a2dc83c0
fix: Ban button displayed for already banned users 2025-06-18 08:48:31 +02:00
ggurdin
fdf30b3462
chore: update presence avatar when user ID changes, go right to knocking members filter from knocking users indicator 2025-06-17 09:32:47 -04:00
gilice
e1ec87d3aa fix: fix compile error related to MxcImage
We ran into this error after updating Flutter from 3.27 to 3.32:
```
lib/widgets/mxc_image.dart:119:16: Error: The getter '_' isn't defined for the class '_MxcImageState'.
     - '_MxcImageState' is from 'package:fluffychat/widgets/mxc_image.dart' ('lib/widgets/mxc_image.dart').
    Try correcting the name to the name of an existing getter, or defining a getter or field named '_'.
          _tryLoad(_);
```

This patch fixes that error.
2025-06-17 07:43:51 +02:00
Christian Kußowski
37d313c271
refactor: Nicer popupmenus 2025-06-16 18:21:10 +02:00
ggurdin
007162ea02
chore: update how client instance is accessed 2025-06-16 11:53:22 -04:00
Kelrap
bf1b4397df Does not show option to start a conversation for the user's own profile popup 2025-06-16 11:15:08 -04:00
ggurdin
284762104f
chore: add option to DM to member action popup menu 2025-06-13 11:18:42 -04:00
Christian Kußowski
2616ba6e4b
refactor: Follow up handle logout and login with new client 2025-06-11 08:19:54 +02:00
ggurdin
6d420b6f4a
fluffychat merge 2025-06-10 10:21:14 -04:00
ggurdin
b59fff3075
Merge commit 'fb134cba2f2765eb170417e06de565755c89ad1a' into fluffychat-merge 2025-06-10 09:57:00 -04:00
ggurdin
1b6909522c
fluffychat merge 2025-06-10 09:56:16 -04:00
ggurdin
ba27b8544c
fluffychat merge 2025-06-10 09:48:12 -04:00
ggurdin
30b185cdcc
fluffychat merge 2025-06-09 16:02:38 -04:00
ggurdin
dbf2291444
fluffychat merge 2025-06-09 15:11:12 -04:00
ggurdin
48e5e2f704
fluffychat merge 2025-06-09 12:21:46 -04:00
Christian Kußowski
e548d8f895
refactor: sdk 1.0 2025-06-08 11:21:09 +02:00
ggurdin
f3922bece9
feat: getting started page 2025-06-06 09:56:39 -04:00
ggurdin
2545167b52
chore: show member action popup on click avatar in room details page 2025-06-05 11:57:00 -04:00
ggurdin
696968eaa9
chore: exclude analytics rooms from forward dialog options 2025-06-05 11:54:42 -04:00
Christian Kußowski
970de1f4b0
Merge remote-tracking branch 'ggurdin/display-navigation-rail-setting' 2025-06-05 08:47:19 +02:00
ggurdin
8aa5906d2c
fluffychat merge 2025-06-04 15:31:09 -04:00