-
Notifications
You must be signed in to change notification settings - Fork 53
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
feat: add network connection status to ui and redux #1312
Conversation
…ipplanner/otp-react-redux into network-connection-banner
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.
Everything is behaving as expected! Just need fix failing percy tests
@@ -111,6 +114,9 @@ class MobileNavigationBar extends Component { | |||
)} | |||
</MobileBar> | |||
</Navbar> | |||
<NetworkConnectionBanner |
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 think this is causing the percy tests to fail on mobile nearby view? not sure what else would cause the issues percy has.
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.
Looks good. Not sure what CSS change made the Percy test fail, I'd be ok to bypass/override it.
Description:
Creates a UI status bar and an invisible status region for screen readers that announces when the browser connection has been lost.
PR Checklist: