File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1818 }
1919 }
2020 },
21- " High Priority : %lld" : {
21+ " High: %lld" : {
2222
2323 },
2424 " Low Priority - %lld" : {
3838 }
3939 }
4040 },
41- " Low Priority : %lld" : {
41+ " Low: %lld" : {
4242
4343 },
4444 " Med Priority - %lld" : {
5757 }
5858 }
5959 }
60- },
61- " Med Priority: %lld" : {
62-
6360 },
6461 " No Priority - %lld" : {
6562 "extractionState" : "stale",
7875 }
7976 }
8077 },
81- " No Priority : %lld" : {
78+ " None : %lld" : {
8279
8380 },
8481 "- %llu sats" : {
726723 }
727724 }
728725 }
726+ },
727+ "Med: %lld" : {
728+
729729 },
730730 "Navigation Title" : {
731731 "extractionState" : "stale",
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ struct FeeView: View {
3434 variableValue: 0.0
3535 )
3636 Text (
37- " No Priority: \( viewModel. recommendedFees? . minimumFee ?? 1 ) "
37+ " None • \( viewModel. recommendedFees? . minimumFee ?? 1 ) "
3838 )
3939 }
4040 . tag ( 0 )
@@ -44,7 +44,7 @@ struct FeeView: View {
4444 variableValue: 0.33
4545 )
4646 Text (
47- " Low Priority: \( viewModel. recommendedFees? . hourFee ?? 1 ) "
47+ " Low • \( viewModel. recommendedFees? . hourFee ?? 1 ) "
4848 )
4949 }
5050 . tag ( 1 )
@@ -54,7 +54,7 @@ struct FeeView: View {
5454 variableValue: 0.66
5555 )
5656 Text (
57- " Med Priority: \( viewModel. recommendedFees? . halfHourFee ?? 1 ) "
57+ " Medium • \( viewModel. recommendedFees? . halfHourFee ?? 1 ) "
5858 )
5959 }
6060 . tag ( 2 )
@@ -64,7 +64,7 @@ struct FeeView: View {
6464 variableValue: 1.0
6565 )
6666 Text (
67- " High Priority: \( viewModel. recommendedFees? . fastestFee ?? 1 ) "
67+ " High • \( viewModel. recommendedFees? . fastestFee ?? 1 ) "
6868 )
6969 }
7070 . tag ( 3 )
@@ -108,7 +108,7 @@ struct FeeView: View {
108108
109109 }
110110 . padding ( )
111- . navigationTitle ( " Fees " )
111+ . navigationTitle ( " Fee Priority " )
112112 . task {
113113 await viewModel. getFees ( )
114114 }
You can’t perform that action at this time.
0 commit comments