Team-uMigrate / umigrate

Source code for the uMigrate project
13 stars 2 forks source link

[BLOCKED BY #429] App: Messaging room text input #433

Open shashankanandkannan opened 3 years ago

shashankanandkannan commented 3 years ago

Blocked by #429, blocks #434.

Implement the text input bar in the chat screens. This includes all of this: image

The comment text input looks almost identical to the chat text input bar, so figure out how to reuse some code between the comment bar component and this new text input component. This may require you to rewrite the ComentBar component a bit. If it's not possible to do this cleanly, you can just implement the text input normally, as its own component.

All that's necessary for now is for the components to be on the screen and for any text anyone enters into the text input bar to be stored as a state variable. No need to implement sending the message, or the functionality for the + button just yet (those are their own tickets).