Skip to content

Commit

Permalink
keycard
Browse files Browse the repository at this point in the history
  • Loading branch information
flexsurfer committed Jun 8, 2021
1 parent 4f8abbe commit 7236c30
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/status_im/ui/screens/onboarding/storage/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
(defview select-key-storage []
(letsubs [{:keys [selected-storage-type]} [:intro-wizard/select-key-storage]]
[:<>
[react/view {:style {:flex 1 :padding-top 44}}
[react/view {:style {:flex 1}}
[ui/title-with-description :t/intro-wizard-title3 :t/intro-wizard-text3]
[ui/learn-more :t/about-key-storage-title :t/about-key-storage-content]
[react/view {:style {:margin-top 60}}
Expand Down
23 changes: 18 additions & 5 deletions src/status_im/ui/screens/screens.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -681,40 +681,53 @@
;;TODO move to popover?
:component keycard/not-keycard}
{:name :keycard-onboarding-recovery-phrase
:options {:popGesture false
:options {:topBar {:visible false}
:popGesture false
:hardwareBackButton {:dismissModalOnPress false
:popStackOnPress false}}
:component keycard.onboarding/recovery-phrase}
{:name :keycard-onboarding-recovery-phrase-confirm-word1
:options {:popGesture false
:options {:topBar {:visible false}
:popGesture false
:hardwareBackButton {:dismissModalOnPress false
:popStackOnPress false}}
:component keycard.onboarding/recovery-phrase-confirm-word}
{:name :keycard-onboarding-recovery-phrase-confirm-word2
:options {:popGesture false
:options {:topBar {:visible false}
:popGesture false
:hardwareBackButton {:dismissModalOnPress false
:popStackOnPress false}}
:component keycard.onboarding/recovery-phrase-confirm-word}
{:name :keycard-recovery-intro
:options {:popGesture false
:options {:topBar {:visible false}
:popGesture false
:hardwareBackButton {:dismissModalOnPress false
:popStackOnPress false}}
:component keycard.recovery/intro}
{:name :keycard-recovery-success
:options {:popGesture false
:options {:topBar {:visible false}
:popGesture false
:hardwareBackButton {:dismissModalOnPress false
:popStackOnPress false}}
:insets {:bottom true}
:component keycard.recovery/success}
{:name :keycard-recovery-no-key
:options {:topBar {:visible false}
:popGesture false
:hardwareBackButton {:dismissModalOnPress false
:popStackOnPress false}}
:component keycard.recovery/no-key}
{:name :keycard-authentication-method
:options {:topBar {:visible false}}
:component keycard.authentication/keycard-authentication-method}
{:name :keycard-login-pin
:options {:topBar {:visible false}}
:component keycard/login-pin}
{:name :keycard-blank
:options {:topBar {:visible false}}
:component keycard/blank}
{:name :keycard-unpaired
:options {:topBar {:visible false}}
:component keycard/unpaired}
{:name :keycard-settings
:options {:topBar {:title {:text (i18n/label :t/status-keycard)}}}
Expand Down

0 comments on commit 7236c30

Please sign in to comment.