Skip to content

Commit 8411a40

Browse files
committed
Satscard
1 parent 9f01629 commit 8411a40

File tree

6 files changed

+3172
-2270
lines changed

6 files changed

+3172
-2270
lines changed

Navigation.ts

+4
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ import PointOfSaleRecon from './views/Settings/PointOfSaleRecon';
5050
import PointOfSaleReconExport from './views/Settings/PointOfSaleReconExport';
5151
import PaymentsSettings from './views/Settings/PaymentsSettings';
5252
import InvoicesSettings from './views/Settings/InvoicesSettings';
53+
import Satscard from './views/Settings/Satscard';
5354

5455
// Routing
5556
import Routing from './views/Routing/Routing';
@@ -247,6 +248,9 @@ const AppScenes = {
247248
PointOfSaleReconExport: {
248249
screen: PointOfSaleReconExport
249250
},
251+
Satscard: {
252+
screen: Satscard
253+
},
250254
PaymentsSettings: {
251255
screen: PaymentsSettings
252256
},

locales/en.json

+8
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@
5353
"general.false": "False",
5454
"general.force": "Force",
5555
"general.proceed": "Proceed",
56+
"general.id": "ID",
57+
"general.version": "Version",
5658
"general.fiatFetchError": "Error fetching exchange rates",
5759
"components.CollapsedQr.show": "Show QR",
5860
"components.CollapsedQr.hide": "Hide QR",
@@ -118,6 +120,12 @@
118120
"views.Routing.RoutingEvent.title": "You received",
119121
"views.Routing.SetFees": "Your node fees",
120122
"views.Routing.channelFees": "Edit channel fees",
123+
"views.Satscard.load": "Load Satscard",
124+
"views.Satscard.unseal": "Unseal",
125+
"views.Satscard.birthHeight": "Birth height",
126+
"views.Satscard.totalSlots": "Total slots",
127+
"views.Satscard.activeSlot": "Active slot",
128+
"views.Satscard.slotStatus": "Slot status",
121129
"views.Settings.AddEditNode.certificateButton": "Certificate Install Instructions",
122130
"views.Settings.AddEditNode.nodeConfig": "Node Configuration",
123131
"views.Settings.AddEditNode.connectionStringClipboard": "Detected the following connection string in your clipboard",

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@react-native-picker/picker": "2.4.8",
3030
"@react-navigation/bottom-tabs": "5.11.11",
3131
"@react-navigation/native": "6.0.16",
32-
"@remobile/react-native-qrcode-local-image": "github:BlueWallet/react-native-qrcode-local-image#b8baa79",
32+
"@remobile/react-native-qrcode-local-image": "github:BlueWallet/react-native-qrcode-local-image#master",
3333
"@tradle/react-native-http": "2.0.1",
3434
"@types/react-native-snap-carousel": "3.8.5",
3535
"assert": "1.5.0",
@@ -42,13 +42,15 @@
4242
"browserify-zlib": "0.1.4",
4343
"bs58check": "2.1.2",
4444
"buffer": "5.6.0",
45+
"cktap-protocol-react-native": "git+https://github.com/bithyve/cktap-protocol-react-native.git#main",
4546
"console-browserify": "1.2.0",
4647
"constants-browserify": "1.0.0",
4748
"create-hash": "1.2.0",
4849
"dateformat": "3.0.3",
4950
"dns.js": "1.0.1",
5051
"domain-browser": "1.2.0",
5152
"elliptic": "6.5.4",
53+
"eslint-plugin-ft-flow": "2.0.3",
5254
"events": "1.1.1",
5355
"fast-sha256": "1.3.0",
5456
"hash.js": "1.1.7",

0 commit comments

Comments
 (0)