Skip to content

Commit d817ade

Browse files
authored
Update README.md
1 parent 7c4d54c commit d817ade

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,13 @@ Each of us have created one or more PRs and most of these have been merged into
4242
- By Amy
4343
- The App Screen UI is the screen that acts as a proxy between the user's login screen and their individual chats
4444
- Upon logging in, a user will will be rendered with a view of app screen
45-
- App Screen provides an ordered list of a user's chats, allowing the user to open an individual chat by clicking the chat button
46-
- ChatView(the window referenced above) will open, displaying the chats's GUI
47-
- Apart from that, app screen also provides buttons that allow a user to create new chats
45+
- App screen provides an ordered list of a user's chats and also allows a user to create new chats
46+
- ChatView (the window referenced above) will open upon clicking an existing chat to display the chats's GUI
47+
- With respect to ChatView, clicking on the +Private Chat and +Group Chat buttons will also open an instance of ChatView for a user to create a new chat
48+
49+
<img width="214" alt="appscreen-nov 25" src="https://user-images.githubusercontent.com/71410005/204060542-82bb8432-09fc-4379-aee6-7a9039e58029.png">
50+
51+
4852

4953
### User Registration and Login
5054
- By Madhav

0 commit comments

Comments
 (0)