-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Read receipts #379
Read receipts #379
Conversation
…ot easier to animate. Also mess around with the MemberAvatar a bit so it's easier to style.
…more start states and then settle on the final place.
@@ -529,7 +542,7 @@ module.exports = { | |||
} | |||
|
|||
ret.unshift( | |||
<li key={mxEv.getId()}><EventTile mxEvent={mxEv} continuation={continuation} last={last}/></li> | |||
<li key={mxEv.getId()} ref={this._collectEventNode.bind(this, mxEv.getId())}><EventTile mxEvent={mxEv} continuation={continuation} last={last}/></li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like the same stuff we're doing in React SDK?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, trying to merge the same changes over to the duplicated controller in react sdk :(
LGTM though I can't really say much about the velocity stuff. The PR is too large for my poor brain to grok it fully. From what I can grok, it looks good though :D |
…y overalpping) and exclude ourselves.
…companying text (as with read receipts) they can be somewhat unhelpful. May as well have them all the time I think.
No description provided.