aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/pages
AgeCommit message (Collapse)Author
2021-06-16split wallet/popup components. created hooks, components, context folderSebastian
2021-06-16split wallet,popup .htmlSebastian
2021-06-08adding some translationSebastian
2021-06-08moving strings from wallet-core to web-extensionSebastian
2021-06-08better label for the fieldsSebastian
2021-06-04some fixesSebastian
how the id is shown refactoring some settings to use hooks
2021-06-03wallet transaction detailSebastian
2021-05-31add storybookSebastian
2021-05-20fixed width for popup, fixed url redirect on manual taler link lookup, fixed ↵Sebastian
uncontrolled checkbox handling
2021-05-07preact routing on the walletSebastian
2021-05-07migrate to preactSebastian
2021-04-28fix more typosChristian Grothoff
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-18implement depositsFlorian Dold
2021-01-17actually display fees instead of effective amountFlorian Dold
2020-11-18towards a nicer transaction historyFlorian Dold
2020-11-18re-enable tipping support in the WebExtension UIFlorian Dold
2020-09-09make withdrawal, pay and refunds work in the WebExtensionFlorian 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-21make diagnostics, welcome page and permissions work againFlorian Dold
2020-08-20add auto-refund test case, fix bug detected by itFlorian Dold
2020-08-19make basic withdrawal and payment work again with new APIFlorian Dold
2020-08-14web extension WIPFlorian 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