This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create /chat page with existing social features (#8195)
* added route for chat * created home page for chat * Completed chat UI * Resolved onclick event and added scroll for chat user * Added chat page in ui/src/components/ * New routing for chat page. * Add back missing things? * fix deps * fix deps * cleanup after merge * cleanup after merge * populate party and friend lists with real data * refactor lists * add friends list * chat almost works, start refactoring chat and channels * migrate most channel usage * location world and media instances work * more message stuff * stuff * channels are handled properly, messages populate in real time * fix db association * Custom figbird (#8332) * migrate most of figbird to typescript and hyperflux * format * finalize figbird into FeathersHooks * cleanup and docs * figbird mutation types, channel state refactoring * feathers hooks tests pass * refactoring channels, tests for channels and channel users * fix auth issue * detangle channel list from client-core channels service entirely * license * parties menu uses figbird and works correctly with channels * fix tests * replace parties menu with messages menu, populate it and add media calls * add startMediaCall to chat route * polish message UIs on location * refactor channels in admin, reactivity issues in feathers hooks * rewrite feathers hooks * add logging * update invites * fixed Ui and added Video UI section * fixed chat UI and added Video Call UI section * fix recursive rerender issue with feathers hooks * hook up media to new UI * bug and css tweak * fix bugs finding and creating channels * fix bug with channel create and friend reactivity * stop creating message for new friend automatically * cleanup channels after world instance server closes * bug fixes, channel name fix, cleanup fixes * remove world list * fix check-errors failing * update xru ifor chat * rework global typings * fix tests * Fixed Ui and added some extra features * fix up mic button for other peers * cleanup logs --------- Co-authored-by: usaurabh02 <saurabhu154@gmail.com> Co-authored-by: jerknose <travis@travisbennett.com> Co-authored-by: HexaField <joshfield999@gmail.com>
- Loading branch information
1 parent
8234aac
commit c43b98e
Showing
238 changed files
with
4,679 additions
and
8,480 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.