Commit graph

233 commits

Author SHA1 Message Date
ggurdin
74b2f49891 testing if issue with futures 2024-01-16 13:59:50 -05:00
ggurdin
68e6c5879e testing for cause of freezing bug 2024-01-16 11:39:15 -05:00
ggurdin
a82f0e5c7a fix for loading after joining chat in space view 2024-01-04 16:04:53 -05:00
ggurdin
b070f71344 Merge branch 'filter-events' into sentry-fixes 2024-01-04 14:43:46 -05:00
wcjord
abbf57a9ea
Merge pull request #8 from pangeachat/small-ui-updates
update archive text, change floating action button to more visible buton in new space view
2024-01-02 14:01:39 -05:00
ggurdin
b298afd5cf Merge branch 'main' into sentry-fixes 2023-12-29 11:48:43 -05:00
Brord van Wierst
7dc2136034
format imports and code agian?? 2023-12-20 01:04:12 +01:00
ggurdin
fac1c385de small fixes for sentry errors 2023-12-19 12:37:25 -05:00
ggurdin
26d2ca3f83 only refresh space view when room membership changes or on space child event 2023-12-19 10:55:54 -05:00
ggurdin
a30d1e3e2d merge conflicts 2023-12-13 12:35:41 -05:00
ggurdin
92915f05ad moved where web subscription local storage is read to be more consistent with how the snackbar is managed for mobile 2023-12-11 15:01:48 -05:00
ggurdin
e2e9f12d61 merge conflicts 2023-12-11 14:31:00 -05:00
ggurdin
5fbaa0f67e merge conflicts 2023-12-11 14:17:28 -05:00
ggurdin
9c6b12d810 move local keys to local keys file, use local storage to show web subscription success snackbar 2023-12-11 14:07:36 -05:00
ggurdin
3f44ced2c6 merge conflicts 2023-12-11 12:52:15 -05:00
ggurdin
bb11fe5410 added lock icon 2023-12-05 14:33:11 -05:00
Brord van Wierst
74c3e97ec9
sorted imports again? 2023-12-04 03:13:10 +01:00
ggurdin
4d6b63d8d9 update archive text, change floating action button to more visible button in new space view 2023-11-30 15:19:43 -05:00
ggurdin
710ed42b62 inital work for redirect and snackbar on mobile 2023-11-30 14:59:16 -05:00
Brord van Wierst
fef43c2275
2nd format? 2023-11-27 20:19:27 +01:00
Brord van Wierst
75da9cd87d
import sort 2023-11-27 20:09:30 +01:00
Brord van Wierst
c98b76e8fc
format 2023-11-27 20:06:46 +01:00
ggurdin
33b5de0afb merge inn fluffychat changes 2023-11-22 09:50:32 -05:00
Krille-chan
83ce07c574
Merge pull request #679 from selfisekai/flutter-3.16
upgrade flutter to 3.16.0
2023-11-21 11:52:46 +01:00
krille-chan
f58b9b814a
feat: Improved UX design for new chat page 2023-11-19 12:49:15 +01:00
Krille
f4d3e6f928
refactor: Migrate for Flutter 3.16.0 2023-11-17 18:56:23 +01:00
krille-chan
7930150cb4
feat: Display presences in the app 2023-11-11 17:56:23 +01:00
ggurdin
e2248b0c06 increment version number 2023-11-10 13:51:14 -05:00
ggurdin
f58bc1d67d Redirect to rooms when archiving or leaving active room 2023-11-10 13:45:25 -05:00
ggurdin
4b8fe976f1 Go to All Spaces view after clicking spaces button in navigation rail 2023-11-10 13:45:25 -05:00
ggurdin
afcb7fcf54 fix nav rail highlighing 2023-11-10 13:45:25 -05:00
ggurdin
5909fe6a65 merge conflicts 2023-11-10 13:40:11 -05:00
ggurdin
5e30845a09 merge in newer fluffychat commits 2023-11-10 13:06:42 -05:00
ggurdin
4f8619faec ui fixes 2023-11-08 13:28:17 -05:00
ggurdin
f86aafcb74 code files 2023-11-08 12:27:18 -05:00
krille-chan
c9c2620ad4
refactor: Store and fix missing persistence of some values 2023-11-04 18:05:30 +01:00
krille-chan
b42a565a9a
fix: Archive does not update its state 2023-10-29 10:59:07 +01:00
krille-chan
eca4825c70
build: Update packages and flutter super.key refactoring 2023-10-28 13:03:25 +02:00
krille-chan
67a4bc71ab
chore: Add descriptions in the areYouSure dialogs for better UX 2023-10-28 10:54:41 +02:00
krille-chan
69cd2d790d
fix: SystemOverlayStyle not applied on AppStart on Android 2023-10-08 09:43:43 +02:00
krille-chan
823810ec19
design: Hide Navigationbar labels 2023-10-07 07:36:43 +02:00
gilice
789d91a763 feat/ChatListItem: small changes
- extract hasNotifications to a variable
  this is more clear and potentially faster as we don't
  compute `notifications > 0` multiple times

- make a text style const
2023-08-23 20:18:53 +02:00
krille-chan
27d15612d9
refactor: Update to Flutter 3.13.0 2023-08-18 07:24:31 +02:00
krille-chan
98a38113fd
design: Improve invite chat UX 2023-08-17 20:10:14 +02:00
krille-chan
5302383aeb
chore: Follow up display stories bubble 2023-08-17 19:48:57 +02:00
krille-chan
c8da41f1af
design: Display last story as tiny message bubble in chat list 2023-08-17 19:33:54 +02:00
Krille
8ed54497f9
chore: Follow up width 2023-08-16 07:30:48 +02:00
Krille
f051fc1851
design: Add scale animation hover effects on navrail and story buttons 2023-08-16 07:18:59 +02:00
Krille
e14173688a
refactor: Space routes to normal room routes 2023-08-13 16:21:28 +02:00
Krille
b715eff839
refactor: Migrate from pathsegment routing 2023-08-13 16:07:15 +02:00