-
-
Notifications
You must be signed in to change notification settings - Fork 832
Conversation
35841a6
to
6225e40
Compare
Notable changes from today:
|
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.
The code itself seems fine - it's mostly just linting/standards/ways of doing things. Please also update the screenshot.
Note that in 50e19ba I made the change to remove "bot user" from the text. Due to matrix being how it is, we cannot determine if the sender of the state event is a bot user. To err on the side of paranoia, let's not imply they are a bot user in the text to avoid any weirdness. Users should hopefully be able to distinguish a user from a bot by the displayname/mxid, or at least not be intentionally misled. |
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.
Second thoughts on the setting name
|
||
if (shouldShowBridgeIcon) { | ||
tabs.push(new Tab( | ||
_td("Bridge Info"), |
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.
I wonder if this should just be "Bridges", or "Connected Bridges", or "Integrations"
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.
otherwise lgtm enough to merge
@turt2live we good now? |
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 side lgtm
This is a room settings tab that shows the connected bridges in a room, which is my proof of concept on the client side for MSC2346.
EDIT: Added a few more details to the page
Paired with element-hq/element-web#11778 - TR