aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/utils
AgeCommit message (Collapse)Author
2022-08-24-get p2p pull integration test to run throughFlorian Dold
2022-07-21withdraw as moduleSebastian
2022-06-06updating old copyright headerSebastian
2022-06-06prettierSebastian
2022-04-11new test api to test hooks rendering iteration, testing state of withdraw pageSebastian
2022-03-29added react eslint and fix most of the warnsSebastian
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-24fix permission api, grouping all cta into same pathSebastian
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
2021-12-06check timeout when doing a query to /keys to add an exchangeSebastian
2021-11-30add a taler action from the history pageSebastian
2021-11-24adding tos information in settings and return to manual withdraw when adding ↵Sebastian
an exchange
2021-11-22add exchange featureSebastian