-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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: refreshing when connected to multiple namespaces only reconnects active namespace #3440
base: main
Are you sure you want to change the base?
Conversation
…t into fix/multichain-reconnect
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
@tomiir We're missing unit tests for the scaffold-ui
package. We should assert the UI changes with their respective methods (getLabel
, getSubLabel
etc)
@lukaisailovic tested this and all other behaviors on pages I modified, think this is the approach we should take from now on to complete the testing coverage. Like any file touched requires a complete testing file. |
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.
Awesome😍
Description
Currently if user is connected to multiple namespaces and refreshes the page, only the last connected connection is re-initialized.
Type of change
Associated Issues
Closes APKT-1593
Checklist