turn off new wallet design

Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
andrey 2022-04-04 16:38:51 +02:00
parent 12e3b74651
commit ba38f3ec74
No known key found for this signature in database
GPG Key ID: 89B67245FD2F0272
1 changed files with 6 additions and 5 deletions

View File

@ -121,8 +121,8 @@
[status-im.ui.screens.wallet.recipient.views :as recipient] [status-im.ui.screens.wallet.recipient.views :as recipient]
[status-im.ui.screens.wallet.send.views :as wallet.send] [status-im.ui.screens.wallet.send.views :as wallet.send]
[quo2.screens.main :as quo2.preview] [quo2.screens.main :as quo2.preview]
[status-im.utils.config :as config] [status-im.utils.config :as config]))
[quo2.foundations.colors :as quo2.colors])) ;[quo2.foundations.colors :as quo2.colors]))
(def components (def components
[{:name :chat-toolbar [{:name :chat-toolbar
@ -358,10 +358,11 @@
{:name :wallet {:name :wallet
:insets {:top false} :insets {:top false}
:on-focus [:wallet/tab-opened] :on-focus [:wallet/tab-opened]
:options {:statusBar {:backgroundColor quo2.colors/neutral-5}} ;;TODO wallet redesign
:component wallet.accounts/accounts-overview} ;;:options {:statusBar {:backgroundColor quo2.colors/neutral-5}}
:component wallet.accounts/accounts-overview-old}
{:name :wallet-account {:name :wallet-account
;;TODO dynamic title ;;TODO dynamic titleaccounts-overview
:options {:topBar {:visible false}} :options {:topBar {:visible false}}
:component wallet.account/account} :component wallet.account/account}
{:name :add-new-account {:name :add-new-account