-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Implement changes to memberlist from feedback #29029
Implement changes to memberlist from feedback #29029
Conversation
- ThreePidInviteTile now contains an user label showing "(Invited)" and an email icon. - RoomMemberTile now includes an icon similar to above. - Refactors a bunch of code to make this change sensible.
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.
What is the rule for the MXID being shown? Its very confusing there are two Bob's but only one is disambiguated.
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.
Yes, I would also expect them both to be disambiguated. But this is a long standing bug: #468
src/components/views/rooms/MemberList/tiles/common/InvitedIconView.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Michael Telatynski <[email protected]>
https://build.opensuse.org/request/show/1242244 by user dheidler + anag+factory - Fix build by breakig the bad esbuild library for good * Add break-esbuild-for-good.patch - Version 1.11.91 ## ✨ Features * Implement changes to memberlist from feedback (element-hq/element-web#29029). Contributed by @MidhunSureshR. * Add toast for recovery keys being out of sync (element-hq/element-web#28946). Contributed by @dbkr. * Refactor LegacyCallHandler event emitter to use TypedEventEmitter (element-hq/element-web#29008). Contributed by @t3chguy. * Add `Recovery` section in the new user settings `Encryption` tab (element-hq/element-web#28673). Contributed by @florianduros. * Retry loading chunks to make the app more resilient (https://github.com/element-hq/element-web/pul
https://build.opensuse.org/request/show/1242243 by user dheidler + anag+factory - Version 1.11.91 ## ✨ Features * Implement changes to memberlist from feedback (element-hq/element-web#29029). Contributed by @MidhunSureshR. * Add toast for recovery keys being out of sync (element-hq/element-web#28946). Contributed by @dbkr. * Refactor LegacyCallHandler event emitter to use TypedEventEmitter (element-hq/element-web#29008). Contributed by @t3chguy. * Add `Recovery` section in the new user settings `Encryption` tab (element-hq/element-web#28673). Contributed by @florianduros. * Retry loading chunks to make the app more resilient (element-hq/element-web#29001). Contributed by @t3chguy. * Clear account idb table on logout (https://github.com/e
Closes https://github.com/element-hq/wat-internal/issues/246
Following changes are made:
(Invite)
label. This is now fixed.