Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breakdown tab for payments and offercreates #985

Open
wants to merge 13 commits into
base: staging
Choose a base branch
from
101 changes: 73 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
"vite-plugin-html": "^3.2.0",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.2.0",
"xrpl-client": "^2.1.0"
"xrpl-client": "^2.1.0",
"xrpl-tx-path-parser": "github:shortthefomo/xrpl-tx-path-parser#dev"
shortthefomo marked this conversation as resolved.
Show resolved Hide resolved
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.6",
Expand Down
11 changes: 10 additions & 1 deletion public/locales/ca-CA/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"not_found_default_title": "No s'ha trobat la pàgina",
"not_found_check_url": "Si us plau, comproba l'URL",
"not_found": "No s'ha trobat",
"breakdown": "Breakdown",
"buy": "Compra",
"sell": "Ven",
"price": "Preu",
Expand Down Expand Up @@ -522,5 +523,13 @@
"note": "Nota",
"indicate_unl": "indica un validador en una UNL",
"transaction_tokens_involved": "<Currency/> i <Currency2/>",
"transaction_tokens_swapped": "<Currency/> per <Currency2/>"
"transaction_tokens_swapped": "<Currency/> per <Currency2/>",
"graph_dependant_currency": "*Graph is dependant on the currency used.",
shortthefomo marked this conversation as resolved.
Show resolved Hide resolved
"incomplete_transaction": "Incomplete transaction",
"liquidity_source": "Liquidity Source",
"balance_changes": "Balance Changes",
"direct": "direct",
"dex": "dex",
"amm": "amm",
"rippling": "rippling"
}
11 changes: 10 additions & 1 deletion public/locales/en-US/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"not_found_default_title": "Page Not Found",
"not_found_check_url": "Please double check your URL",
"not_found": "Not found",
"breakdown": "Breakdown",
"buy": "Buy",
"sell": "Sell",
"price": "Price",
Expand Down Expand Up @@ -522,5 +523,13 @@
"note": "Note",
"indicate_unl": "indicates a validator on an UNL",
"transaction_tokens_involved": "<Currency/> and <Currency2/>",
"transaction_tokens_swapped": "<Currency/> for <Currency2/>"
"transaction_tokens_swapped": "<Currency/> for <Currency2/>",
"graph_dependant_currency": "*Graph is dependant on the currency used.",
"incomplete_transaction": "Incomplete transaction",
"liquidity_source": "Liquidity Source",
"balance_changes": "Balance Changes",
"direct": "direct",
"dex": "dex",
"amm": "amm",
"rippling": "rippling"
}
Loading
Loading