summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/pages/pay.tsx
AgeCommit message (Collapse)Author
2021-05-31add storybookSebastian
2021-05-07preact routing on the walletSebastian
2021-05-07migrate to preactSebastian
2021-03-27fix build issuesFlorian Dold
2021-02-010006728: set up wallet CI pipeline for WebExtension buildSebastian
This commit split in three main things: * added deploy-webext to upload the extension zipfile * put scope into the npm packages to be able to deploy them * added deploy-npm to deploy related npm packages Also, fixing bug on `make clean`. Some packages where not being deleting tsconfig.tsbuildinfo and making subsequent `make` fail
2021-01-17actually display fees instead of effective amountFlorian Dold
2020-08-24implement fulfillment_message and make fulfillment_url optionalFlorian Dold
2020-08-24test case for order claiming; more accurate ECFlorian Dold
2020-08-19make basic withdrawal and payment work again with new APIFlorian Dold
2020-08-12remove excessive namespacing, formatFlorian Dold
2020-08-11towards the improved confirmPay APIFlorian Dold
2020-08-03modularize repo, use pnpm, improve typecheckingFlorian Dold