test
This commit is contained in:
parent
6b30434ab6
commit
621d588467
|
@ -96,32 +96,16 @@
|
||||||
:image (resources/get-image :use-keycard)
|
:image (resources/get-image :use-keycard)
|
||||||
:on-press status-im.common.not-implemented/alert}]))
|
:on-press status-im.common.not-implemented/alert}]))
|
||||||
|
|
||||||
(defn- use-a-seed-phrase-icon-card
|
(defn- log-in-by-syncing-icon-card
|
||||||
[]
|
[]
|
||||||
[quo/small-option-card
|
[quo/small-option-card
|
||||||
{:variant :icon
|
{:variant :icon
|
||||||
:title (i18n/label :t/use-a-seed-phrase)
|
:title (i18n/label :t/log-in-with-seed-phrase)
|
||||||
:subtitle (i18n/label :t/use-a-seed-phrase-subtitle)
|
:subtitle (i18n/label :t/log-in-with-seed-phrase-subtitles)
|
||||||
:accessibility-label :use-a-seed-phrase-icon-card
|
:accessibility-label :log-in-by-syncing-icon-card
|
||||||
:image (resources/get-image :ethereum-address)
|
:image (resources/get-image :ethereum-address)
|
||||||
:on-press nav-to-seed-phrase-with-cur-screen}])
|
:on-press nav-to-seed-phrase-with-cur-screen}])
|
||||||
|
|
||||||
(defn- use-an-empty-keycard
|
|
||||||
[]
|
|
||||||
(when config/show-not-implemented-features?
|
|
||||||
[quo/small-option-card
|
|
||||||
{:variant :icon
|
|
||||||
:title (i18n/label :t/use-keycard)
|
|
||||||
:subtitle (i18n/label :t/use-keycard-subtitle)
|
|
||||||
:accessibility-label :use-keycard-option-card
|
|
||||||
:image (resources/get-image :use-keycard)
|
|
||||||
:on-press status-im.common.not-implemented/alert}]))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
(defn sign-in-options
|
(defn sign-in-options
|
||||||
[sign-in-type]
|
[sign-in-type]
|
||||||
(let [window-height (rf/sub [:dimensions/window-height])
|
(let [window-height (rf/sub [:dimensions/window-height])
|
||||||
|
|
|
@ -1460,6 +1460,8 @@
|
||||||
"local-pairing-experimental-mode": "Local Pairing Mode (alpha)",
|
"local-pairing-experimental-mode": "Local Pairing Mode (alpha)",
|
||||||
"lock-app-with": "Lock app with",
|
"lock-app-with": "Lock app with",
|
||||||
"log-in": "Log in",
|
"log-in": "Log in",
|
||||||
|
"log-in-by-syncing":"Log in by syncing",
|
||||||
|
"log-in-by-syncing-subtitle":"If you have your profile on another device",
|
||||||
"log-in-with-seed-phrase": "Log in with seed phrase",
|
"log-in-with-seed-phrase": "Log in with seed phrase",
|
||||||
"log-in-with-seed-phrase-subtitle": "If you have your Status seed phrase",
|
"log-in-with-seed-phrase-subtitle": "If you have your Status seed phrase",
|
||||||
"log-level": "Log level",
|
"log-level": "Log level",
|
||||||
|
|
Loading…
Reference in New Issue