aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/wallet/Transaction.tsx
AgeCommit message (Collapse)Author
2023-03-29handle kyc error on invoice and transferSebastian
2023-02-20tell the user that refund is pendingSebastian
2023-02-17fix #7695Sebastian
2023-02-14wallet-core: allow inclusion of refreshes in transactions listFlorian Dold
2023-02-13fix #7468Sebastian
2023-01-20fix wrong fee calculationSebastian
2023-01-20fix: effective amount is higher that raw amount in transferSebastian
2023-01-17use payto builder and prevent showing cancel for non-paymentSebastian
2023-01-16-typosChristian Grothoff
2023-01-15show deposit transaction infoSebastian
2023-01-13using extendedStatusSebastian
2023-01-11add kyc warningSebastian
2023-01-09fix #7153: more error handlingSebastian
if handler do not trap error then fail at compile time, all safe handlers push alert on error errors are typed so they render good information
2023-01-09fix #7152Sebastian
2022-12-15wxApi from context and using the new testing sdkSebastian
2022-11-18pending #7468Sebastian
2022-11-17fix #7477Sebastian
2022-11-07un-uglyfy, fix: 7442Sebastian
2022-11-07add word break for long paytoSebastian
2022-11-07add payto uri on bank infoSebastian
2022-11-02wallet-core: DB FIXMEs (amount format)Florian Dold
2022-10-25using new wallet api (typed interface)Sebastian
2022-09-29fix #7332v0.9.0-dev.26Sebastian
2022-09-16prettySebastian
2022-09-16redirect after success #7357Sebastian
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-09-06listExchangesDetailed to getExchangeDetailedInfo & ageRestriction taken from ↵Sebastian
the denoms
2022-09-01show sharing action when the tx is not completedSebastian
2022-08-31p2p tx renderingSebastian
2022-08-10withdraw call to actionSebastian
2022-08-08fixing #6096Sebastian
merchant details and contract terms details factored out, to be used by other components tests and stories updated payment completed != confirmed (confirmed if paid by someone else)
2022-06-09remove listener on unloadSebastian
2022-06-09format amount so it is align to fractional digitlsSebastian
2022-06-06updating old copyright headerSebastian
2022-06-02typechecked dynamic pathSebastian
2022-06-01mui button implSebastian
2022-05-29use logo, website and emai in purchase detailsSebastian
2022-05-29show refund info in purchaseSebastian
notify refund pending with accept button on the purchase details better payto box
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-05-14feat: awaiting refundSebastian
2022-05-03deposit from paytoSebastian
2022-05-02tip and refund stories and testSebastian
2022-04-26remove old async hookSebastian
2022-04-26useAsync new APISebastian
2022-04-18show btc wire details in withdraw details transactionSebastian
2022-04-11show amount nicely, into a componentSebastian
2022-03-28add extension to every importSebastian
2022-03-28storybook like page for dev, plus some style fixesSebastian
2022-03-21wallet: t_s/d_us migrationFlorian Dold