You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,9 +42,14 @@ Each of us have created one or more PRs and most of these have been merged into
42
42
- By Amy
43
43
- The App Screen UI is the screen that acts as a proxy between the user's login screen and their individual chats
44
44
- 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
+
- Each chat button will also display a date indicating the date of the last message in a chat's conversation history, or no date if a chat has no messages
47
+
- ChatView (the window referenced above) will open upon clicking an existing chat to display the chats's GUI
48
+
- 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
0 commit comments