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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ Each of us have created one or more PRs and most of these have been merged into
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
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
46
47
- ChatView (the window referenced above) will open upon clicking an existing chat to display the chats's GUI
47
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