Commit Graph

1676 Commits (6761f97b61fdfd1045d3832c14a56005d3a9e229)

Author SHA1 Message Date
ggurdin 3a874902d3 added some comments with justification for changes to how space view is auto loaded 1 year ago
ggurdin 798d936315 update space view when space children change 1 year ago
Wilson c3248f14e7
Merge branch 'main' into 481-use-forked-matrix-sdk 1 year ago
Kelrap d4febba12e Add #Pangea comments 1 year ago
Kelrap 276076b265 Buttons move when input bar height changes 1 year ago
ggurdin 6378c59a2b reduced the number of calls to postLoad and the number of awaits for analytics room management 1 year ago
Kelrap 8cdd9c3b2d Lets students add subrooms to spaces 1 year ago
Kelrap 08da254bae Input text turns red when hit limit 1 year ago
Kelrap 4222b37bb4 Attempt 3. Needs work. 1 year ago
ggurdin 23d2f131de
Merge branch 'main' into load-visible-space-hierarchy 1 year ago
ggurdin 56d1f853c3
Merge branch 'main' into save-new-space-avatar 1 year ago
ggurdin 65b4c1667d replaced commented out fluffychat code to set avatar in initial state when creating a new space 1 year ago
ggurdin d1c046091b repeatedly call getSpaceHierarchy until a sufficiently high number of visible space children have loaded 1 year ago
Kelrap ab7a8e2582 Changed implementation to use initialstate 1 year ago
Kelrap 9e6a3fd21c Saves avatar when creating new space 1 year ago
Kelrap e24293432e Not show option to add students to subspace 1 year ago
WilsonLe 6a02db73bb integrate forked matrix sdk, addressing breaking changes of newer versions of matrix sdk 1 year ago
ggurdin 6648999317 commented out references to rooms rule editor in new_space.dart 1 year ago
ggurdin 36fc580c45 replace setting of room id in choreographer 1 year ago
ggurdin f9adab52a2
Merge branch 'main' into optimizations 1 year ago
ggurdin 4adbb1b335 commented out pangea room rules editor in new space and chat details view 1 year ago
ggurdin 4f1445d975 fixes for null check / disposed widget errors 1 year ago
Kelrap 2b4d7985ef Merge branch 'toolbar-location-adjustments' of https://github.com/pangeachat/client into toolbar-location-adjustments 1 year ago
Kelrap 19987c75a7 Get rid of scrollcontroller chain 1 year ago
ggurdin 37f0c819b6
Merge branch 'main' into no-subspace-welcome-chat 1 year ago
ggurdin c9e023e684 rate limited builds for unread room badge, don't call to load chat counts until it's needed for the UI 1 year ago
Kelrap 5a06e70802 Do not create welcome chats under any circumstance 1 year ago
Kelrap 2fbc4e2016 Doesn't add welcome chat to subspace 1 year ago
ggurdin 84a29aab47
Merge branch 'main' into toolbar-location-adjustments 1 year ago
ggurdin 75ebd028c5
Merge branch 'main' into space-view-loading 1 year ago
ggurdin 280915fc96 removed excessive calls to setState in chat.dart and replaced them with smaller, stateful widgets 1 year ago
Kelrap 899a128118 Fix loading issue for realsies 1 year ago
Kelrap c1f0282acc Merge branch 'main' of https://github.com/pangeachat/client into toolbar-location-adjustments 1 year ago
ggurdin ad71fec48e
Merge branch 'main' into hide-find-convo-partner 1 year ago
ggurdin 70de0fc866 Merge branch 'main' into blue7/08 1 year ago
Kelrap 4e3f00f9b8 Remove Find Conversation Partner button from menu 1 year ago
Kelrap 3da1f79863 Scroll to make space for toolbar 1 year ago
bluearevalo e6fa69df39 add back #pangea comment tags 1 year ago
ggurdin b4d3d398fd
Merge branch 'main' into filter-analytics-events 1 year ago
ggurdin c0cd10a0e2 filter out analytics events from syncs. hide space analytics 1 year ago
ggurdin c05f478189
Merge branch 'main' into matrix-profile-updates 1 year ago
ggurdin d15d149b87 removed calls to unsafeGetUserFromMemoryOrFallback that was causing stack overflow error 1 year ago
Kelrap 7985743382 Fix loading issue when space is selected? 1 year ago
ggurdin f69ab79c9d made matrix profile save one json value instead of one value per field, added documentation to user controller and user model 1 year ago
bluearevalo 5494019be5 set max char size for input field 1 year ago
ggurdin 96c641557f Make create space/chat button float 1 year ago
ggurdin 2494827e1d removed block icon on user bottom sheet for bot 1 year ago
ggurdin 8e1423709d warn subscribed users to delete their subscription before deleting their accounts 1 year ago
ggurdin df0f290c41 Change copy in chat permissions page away from using numbers 1 year ago
ggurdin 9fa9078ea4 prevent adding a room to multiple spaces 1 year ago
ggurdin 4bc49420c2 some formatting fixes 1 year ago
bluearevalo fbbbf5e740 added missing comma in intl_es, same thing for chat.dart as it was missing trailing comma, for my_analytics i added some error catches for that minified:tm
bug
1 year ago
bluearevalo 2901c2a3c5 Merge branch 'main' into blue-branch 1 year ago
ggurdin 9362f9c915 uncommented message info button 1 year ago
bluearevalo 49251774cc try/catches added for minified:a7t sentry error, added back translationsfor l10n, added more to error_handler to get more info 1 year ago
bluearevalo d4c24e2639 Merged main into blue-branch 1 year ago
bluearevalo e5c818de5c changed code so getAppVersion supported l10n, added en and es translations 1 year ago
ggurdin 64ff39f9e2 moved inline tooltip to seperate widget, changed text type and icon for inline tooltip 1 year ago
William Jordan-Cooley c6d3f36805 saving of tokens, changing of top language calculation, documentation 1 year ago
William Jordan-Cooley 923d39eab6 drafted - need and correctly assembling records and unsaved msgs - need to confirm that constructs are being assembled 1 year ago
ggurdin 8b1cda2e94 merge conflicts 1 year ago
William Jordan-Cooley 8ceb7851e5 refactoring of my analytics controller and related flows 1 year ago
William Jordan-Cooley ffbc62ba55 consolidating language constants and using for unknown detection instance 1 year ago
ggurdin b95080cee7 merge main into improve-interactive-translator branch 1 year ago
Kelrap 929e30a499 Design and insert inline tooltip 1 year ago
William Jordan-Cooley d975e52a04 inlined tooltip 1 year ago
Kelrap 9aee4e1ac5 Merge branch 'main' of https://github.com/pangeachat/client into limit-topic-height 1 year ago
bluearevalo 39db3c6e9c added translations 1 year ago
ggurdin 0d896e24d2 added explanation for scroll configuation 1 year ago
Kelrap 59e521b69e Hide some Chat permission options 1 year ago
ggurdin c304da4a65 Merge branch 'main' into practice 1 year ago
ggurdin 710a85f309
Merge branch 'main' into unenable-my-analytics 1 year ago
Kelrap 2cee0d374f Remove chat sorting edits 1 year ago
Kelrap d959fdcc7b Checks if visible rooms for my analytics 1 year ago
ggurdin 401d8522f8 only show practice activity button if showMessageButtons is enabled 1 year ago
Kelrap 2572f277b0 Fix scrollbar weirdness 1 year ago
William Jordan-Cooley 54dfd9dd22 merged in main 1 year ago
ggurdin 244c4b78dd if room rules editor key has state, use that to set the rules editor inital rules in new space page 1 year ago
ggurdin 05a6957141 merge conflicts 1 year ago
bluearevalo 516c13aafd Shows code version in settings as well as 1 year ago
ggurdin 1d6db1aabf don't calculate page size if renderbox isn't yet laid out and don't show overlay if context is null 1 year ago
ggurdin 9385ce693a merge conflicts 1 year ago
ggurdin e5ac6516da show the user the click instruction card when they first see a message 1 year ago
Kelrap cbadc1999a Remove topic when selecting space 1 year ago
ggurdin a3763f0306 merge conflicts, also translate to l2 in message translation card if original sent lang code is null 1 year ago
Kelrap 19b7b70684 Show students class permissions 1 year ago
ggurdin bbf2536669 Merge branch 'new-merge' into combine-into-spaces 1 year ago
ggurdin 11575b1a9a some updates to add to space toggles 1 year ago
Matthew 90adf436d3 Choice quick click bug fixed 343 1 year ago
Kelrap 9a2bf1edf1 Remove 'm.call.invite' from chat permission list 1 year ago
ggurdin 9c21ac3f8f Merge branch 'new-merge' into combine-into-spaces 1 year ago
ggurdin 6b17343cca oops, only set activeSpaceId to null 1 year ago
ggurdin c16533ecff set activeSpaceId to null after navigating to all chats 1 year ago
ggurdin eedb050ce1 merge main 1 year ago
ggurdin e7f1dcf6a3 merge main 1 year ago
ggurdin 4a11fc0272
Merge branch 'main' into web-recording 1 year ago
ggurdin a2fb240c6e inital work to combine class and exchanges into generalized spaces 1 year ago
Kelrap ebf6c88932 Fix edited messages not showing 1 year ago
Kelrap 1cf0caf48d Fix archiving bugs 1 year ago
Kelrap 59ab741168 Added explanatory comments 1 year ago