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
As a member of a room viewing the timeline, I want to see when one or several other users are typing a message so that I can expect a new message from them.
No typing notification is displayed when the user is on the room list.
Rust implementation: matrix-org/matrix-rust-sdk#3059. Not that Rust does not filter out the current user (and I think this is fine), the filtering has to be done on the app side.
Strings have been added to Localay with the prefix screen_room_typing_:
<pluralsname="screen_room_typing_many_members">
<itemquantity="one">"%1$s, %2$s and %3$d other"</item>
<itemquantity="other">"%1$s, %2$s and %3$d others"</item>
</plurals>
<pluralsname="screen_room_typing_notification">
<itemquantity="one">"%1$s is typing"</item>
<itemquantity="other">"%1$s are typing"</item>
</plurals>
<stringname="screen_room_typing_two_members">"%1$s and %2$s"</string>
This should be enough to cover all the cases, and do a proper formatting, but let me know if there are any questions.
Acceptance criteria
When one or several people are typing a message in a room, I can see it in the timeline.
Size estimate
None
Dependencies
We need some design to decide how we can render the typing notification in the timeline.
Out of scope
Nothing
Open questions
The content you are editing has changed. Please copy your edits and refresh the page.
Description
As a member of a room viewing the timeline, I want to see when one or several other users are typing a message so that I can expect a new message from them.
No typing notification is displayed when the user is on the room list.
Rust implementation: matrix-org/matrix-rust-sdk#3059. Not that Rust does not filter out the current user (and I think this is fine), the filtering has to be done on the app side.
Figma: https://www.figma.com/file/Ni6Ii8YKtmXCKYNE90cC67/Timeline-(new)?type=design&node-id=254%3A49852&mode=design&t=LUBT4dAoV6qjfqV9-1 Still need to take a decision about how the scrolling will behave.
Strings have been added to Localay with the prefix
screen_room_typing_
:This should be enough to cover all the cases, and do a proper formatting, but let me know if there are any questions.
Acceptance criteria
Size estimate
None
Dependencies
Out of scope
Open questions
Questions
Subtasks
Android
iOS
Rust
Other
The text was updated successfully, but these errors were encountered: