Skip to content

Commit e0fdcda

Browse files
Merge pull request #750 from dashpay/feat/redesign-tools-round-2
feat: Update components and "Extend public keys" page
2 parents aa9603f + 7a7ad35 commit e0fdcda

88 files changed

Lines changed: 2216 additions & 677 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

DashSyncCurrentCommit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c97bdeaadada89fbe7f1a59ceea89ae531a1bcb9
1+
753f9446cfd20ae5da996104a5870df839005d4c

DashWallet.xcodeproj/project.pbxproj

Lines changed: 333 additions & 310 deletions
Large diffs are not rendered by default.

DashWallet.xcodeproj/xcshareddata/xcschemes/dashwallet.xcscheme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
version = "1.7">
55
<BuildAction
66
parallelizeBuildables = "YES"
7-
buildImplicitDependencies = "NO">
7+
buildImplicitDependencies = "YES">
88
<BuildActionEntries>
99
<BuildActionEntry
1010
buildForTesting = "YES"
@@ -73,7 +73,7 @@
7373
</Testables>
7474
</TestAction>
7575
<LaunchAction
76-
buildConfiguration = "Debug"
76+
buildConfiguration = "Testflight"
7777
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
7878
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
7979
language = "en"
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "controls-back-dark-mode.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"filename" : "controls-back-dark-mode@2x.png",
10+
"idiom" : "universal",
11+
"scale" : "2x"
12+
},
13+
{
14+
"filename" : "controls-back-dark-mode@3x.png",
15+
"idiom" : "universal",
16+
"scale" : "3x"
17+
}
18+
],
19+
"info" : {
20+
"author" : "xcode",
21+
"version" : 1
22+
},
23+
"properties" : {
24+
"template-rendering-intent" : "template"
25+
}
26+
}
170 Bytes
196 Bytes
230 Bytes
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "controls-back.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"filename" : "controls-back@2x.png",
10+
"idiom" : "universal",
11+
"scale" : "2x"
12+
},
13+
{
14+
"filename" : "controls-back@3x.png",
15+
"idiom" : "universal",
16+
"scale" : "3x"
17+
}
18+
],
19+
"info" : {
20+
"author" : "xcode",
21+
"version" : 1
22+
},
23+
"properties" : {
24+
"template-rendering-intent" : "template"
25+
}
26+
}
203 Bytes
298 Bytes

0 commit comments

Comments
 (0)