Commit graph

4272 commits

Author SHA1 Message Date
Kelrap
8cdd9c3b2d Lets students add subrooms to spaces 2024-07-18 17:17:28 -04:00
Kelrap
08da254bae Input text turns red when hit limit 2024-07-18 16:33:54 -04:00
Kelrap
4222b37bb4 Attempt 3. Needs work. 2024-07-18 15:13:27 -04:00
ggurdin
23d2f131de
Merge branch 'main' into load-visible-space-hierarchy 2024-07-18 13:49:51 -04:00
ggurdin
56d1f853c3
Merge branch 'main' into save-new-space-avatar 2024-07-18 13:40:43 -04:00
ggurdin
65b4c1667d replaced commented out fluffychat code to set avatar in initial state when creating a new space 2024-07-18 13:40:07 -04:00
ggurdin
d1c046091b repeatedly call getSpaceHierarchy until a sufficiently high number of visible space children have loaded 2024-07-18 13:31:29 -04:00
Kelrap
ab7a8e2582 Changed implementation to use initialstate 2024-07-18 11:32:59 -04:00
Kelrap
56de4ce2bc Minimize long message toolbar weirdness 2024-07-18 10:45:41 -04:00
Kelrap
9e6a3fd21c Saves avatar when creating new space 2024-07-17 15:06:46 -04:00
Kelrap
e24293432e Not show option to add students to subspace 2024-07-17 12:42:39 -04:00
WilsonLe
6a02db73bb integrate forked matrix sdk, addressing breaking changes of newer versions of matrix sdk 2024-07-17 12:14:07 -04:00
ggurdin
6648999317 commented out references to rooms rule editor in new_space.dart 2024-07-17 11:03:33 -04:00
ggurdin
36fc580c45 replace setting of room id in choreographer 2024-07-17 10:10:18 -04:00
ggurdin
f9adab52a2
Merge branch 'main' into optimizations 2024-07-17 09:29:37 -04:00
ggurdin
4adbb1b335 commented out pangea room rules editor in new space and chat details view 2024-07-17 09:27:58 -04:00
ggurdin
4f1445d975 fixes for null check / disposed widget errors 2024-07-17 09:21:55 -04:00
Kelrap
2b4d7985ef Merge branch 'toolbar-location-adjustments' of https://github.com/pangeachat/client into toolbar-location-adjustments 2024-07-16 16:08:17 -04:00
Kelrap
19987c75a7 Get rid of scrollcontroller chain 2024-07-16 16:07:42 -04:00
ggurdin
37f0c819b6
Merge branch 'main' into no-subspace-welcome-chat 2024-07-16 15:41:37 -04:00
ggurdin
c9e023e684 rate limited builds for unread room badge, don't call to load chat counts until it's needed for the UI 2024-07-16 15:28:56 -04:00
Kelrap
5a06e70802 Do not create welcome chats under any circumstance 2024-07-16 14:36:15 -04:00
Kelrap
2fbc4e2016 Doesn't add welcome chat to subspace 2024-07-16 13:59:45 -04:00
ggurdin
84a29aab47
Merge branch 'main' into toolbar-location-adjustments 2024-07-16 13:50:00 -04:00
ggurdin
75ebd028c5
Merge branch 'main' into space-view-loading 2024-07-16 13:48:34 -04:00
ggurdin
280915fc96 removed excessive calls to setState in chat.dart and replaced them with smaller, stateful widgets 2024-07-16 13:43:11 -04:00
Kelrap
899a128118 Fix loading issue for realsies 2024-07-16 12:23:40 -04:00
Kelrap
e7167631d0 More math corrections 2024-07-16 12:02:31 -04:00
Kelrap
9aa1c7725b Address some more edge cases 2024-07-16 11:53:09 -04:00
Kelrap
6424f95855 Fix some incorrect calculations 2024-07-16 11:25:54 -04:00
Kelrap
c1f0282acc Merge branch 'main' of https://github.com/pangeachat/client into toolbar-location-adjustments 2024-07-16 10:55:07 -04:00
ggurdin
ad71fec48e
Merge branch 'main' into hide-find-convo-partner 2024-07-16 10:40:09 -04:00
ggurdin
8f08646623 merge conflict 2024-07-16 10:34:40 -04:00
ggurdin
057f07d210 removed debugger statement from my_analytics_controller update function - not an error state 2024-07-16 10:04:34 -04:00
ggurdin
70de0fc866 Merge branch 'main' into blue7/08 2024-07-16 09:58:25 -04:00
ggurdin
08faf399cc added fix for pangea profile toJson method 2024-07-16 09:53:19 -04:00
Kelrap
4e3f00f9b8 Remove Find Conversation Partner button from menu 2024-07-16 09:41:12 -04:00
ggurdin
7e87c3154c fix for orange box error in learning settings, updated instructions to base their toggle status on matrix profile 2024-07-16 09:38:54 -04:00
William Jordan-Cooley
c4ef728578 client will consume lemma as single object but be capable of handling json lemma as list 2024-07-16 09:06:58 -04:00
Kelrap
3da1f79863 Scroll to make space for toolbar 2024-07-15 16:07:21 -04:00
bluearevalo
e6fa69df39 add back #pangea comment tags 2024-07-15 15:28:16 -04:00
ggurdin
b4d3d398fd
Merge branch 'main' into filter-analytics-events 2024-07-15 14:07:14 -04:00
ggurdin
c0cd10a0e2 filter out analytics events from syncs. hide space analytics 2024-07-15 14:06:27 -04:00
ggurdin
c05f478189
Merge branch 'main' into matrix-profile-updates 2024-07-15 11:45:10 -04:00
ggurdin
d15d149b87 removed calls to unsafeGetUserFromMemoryOrFallback that was causing stack overflow error 2024-07-15 11:19:19 -04:00
Kelrap
7985743382 Fix loading issue when space is selected? 2024-07-15 10:02:05 -04:00
ggurdin
0ac4b664ce changed from string to Map 2024-07-12 17:03:00 -04:00
ggurdin
8acc793f0c added documentation to user controller and user model 2024-07-12 14:26:44 -04:00
ggurdin
3759731d48 code cleanup 2024-07-12 14:06:21 -04:00
ggurdin
ca9dcba4e7 removed any functionality attached to pangea profile, only use it to migrate. Made matrix profile a class with instance members. 2024-07-12 13:52:46 -04:00