aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/components/BankDetailsByPaytoType.tsx
AgeCommit message (Collapse)Author
2024-04-11fix AML spa memo and fix #8615Sebastian
2024-04-09wip #8424Sebastian
2024-03-01checking grammarSebastian
2024-03-01fix 8500Sebastian
2023-12-01show conversion service in withdrawal detailsSebastian
2023-12-01exchange account infoSebastian
2023-06-21better wording to the tx detailsSebastian
2023-06-21show bank detailsSebastian
2023-05-05fixing web-utils new importsSebastian
2023-04-14some changesSebastian
using transaction context from web utils alertContext.safely api change (easier to integrate) using lang and localstorage from web utils removing auto permission, from UI adding settings
2023-01-09fix #7152Sebastian
2022-11-07add payto uri on bank infoSebastian
2022-11-04encode bank account name and show BICSebastian
2022-09-29fix #7332v0.9.0-dev.26Sebastian
2022-09-26do not copy amount with currencySebastian
2022-09-16working on #7357Sebastian
getTransactionById is introduced: with that we move all transaction information building into a function transactionId was added in every response that creates a tx
2022-09-13adding missing i18nSebastian
2022-08-17some fixesSebastian
2022-06-09format amount so it is align to fractional digitlsSebastian
2022-06-06updating old copyright headerSebastian
2022-05-26transaction details templateSebastian
mayor change in the template of the transaction details for every transaction more work needs to be done in wallet core for tip and refund to show more information about the merchant like logo and website
2022-04-20adopt new payto bitcoin structSebastian
2022-04-20refactor payto and testSebastian
2022-04-18show btc wire details in withdraw details transactionSebastian
2022-04-11fix ref for copy and pasteSebastian
2022-03-28add extension to every importSebastian
2022-03-14take translator from transaltion contextSebastian
2022-03-14WIP fixing translation contextSebastian
2022-02-24we are force to use i18n.Translate, otherwise pogen won't find the tagSebastian
2022-02-24add i18n where was missingSebastian
2021-11-19some changes:Sebastian
- simplify design to reuse more components (from wallet instead of popup) - simplify hooks (useAsyncAsHook) - updateNotification from backend now filter events by type - new balance design proposed by Belen - more information when the withdrawal is in process - manual withdrawal implementation - some bugs killed