More syntax fixes
This commit is contained in:
parent
3b696878f5
commit
047355b5c9
2 changed files with 11 additions and 8 deletions
|
@ -268,6 +268,7 @@ Chat Screen
|
||||||
What's visible:
|
What's visible:
|
||||||
- Enough scrollback to fill a "screen full" of content.
|
- Enough scrollback to fill a "screen full" of content.
|
||||||
- Threads:
|
- Threads:
|
||||||
|
|
||||||
- Initially will only display the timestamp and user ID of the *first*
|
- Initially will only display the timestamp and user ID of the *first*
|
||||||
message. But can expand to show the entire tree.
|
message. But can expand to show the entire tree.
|
||||||
- Tree of messages indicating which message is a reply to which.
|
- Tree of messages indicating which message is a reply to which.
|
||||||
|
@ -280,6 +281,7 @@ Chat Screen
|
||||||
- Desktop/Push Notifications for messages
|
- Desktop/Push Notifications for messages
|
||||||
What you can do:
|
What you can do:
|
||||||
- Send a message in reply to another message:
|
- Send a message in reply to another message:
|
||||||
|
|
||||||
- Immediate local echo, may cause messages to re-order
|
- Immediate local echo, may cause messages to re-order
|
||||||
- Messages that haven't reached the server are queued.
|
- Messages that haven't reached the server are queued.
|
||||||
- Thread is displayed where it should be in the thread order once the
|
- Thread is displayed where it should be in the thread order once the
|
||||||
|
@ -303,6 +305,7 @@ Chat Screen
|
||||||
+------------+ | * A2 -> A1 | | * B2 -> B1 |
|
+------------+ | * A2 -> A1 | | * B2 -> B1 |
|
||||||
| * M -> A2, B2 | +--------------+
|
| * M -> A2, B2 | +--------------+
|
||||||
+----------------+
|
+----------------+
|
||||||
|
|
||||||
- Typing notifications. Displayed within the correct thread/column.
|
- Typing notifications. Displayed within the correct thread/column.
|
||||||
|
|
||||||
What you can do:
|
What you can do:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue