CECS-478-AuRave / SecureChat

End-To-End Ecryption app. Created using Ionic 2, Angular 2, and Express. All on the MEAN stack
Apache License 2.0
5 stars 7 forks source link

Create "New Conversation" View #56

Closed torch2424 closed 7 years ago

torch2424 commented 8 years ago

Now that we have #55

We can successfully choose a list of friends to add to a conversation.

Suggested that the top half of the screen be a search bar, and a searchable list of the user's friends.

The bottom 1/3 can be the message box from the conversation view page.

On send, if the conversation does not already exist, it will create the conversation, and then drop the user into the specific conversation.

If the conversation does exist, than the typed message is sent to the conversation message box, and the user informed that the conversation already exists