aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/popup/BalancePage.tsx
AgeCommit message (Collapse)Author
2023-01-09fix #7153: more error handlingSebastian
if handler do not trap error then fail at compile time, all safe handlers push alert on error errors are typed so they render good information
2023-01-09fix #7152Sebastian
2022-12-15wxApi from context and using the new testing sdkSebastian
2022-10-25using new wallet api (typed interface)Sebastian
2022-08-15destination uiSebastian
2022-08-14get send money skeletonSebastian
2022-08-08fixing #6096Sebastian
merchant details and contract terms details factored out, to be used by other components tests and stories updated payment completed != confirmed (confirmed if paid by someone else)
2022-06-09remove listener on unloadSebastian
2022-06-06updating old copyright headerSebastian
2022-06-01mui button implSebastian
2022-04-26remove old async hookSebastian
2022-04-26useAsync new APISebastian
2022-03-29added react eslint and fix most of the warnsSebastian
2022-03-28add extension to every importSebastian
2022-03-24esbuild configurationSebastian
2022-03-17fulfillment url on payment ticketSebastian
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-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-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-24fix permission api, grouping all cta into same pathSebastian
2022-01-10deposit design from belen, feature missing: kycSebastian
2022-01-04replace jest with mochaSebastian
2021-12-23deposit from wallet webex: wipSebastian
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-11fixing withdrawal processSebastian
2021-09-20manual withdrawal processSebastian
2021-08-23updated build fast for webSebastian
2021-08-13new wallet UI and more testsSebastian
2021-07-16added fake header to storiesSebastian
2021-07-14balance refactorSebastian