Commit Graph

647 Commits (c7350dcadd655eefb8aa195deb2b4032bb447592)

Author SHA1 Message Date
ggurdin c7350dcadd
Merge commit 'e1ec87d3aaae00eb030bcfda28ec8f247e2c3346' into fluffychat-merge 4 months ago
ggurdin d5759a95bc
Merge commit '37d313c27116840d59866b541876e5a248f534a7' into fluffychat-merge 4 months ago
ggurdin 182269da97
merge main 4 months ago
ggurdin b3155c1f47
feat: unified analytics page 4 months ago
ggurdin 5b24baa7e5
fluffychat merge 5 months ago
ggurdin a00c8bca8b
Merge branch 'main' into fluffychat-merge 5 months ago
ggurdin c545ddf02c
chore: on click space in nav rail, if invited, show invite popup 5 months ago
ggurdin c67f779063
fluffychat merge 5 months ago
Christian Kußowski 2f21216db5
fix: Ban button displayed for already banned users 5 months ago
ggurdin fdf30b3462
chore: update presence avatar when user ID changes, go right to knocking members filter from knocking users indicator 5 months ago
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.
5 months ago
Christian Kußowski 37d313c271
refactor: Nicer popupmenus 5 months ago
ggurdin 007162ea02
chore: update how client instance is accessed 5 months ago
Kelrap bf1b4397df Does not show option to start a conversation for the user's own profile popup 5 months ago
ggurdin 284762104f
chore: add option to DM to member action popup menu 5 months ago
Christian Kußowski 2616ba6e4b
refactor: Follow up handle logout and login with new client 5 months ago
ggurdin 6d420b6f4a
fluffychat merge 5 months ago
ggurdin b59fff3075
Merge commit 'fb134cba2f2765eb170417e06de565755c89ad1a' into fluffychat-merge 5 months ago
ggurdin 1b6909522c
fluffychat merge 5 months ago
ggurdin ba27b8544c
fluffychat merge 5 months ago
ggurdin 30b185cdcc
fluffychat merge 5 months ago
ggurdin dbf2291444
fluffychat merge 5 months ago
ggurdin 48e5e2f704
fluffychat merge 5 months ago
Christian Kußowski e548d8f895
refactor: sdk 1.0 5 months ago
ggurdin f3922bece9
feat: getting started page 5 months ago
ggurdin 2545167b52
chore: show member action popup on click avatar in room details page 5 months ago
ggurdin 696968eaa9
chore: exclude analytics rooms from forward dialog options 5 months ago
Christian Kußowski 970de1f4b0
Merge remote-tracking branch 'ggurdin/display-navigation-rail-setting' 5 months ago
ggurdin 8aa5906d2c
fluffychat merge 5 months ago
ggurdin 844155b01e
chore: update padding in navigation rail (#2919) 5 months ago
ggurdin 01d797e53f
feat: find your people page 5 months ago
ggurdin 249538c20b
feat: redesign of space access page (#2903) 5 months ago
ggurdin fef96359c9
chore: make space nav bar narrower on mobile and ensure space nav bar matches user's theme 5 months ago
Christian Kußowski fb134cba2f
fix: Keep state of text input dialogs 5 months ago
Christian Kußowski dbba21f552
fix: Add missing mounted check to mxcImage 5 months ago
Christian Kußowski 49780b01fe
fix: App crash on page navigation with open popup menu 6 months ago
ggurdin fcc0a0f344
chore: space detail redesign fixes (#2888) 6 months ago
ggurdin 87c2639625
resolve merge conflicts 6 months ago
ggurdin e3246f1603
refactor: analytics overview redesign (#2881) 6 months ago
ggurdin 9093fd2822
chore: wrap nav rail in material and safearea widgets (#2878) 6 months ago
ggurdin 21d703d640
chore: wait for space default rooms in sync before adding them to space (#2861) 6 months ago
Christian Kußowski b8547c4792
build: Upgrade to flutter 3.22 6 months ago
ggurdin a5539b4bea
2655 tweaks to spacechat navigation (#2859)
* chore: update parent space navigation

* refactor: show space navigation rail on mobile
6 months ago
ggurdin 4b926935bd
feat: add setting for whether to show space navigation rail on mobile 6 months ago
ggurdin 3359cfe25d
fix: make TTS button pause when it's stopped by the other TTS button playing (#2831) 6 months ago
Krille-chan ae2086f3c2
Merge pull request #1778 from midnight-blue/fix-jagged-avatar-edges
Fix: Fix jagged avatar edges
6 months ago
Kelrap 818078339a
Public sheet popup reversion (#2791)
* Don't ask for space code of no-code-required space

* Fix Join button gap

* Reverts to previous public sheet popup design

* Make join button work

* Copy fixes for subchat join orange box error

* revert public room dialog to fluffychat version

* fix import error

* Keep sheet from taking up whole screen

* chore: formatting

---------

Co-authored-by: ggurdin <46800240+ggurdin@users.noreply.github.com>
Co-authored-by: ggurdin <ggurdin@gmail.com>
6 months ago
ggurdin ebf4224cba
2742 bring back starter chats for top level spaces (#2784)
* feat: added introducton and accouncements chats to new space

* chore: make spaceID redirect clearer

* chore: remove bot from default power levels
6 months ago
ggurdin 3543193b4f
chore: fix bot face in user popup (#2786) 6 months ago
ggurdin 542afa0506
feat: initial work for participant list leaderboard (#2579)
* feat: initial work for participant list leaderboard

* chore: normalize leaderboard header

* chore: fix some errors after fluffychat merge updates
6 months ago