Afr 169 allow creating group chat - #65
AlissaPepino wants to merge 10 commits into
Conversation
✅ Deploy Preview for atriacoop ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
… new chats as groups
There was a problem hiding this comment.
The PR description says this frontend hasn't been connected to the backend yet. I believe the backend should be merged first, and then the frontend which is connected to the backend should be merged. If the frontend is merged first, users will see a “Create Group” button that looks functional, but clicking it won’t do anything, which results in a confusing and broken user experience
@ansel-rangers11 This is the PR that I discussed with you.
… were added by creator
|
@Summer-Children @ansel-rangers11 I opened up the PR in backend as well as #72 to merge into this one. Both implement the functionality. Sorry, I should've clarified this PR was just to add the UI |
…chats Afr 169 create and fetch group chats
✅ Deploy Preview for atriacoop ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for atriacoop ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Set up the UI for creating a group chat with an additional button on the existing JoinGroupModal and new modal for creating the group. Does not yet connect to backend.
JoinGroupModal:

Create Group Modal: