-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Connected status indicator #8270
Conversation
Builds ready [f8f4963]
Page Load Metrics (837 ± 55 ms)
|
f8f4963
to
decf103
Compare
Builds ready [decf103]
Page Load Metrics (584 ± 47 ms)
|
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.
Builds ready [0d7dce8]
Page Load Metrics (641 ± 49 ms)
|
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.
LGTM!
render () { | ||
return ( | ||
<div className={classnames('connected-status-indicator', { | ||
invisible: getEnvironmentType() !== ENVIRONMENT_TYPE_POPUP, |
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.
Nit: I'd rather we not render this at all rather than do the extra work of rendering it invisibly.
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 can update this in a separate PR
This PR implements the following:
Add the connected status indicator to the home page of the popup UI (@danjm, Figma)
Demo video: https://streamable.com/srbyo