-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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(2796): permission settings replace some of the mock data by real data #11590
feat(2796): permission settings replace some of the mock data by real data #11590
Conversation
…ter the sdk versus in app browser vs wallet connect, for local testing only, prod will require a real source property
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
…at can be selected
… in some case this modal is displayed when switching from the global selector
…ng more than needed and it made the snapshot fail, TY snapshots.
…ing the connected flow
…f-the-mock-data-by-real-data
…ssion-settings-replace-some-of-the-mock-data-by-real-data
… the plumbing for the screens later in the flow to have the real data available
feat-2808-edit-network-happy-path # Please enter a commit message to explain why this merge is necessary,
…ording depending if it is an initial connection, and the number of networks
…rent wording depending if there is one or many accounts being requested or connected
app/components/Views/AccountPermissions/ConnectionDetails/ConnectionDetails.tsx
Outdated
Show resolved
Hide resolved
Bitrise❌❌❌ Commit hash: 4d7fc4e Note
Tip
|
…f-the-mock-data-by-real-data
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #11590 +/- ##
==========================================
- Coverage 56.31% 56.26% -0.05%
==========================================
Files 1786 1788 +2
Lines 40375 40416 +41
Branches 5060 5068 +8
==========================================
+ Hits 22738 22741 +3
- Misses 16088 16128 +40
+ Partials 1549 1547 -2 ☔ View full report in Codecov by Sentry. |
app/components/Views/Settings/PermissionsSettings/PermissionsManager.tsx
Show resolved
Hide resolved
Bitrise✅✅✅ Commit hash: 3ad2485 Note
|
…f-the-mock-data-by-real-data
…f-the-mock-data-by-real-data
Quality Gate passedIssues Measures |
Description
The data is not ready yet to display permissions of all source, it will require a 'source' attribute to say if its sdk, wallet connect or in app browser. This is an attempt at filtering them based on differences the 'might' always have, but even if it did work now, it could break anytime because it requires a real source property meant to identify the source.
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Pre-merge author checklist
Pre-merge reviewer checklist