aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/renderHtml.tsx
AgeCommit message (Collapse)Author
2022-03-23all the browser related code move into one place, making it easy for ↵Sebastian
specific platform code or mocking for testing
2022-01-16#7120 manifest v3: first iteration workingSebastian
new permission needed: scripting chrome.browserAction -> chrome.action webRequestBlocking is not possible anymore chrome.extension.getUrl -> chrome.runtime.getUrl new serviceWorkerHttpLib: using fetch new serviceWorkerCryptoWorkerFactory: using syncCryptoImpl few other minor changes still missing some other changes like migrating setTimeout to chrome.alarms api
2022-01-10deposit design from belen, feature missing: kycSebastian
2021-11-16reserveCreated new designSebastian
2021-11-15prettierSebastian
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