-
Notifications
You must be signed in to change notification settings - Fork 8
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: connection service integration #1102
Conversation
b7c286f
to
da12265
Compare
- [x] Add connect/disconnect events - [x] Get rid of origin url from metadata - [x] Get rid of connected identity from identity service - [x] Use connection service for one-to-many relation between identities and origins
da12265
to
b1a52a7
Compare
Main e2e tests are fixed here |
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.
Thanks @0xmad! some comments, I am still reviewing it though.
packages/app/src/background/services/connection/ConnectionService.ts
Outdated
Show resolved
Hide resolved
Please let's add the icons for the identities. |
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.
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! thanks @0xmad!
Explanation
This PR integrates connection service with current demo and internal services.
Details are below:
Related Issues
Closes #945
Closes #888
Closes #964
Screenshots
Expand
Manual Testing Steps
Check all the flows because these changes affects all the user scenarios.
Pre-Merge Checklist
Assignees Checklist
Reviewers Checklist