add lnlink

This commit is contained in:
Suhail Saqan
2022-12-23 20:35:37 -06:00
parent ef85bb0ca9
commit a8921dc24f
4 changed files with 23 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "lnlink.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 547 KiB

View File

@@ -34,6 +34,7 @@ public class Constants {
{"id": 4, "name": "Wallet Of Satoshi", "link": "walletofsatoshi:lightning:", "appStoreLink": "https://apps.apple.com/us/app/wallet-of-satoshi/id1438599608", "image": "walletofsatoshi"}, {"id": 4, "name": "Wallet Of Satoshi", "link": "walletofsatoshi:lightning:", "appStoreLink": "https://apps.apple.com/us/app/wallet-of-satoshi/id1438599608", "image": "walletofsatoshi"},
{"id": 5, "name": "Zebedee", "link": "zebedee:lightning:", "appStoreLink": "https://apps.apple.com/us/app/zebedee-wallet/id1484394401", "image": "zebedee"}, {"id": 5, "name": "Zebedee", "link": "zebedee:lightning:", "appStoreLink": "https://apps.apple.com/us/app/zebedee-wallet/id1484394401", "image": "zebedee"},
{"id": 6, "name": "Zeus LN", "link": "zeusln:lightning:", "appStoreLink": "https://apps.apple.com/us/app/zeus-ln/id1456038895", "image": "zeusln"}, {"id": 6, "name": "Zeus LN", "link": "zeusln:lightning:", "appStoreLink": "https://apps.apple.com/us/app/zeus-ln/id1456038895", "image": "zeusln"},
{"id": 7, "name": "LNLink", "link": "lnlink://", "appStoreLink": "https://testflight.apple.com/join/aNY4yuuZ", "image": "lnlink"},
] ]
""".data(using: .utf8)! """.data(using: .utf8)!
} }

View File

@@ -66,7 +66,7 @@ struct SelectWalletView: View {
.truncationMode(.tail) .truncationMode(.tail)
}.padding([.bottom], 4) }.padding([.bottom], 4)
}.buttonStyle(.plain) }.buttonStyle(.plain)
wallet.id != 6 ? Divider().padding([.bottom], -6) : nil wallet.id != 7 ? Divider().padding([.bottom], -6) : nil
} }
} header: { } header: {
Text("Select a lightning wallet") Text("Select a lightning wallet")