summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/renderHtml.tsx
AgeCommit message (Collapse)Author
2021-08-23updated build fast for webSebastian
2021-06-21fix some pixel and css classes and sync storybookSebastian
2021-06-16split wallet,popup .htmlSebastian
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
2020-08-12remove excessive namespacing, formatFlorian Dold
2020-08-03modularize repo, use pnpm, improve typecheckingFlorian Dold