aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/popup/DeveloperPage.tsx
AgeCommit message (Collapse)Author
2022-03-28storybook like page for dev, plus some style fixesSebastian
2022-03-23all the browser related code move into one place, making it easy for ↵Sebastian
specific platform code or mocking for testing
2022-03-21wallet: t_s/d_us migrationFlorian Dold
2022-03-15save tos etag after forced refreshSebastian
2022-03-14take translator from transaltion contextSebastian
2022-02-24we are force to use i18n.Translate, otherwise pogen won't find the tagSebastian
2022-02-24add i18n where was missingSebastian
2022-02-22show all coins in devmodeSebastian
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-13import db from the wallet web extensionSebastian
2022-01-10deposit design from belen, feature missing: kycSebastian
2022-01-04replace jest with mochaSebastian
2021-12-23deposit from wallet webex: wipSebastian
2021-12-01exportDb call to the wallet-coreSebastian
2021-12-01export database, missing wallet functionalitySebastian
2021-11-29fix #7109 pending operations on developer pageSebastian