File tree Expand file tree Collapse file tree 11 files changed +9
-10
lines changed
packages/mobile-app/app/(drawer) Expand file tree Collapse file tree 11 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ export default function Layout() {
13
13
} }
14
14
/>
15
15
< Drawer . Screen
16
- name = "settings"
16
+ name = "app- settings"
17
17
options = { {
18
18
headerShown : false ,
19
- drawerLabel : "Settings" ,
19
+ drawerLabel : "App Settings" ,
20
20
} }
21
21
/>
22
22
</ Drawer >
Original file line number Diff line number Diff line change @@ -354,7 +354,6 @@ function AssetRow({
354
354
< Layout style = { styles . assetBadge } >
355
355
< Image source = { image } style = { styles . assetBadge } />
356
356
</ Layout >
357
- < Layout style = { styles . assetBadge } />
358
357
< Layout style = { styles . assetInfo } >
359
358
< Text category = "s1" >
360
359
{ name } { verified ? "(Verified)" : "" }
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export default function MenuDebug() {
33
33
appearance = "ghost"
34
34
accessoryLeft = { TransactionIcon }
35
35
style = { styles . button }
36
- onPress = { ( ) => router . push ( "/(drawer)/settings/debug/pending" ) }
36
+ onPress = { ( ) => router . push ( "/(drawer)/app- settings/debug/pending" ) }
37
37
>
38
38
Pending Transactions
39
39
</ Button >
@@ -42,7 +42,7 @@ export default function MenuDebug() {
42
42
appearance = "ghost"
43
43
accessoryLeft = { NotesIcon }
44
44
style = { styles . button }
45
- onPress = { ( ) => router . push ( "/(drawer)/settings/debug/unspent" ) }
45
+ onPress = { ( ) => router . push ( "/(drawer)/app- settings/debug/unspent" ) }
46
46
>
47
47
Unspent Notes
48
48
</ Button >
@@ -51,7 +51,7 @@ export default function MenuDebug() {
51
51
appearance = "ghost"
52
52
accessoryLeft = { OreoIcon }
53
53
style = { styles . button }
54
- onPress = { ( ) => router . push ( "/(drawer)/settings/debug/oreowallet" ) }
54
+ onPress = { ( ) => router . push ( "/(drawer)/app- settings/debug/oreowallet" ) }
55
55
>
56
56
Oreowallet
57
57
</ Button >
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -16,19 +16,19 @@ const ForwardIcon = (props: any): IconElement => (
16
16
const MENU_ROUTES = {
17
17
security : {
18
18
title : "Security" ,
19
- href : "/(drawer)/settings/security" ,
19
+ href : "/(drawer)/app- settings/security" ,
20
20
} ,
21
21
network : {
22
22
title : "Network" ,
23
- href : "/(drawer)/settings/network" ,
23
+ href : "/(drawer)/app- settings/network" ,
24
24
} ,
25
25
debug : {
26
26
title : "Debug" ,
27
- href : "/(drawer)/settings/debug" ,
27
+ href : "/(drawer)/app- settings/debug" ,
28
28
} ,
29
29
about : {
30
30
title : "About the app" ,
31
- href : "/(drawer)/settings/about" ,
31
+ href : "/(drawer)/app- settings/about" ,
32
32
} ,
33
33
} as const ;
34
34
File renamed without changes.
You can’t perform that action at this time.
0 commit comments