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
128 changes: 100 additions & 28 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
"@vitejs/plugin-react": "^4.2.1",
"@xrplf/isomorphic": "^1.0.0-beta.1",
"@xrplf/prettier-config": "^1.9.1",
"@xrplkit/txmeta": "^1.3.1",
"@xrplkit/xfl": "^2.1.0",
"assert": "^2.1.0",
"autoprefixer": "^10.4.17",
"axios": "^1.6.5",
Expand Down Expand Up @@ -54,7 +56,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": "^1.0.5"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.6",
Expand Down
12 changes: 12 additions & 0 deletions 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 @@ -525,6 +526,17 @@
"indicate_unl": "indica un validador en una UNL",
"transaction_tokens_involved": "<Currency/> i <Currency2/>",
"transaction_tokens_swapped": "<Currency/> per <Currency2/>",
"graph_dependent_currency": "*Graph is dependent on the currency used.",
"incomplete_transaction": "Incomplete transaction",
"liquidity_source": "Liquidity Source",
"balance_changes": "Balance Changes",
"direct": "direct",
"dex": "dex",
"amm": "amm",
"rippling": "rippling",
"sold": "sold",
"bought": "bought",
"no_cross": "The offer has not crossed anything yet",
"oracle_document_id": null,
"provider": null,
"last_update_time": null,
Expand Down
12 changes: 12 additions & 0 deletions 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 @@ -525,6 +526,17 @@
"indicate_unl": "indicates a validator on an UNL",
"transaction_tokens_involved": "<Currency/> and <Currency2/>",
"transaction_tokens_swapped": "<Currency/> for <Currency2/>",
"graph_dependent_currency": "*Graph is dependent on the currency used.",
"incomplete_transaction": "Incomplete transaction",
"liquidity_source": "Liquidity Source",
"balance_changes": "Balance Changes",
"direct": "direct",
"dex": "dex",
"amm": "amm",
"rippling": "rippling",
"sold": "sold",
"bought": "bought",
"no_cross": "The offer has not crossed anything yet",
"oracle_document_id": "Oracle Document ID",
"provider": "Provider",
"last_update_time": "Last Update Time",
Expand Down
Loading