aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/cta
AgeCommit message (Collapse)Author
2022-09-16prettySebastian
2022-09-16redirect after success #7357Sebastian
2022-09-16prettySebastian
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-12ref #7323Sebastian
2022-09-10add redirect to withdrawSebastian
2022-09-10fix #7343Sebastian
2022-09-09find taler action in clipboard and withdraw with mobileSebastian
2022-09-06listExchangesDetailed to getExchangeDetailedInfo & ageRestriction taken from ↵Sebastian
the denoms
2022-09-05wallet-core: make listExchanges return less datav0.9.0-dev.16Florian Dold
Since the webextension UI depends on the full response, we have a temporary listExchangesDetailled request. See https://bugs.taler.net/n/7323 for details.
2022-09-01add invoice|transfer created viewSebastian
2022-08-31invoice and transfer detailsSebastian
2022-08-31p2p tx renderingSebastian
2022-08-29using CTA for manual withdrawalSebastian
2022-08-18first iteration of exchange selection: added information in the ↵Sebastian
exchangeDetails response from core
2022-08-15destination uiSebastian
2022-08-14get send money skeletonSebastian
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-08-01standarizing componentsSebastian
2022-07-21withdraw as moduleSebastian
2022-06-26- typo fixSebastian
2022-06-06fix: missing copyrightsSebastian
2022-06-06updating old copyright headerSebastian
2022-06-06prettierSebastian
2022-06-01mui button implSebastian
2022-05-14feat: awaiting refundSebastian
2022-05-04add age restriction option to withdraw ctaSebastian
2022-05-03deposit from paytoSebastian
2022-05-02tip and refund stories and testSebastian
2022-04-27toggle permissionSebastian
2022-04-26remove old async hookSebastian
2022-04-26useAsync new APISebastian
2022-04-22deposit test caseSebastian
2022-04-21payments test caseSebastian
2022-04-18missing testsSebastian
2022-04-12accept tos test caseSebastian
2022-04-11using the test to fine tune the withdraw processSebastian
2022-04-11using alarm service intead of timeout api when the wallet is running in a ↵Sebastian
service worker environment
2022-04-11new test api to test hooks rendering iteration, testing state of withdraw pageSebastian
2022-04-11missing index fileSebastian
2022-04-11terms of service stories into its own scenarios (removed from withdraw)Sebastian
2022-04-11show amount nicely, into a componentSebastian
2022-04-06cta stories and input filled muiSebastian
2022-03-30useAsync use an optional deps for callback, most of the time it just need to ↵Sebastian
be rendered once
2022-03-30fix loop renderingSebastian
2022-03-29added react eslint and fix most of the warnsSebastian
2022-03-28add extension to every importSebastian
2022-03-28storybook like page for dev, plus some style fixesSebastian