aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/components
AgeCommit message (Collapse)Author
2022-09-23new deposit pageSebastian
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-12hours should be modulo 24, fix #7342Sebastian
2022-09-01show summary on tx historySebastian
2022-08-31p2p tx renderingSebastian
2022-08-26exchange selection: timeline doneSebastian
2022-08-25-temporary fix to make webextension compile againFlorian Dold
2022-08-17some fixesSebastian
2022-08-15destination uiSebastian
2022-08-11qr readerSebastian
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-06fix: missing copyrightsSebastian
2022-06-06updating old copyright headerSebastian
2022-06-02typechecked dynamic pathSebastian
2022-06-01mui button implSebastian
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-04add age restriction option to withdraw ctaSebastian
2022-05-03deposit from paytoSebastian
2022-04-27toggle permissionSebastian
2022-04-26remove old async hookSebastian
2022-04-26useAsync new APISebastian
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-18missing testsSebastian
2022-04-11show amount nicely, into a componentSebastian
2022-04-11fix ref for copy and pasteSebastian
2022-04-05mui alert and not enough blanance ported to materialSebastian
2022-03-29added react eslint and fix most of the warnsSebastian
2022-03-29remove storybookSebastian
2022-03-29import image as datauri, some eslint fixesSebastian
2022-03-28add extension to every importSebastian
2022-03-28storybook like page for dev, plus some style fixesSebastian
2022-03-25new dev environmentSebastian
2022-03-24esbuild configurationSebastian
2022-03-23all the browser related code move into one place, making it easy for ↵Sebastian
specific platform code or mocking for testing
2022-03-22wallet: improve error handling and error codesFlorian Dold
2022-03-21wallet: t_s/d_us migrationFlorian Dold
2022-03-17removing repeated summary & adding subtitle on transaction refundedSebastian
2022-03-17fulfillment url on payment ticketSebastian
2022-03-14take translator from transaltion contextSebastian
2022-03-14WIP fixing translation contextSebastian
2022-03-14fix button misaligned when font-size is increasedSebastian
2022-03-14fix witdraw button cut-off when browser font-size is bigSebastian
2022-03-11pending clickableSebastian