-
Notifications
You must be signed in to change notification settings - Fork 104
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
chore(IT Wallet): [SIW-624] Add navigation to missing feature screen #5228
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## bundle/it-wallet #5228 +/- ##
====================================================
- Coverage 46.42% 45.65% -0.78%
====================================================
Files 1583 1619 +36
Lines 32906 33437 +531
Branches 8305 8245 -60
====================================================
- Hits 15275 15264 -11
- Misses 17568 18124 +556
+ Partials 63 49 -14
... and 109 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
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.
What you think to add the navigation also on Banner action in credential detail screen?
Yes, that slipped away, thank you. Done in 589013c. |
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
…5228) ## Short description This PR adds a navigation to the missing feature screen where a feature is not implemented yet. ## List of changes proposed in this pull request - Adds the navigation in [ItwCredentialDetailsScreen.tsx](https://github.com/pagopa/io-app/pull/5228/files#diff-94e935f2d7d760954fd0c0647b59f32cd163d70dac988b5588a985aadef0689b) when pressing the `Show QR Code` button and the banner; - Adds the navigation in [ItwPidDetails.tsx](https://github.com/pagopa/io-app/pull/5228/files#diff-94e935f2d7d760954fd0c0647b59f32cd163d70dac988b5588a985aadef0689b) on the `Show QR Code` button and when tapping on the security level; - Adds the navigation in [ts/features/it-wallet/screens/issuing/ItwPidPreviewScreen.tsx](https://github.com/pagopa/io-app/pull/5228/files#diff-1efa65eedbb4bea4a8d61f1d909912fa8a94af60a4df438f01730c624c2c9fca) when tapping on the security level. ## How to test Check if the navigation happens properly in the aformentioned screens. Also check if there's any other unresponsive pressable element in any ITW related flow.
Short description
This PR adds a navigation to the missing feature screen where a feature is not implemented yet.
List of changes proposed in this pull request
Show QR Code
button and the banner;Show QR Code
button and when tapping on the security level;How to test
Check if the navigation happens properly in the aformentioned screens. Also check if there's any other unresponsive pressable element in any ITW related flow.