aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/popup
AgeCommit message (Collapse)Author
2022-06-02typechecked dynamic pathSebastian
2022-06-01mui button implSebastian
2022-04-26remove old async hookSebastian
2022-04-26useAsync new APISebastian
2022-04-05mui alert and not enough blanance ported to materialSebastian
2022-03-29added react eslint and fix most of the warnsSebastian
2022-03-28add extension to every importSebastian
2022-03-28storybook like page for dev, plus some style fixesSebastian
2022-03-25new dev environmentSebastian
2022-03-24esbuild configurationSebastian
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-17fulfillment url on payment ticketSebastian
2022-03-16missing spaceFlorian Dold
2022-03-15switch exchange -> edit exchange, no balance textSebastian
2022-03-15save tos etag after forced refreshSebastian
2022-03-14take translator from transaltion contextSebastian
2022-03-11pending transaction, finally!Sebastian
2022-03-11commeting out until configure babel with linariaSebastian
2022-03-11pending operationsSebastian
2022-03-09first banner implementation with muiSebastian
2022-02-24added ja lang and implemented transalation switchSebastian
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-02-18some fixesSebastian
-fix fulfillment messages -fix product list pricing and image on payment -filter exchange by currency on withdrawal -error message on operation error on withdrawal -add taler url on balance page (just for dev) -add no balance help -better text when doing manual withdraw for the firt time -removed balance from wallet (just history) -removed pending page
2022-02-16settings new designSebastian
2022-01-31fix: #7164Sebastian
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
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-30add a taler action from the history pageSebastian
2021-11-29fix #7109 pending operations on developer pageSebastian
2021-11-24adding tos information in settings and return to manual withdraw when adding ↵Sebastian
an exchange
2021-11-22add exchange featureSebastian
2021-11-19some changes:Sebastian
- simplify design to reuse more components (from wallet instead of popup) - simplify hooks (useAsyncAsHook) - updateNotification from backend now filter events by type - new balance design proposed by Belen - more information when the withdrawal is in process - manual withdrawal implementation - some bugs killed
2021-11-16reserveCreated new designSebastian
2021-11-15prettierSebastian
2021-10-13fix cta navbar and added an withdrawal button when the wallet didnt find a ↵Sebastian
tos (with a warning)
2021-10-12added example of withdrawal use casesSebastian
2021-10-11fixing withdrawal processSebastian
2021-10-07add anastasis skeleton, put crypto in taler-utilFlorian Dold
2021-09-20manual withdrawal processSebastian
2021-09-13add missing copyleftSebastian
2021-09-06add example to popupSebastian