Skip to content

Commit 9fd5cd1

Browse files
feat(@desktop/privacyMode): Added missing files for mobile screens in light and
dark mode + desktop dark mode of placeholders when ThirdParty services are disabled
1 parent ffaaf73 commit 9fd5cd1

27 files changed

+43
-9
lines changed

src/app/global/feature_flags.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const DEFAULT_FLAG_SIMPLE_SEND_ENABLED = true
2323
const DEFAULT_FLAG_MARKET_ENABLED = true
2424
const DEFAULT_FLAG_HOMEPAGE_ENABLED = true
2525
const DEFAULT_FLAG_LOCAL_BACKUP_ENABLED = true
26-
const DEFAULT_FLAG_PRIVACY_MODE_FEATURE_ENABLED = false
26+
const DEFAULT_FLAG_PRIVACY_MODE_FEATURE_ENABLED = true
2727

2828
# Compile time feature flags
2929
const DEFAULT_FLAG_DAPPS_ENABLED = true
31.1 KB
Loading
242 KB
Loading
31.3 KB
Loading
36.1 KB
Loading
138 KB
Loading
35.6 KB
Loading

ui/StatusQ/src/assets/png/png.qrc

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -924,11 +924,29 @@
924924
<file>status-logo-icon.png</file>
925925
<file>status-preparing.png</file>
926926
<file>unfurling-image.png</file>
927-
<file>wallet/placeholders/buyView.png</file>
928-
<file>wallet/placeholders/swapView.png</file>
929-
<file>wallet/placeholders/collectiblesView.png</file>
930-
<file>wallet/placeholders/mainView.png</file>
931-
<file>market/tradeCenter.png</file>
932-
<file>market/swap.png</file>
927+
<file>market/tradeCenter-light.png</file>
928+
<file>market/swap-light.png</file>
929+
<file>market/tradeCenter-dark.png</file>
930+
<file>market/swap-dark.png</file>
931+
<file>market/tradeCenter-light-small.png</file>
932+
<file>market/swap-light-small.png</file>
933+
<file>market/tradeCenter-dark-small.png</file>
934+
<file>market/swap-dark-small.png</file>
935+
<file>wallet/placeholders/mainView-light-small.png</file>
936+
<file>wallet/placeholders/collectiblesView-light-small.png</file>
937+
<file>wallet/placeholders/buyView-light-small.png</file>
938+
<file>wallet/placeholders/swapView-light-small.png</file>
939+
<file>wallet/placeholders/mainView-dark-small.png</file>
940+
<file>wallet/placeholders/collectiblesView-dark-small.png</file>
941+
<file>wallet/placeholders/buyView-dark-small.png</file>
942+
<file>wallet/placeholders/swapView-dark-small.png</file>
943+
<file>wallet/placeholders/buyView-dark.png</file>
944+
<file>wallet/placeholders/collectiblesView-dark.png</file>
945+
<file>wallet/placeholders/swapView-dark.png</file>
946+
<file>wallet/placeholders/mainView-dark.png</file>
947+
<file>wallet/placeholders/swapView-light.png</file>
948+
<file>wallet/placeholders/mainView-light.png</file>
949+
<file>wallet/placeholders/collectiblesView-light.png</file>
950+
<file>wallet/placeholders/buyView-light.png</file>
933951
</qresource>
934952
</RCC>

0 commit comments

Comments
 (0)