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