-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #309 from cosmostation/feature/307_chain_order_custom
Feature/307 chain order custom
- Loading branch information
Showing
38 changed files
with
1,591 additions
and
1,471 deletions.
There are no files selected for viewing
48 changes: 40 additions & 8 deletions
48
Cosmos-IOS/Cosmostation/Cosmostation.xcodeproj/project.pbxproj
Large diffs are not rendered by default.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
Cosmos-IOS/Cosmostation/Cosmostation/Assets.xcassets/iconEdit.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "iconEdit.pdf", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
} | ||
} |
Binary file added
BIN
+2.45 KB
Cosmos-IOS/Cosmostation/Cosmostation/Assets.xcassets/iconEdit.imageset/iconEdit.pdf
Binary file not shown.
12 changes: 12 additions & 0 deletions
12
Cosmos-IOS/Cosmostation/Cosmostation/Assets.xcassets/iconListadd.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"idiom" : "universal", | ||
"filename" : "iconListadd.pdf" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
} | ||
} |
Binary file added
BIN
+2.75 KB
Cosmos-IOS/Cosmostation/Cosmostation/Assets.xcassets/iconListadd.imageset/iconListadd.pdf
Binary file not shown.
12 changes: 12 additions & 0 deletions
12
Cosmos-IOS/Cosmostation/Cosmostation/Assets.xcassets/iconListdelete.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"idiom" : "universal", | ||
"filename" : "iconListdelete.pdf" | ||
} | ||
], | ||
"info" : { | ||
"version" : 1, | ||
"author" : "xcode" | ||
} | ||
} |
Binary file added
BIN
+2.24 KB
...-IOS/Cosmostation/Cosmostation/Assets.xcassets/iconListdelete.imageset/iconListdelete.pdf
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -573,6 +573,7 @@ [email protected]"; | |
"title_ibc_transfer" = "IBC Send"; | ||
"title_sif_dex" = "SifChain Dex"; | ||
"title_sif_incentive" = "Incentive Claim"; | ||
"title_edit_chain" = "Edit Chains"; | ||
|
||
|
||
"proposal_type_basic" = "Basic"; | ||
|
@@ -685,6 +686,9 @@ [email protected]"; | |
"error_noting_repay_asset" = "Noting to be repaid"; | ||
"error_remain_borrow_small" = "Remain borrow amount less than $10"; | ||
"error_alreay_rizon_swap" = "There is already a swap request in progress."; | ||
"error_max_account_number" = "No more accounts can be added to this chain."; | ||
"error_reserve_1_account" = "Please reserve at least 1 account to displayed."; | ||
"error_hided_chain" = "Hidden Chain."; | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.