Closed iain801 closed 1 year ago
ChatPanel
commonsId
ChatMessageCreate
ChatDisplay
Stack
This depends on all of the MVP issues above being finished.
Your job is to incorporate the working ChatPanel into the PlayPage so that users can start to chat with one another.
Frontend
ChatPanel
component (MVP)ChatPanel
component that takes a propcommonsId
and passes that prop down to its two children,ChatMessageCreate
andChatDisplay
ChatPanel
incorporates a verticalStack
ofChatMessageCreate
andChatDisplay
ChatPanel
Frontend
ChatPanel
component incorporated into Play Page (final MVP issue)This depends on all of the MVP issues above being finished.
Your job is to incorporate the working ChatPanel into the PlayPage so that users can start to chat with one another.