-
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
[ABW-4084] Add security shield details screen #1342
[ABW-4084] Add security shield details screen #1342
Conversation
|
||
@Composable | ||
fun Threshold.display(): String = when (this) { | ||
is Threshold.All -> "ALL" |
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.
I think this exists in crowdin, although with a different screen name.
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.
Right, and it's not all caps: shieldWizardRegularAccess_thresholdDescription_all
, but still it might be ok to reuse it I think.
@@ -0,0 +1,100 @@ | |||
package com.babylon.wallet.android.presentation.common.securityshields |
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.
I would split the composables on their own files. since they are already in a common.securityshields
package.
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.
good point but in which way though?
|
||
@Composable | ||
fun Threshold.display(): String = when (this) { | ||
is Threshold.All -> "ALL" |
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.
A reminder to add this to crowdin.
|
||
@Composable | ||
fun Threshold.display(): String = when (this) { | ||
is Threshold.All -> "ALL" |
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.
Right, and it's not all caps: shieldWizardRegularAccess_thresholdDescription_all
, but still it might be ok to reuse it I think.
9d78d43
to
25f7052
Compare
25f7052
to
075fc98
Compare
|
Description
This PR solves adds the Security Shield details screen. (read commit messages for more details).
This PR is on top of this PR. So you can apply a shield and test the details screen.
Future tasks (NOT for this PR):
How to test
Video
here
PR submission checklist