-
Notifications
You must be signed in to change notification settings - Fork 11
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
fix: connect status is always connected #157
Conversation
Codecov Report
@@ Coverage Diff @@
## main #157 +/- ##
=======================================
Coverage 87.25% 87.25%
=======================================
Files 48 48
Lines 816 816
Branches 97 97
=======================================
Hits 712 712
Misses 21 21
Partials 83 83
... and 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
f8bdea0
to
17f8b04
Compare
b530c4c
to
57f513f
Compare
57f513f
to
5e2d396
Compare
🚀 PR was released in |
What Changed
closes #149
Motivation
In previous version, the connect status indicator can not react when tab changes.
This PR fix it.
Change Type
Indicate the type of change your pull request is:
documentation
patch
minor
major