aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx
AgeCommit message (Collapse)Author
2024-02-06fixes #8336 remove rewardsSebastian
2023-12-01show conversion service in withdrawal detailsSebastian
2023-10-22update the amountString definitionv0.9.3-dev.34Sebastian
2023-09-08remove references to product and deliverySebastian
2023-08-03-towards tip->reward renameFlorian Dold
2023-06-20added txactions into transaction mocksSebastian
2023-06-05move kycurl to commons, make webex awareSebastian
2023-06-05kyc urlSebastian
2023-05-26taler-util,wallet-core: implement TalerPreciseTimestampFlorian Dold
Fixes #7703
2023-05-22fixing txId reference based on nominal typeSebastian
2023-05-22fix break on buildSebastian
2023-05-10compile again after DD37 implSebastian
2023-05-05fixing web-utils new importsSebastian
2023-04-24fix #7749Sebastian
2023-04-22-fix type errorFlorian Dold
2023-04-07validate ibanSebastian
2023-04-06-re-add missing fields, fix typesFlorian Dold
2023-04-03fix currency link in history, hide auto-open wallet, fix spaceSebastian
2023-02-14wallet-core: more details in refresh transactionFlorian Dold
2023-02-14wallet-core: allow inclusion of refreshes in transactions listFlorian Dold
2023-02-13fix broken build since wallet-core new api and placeholder for payment-temlateSebastian
2023-01-13using extendedStatusSebastian
2023-01-12wallet-core: allow zero amounts in payments againFlorian Dold
2023-01-11add kyc warningSebastian
2023-01-11when as number instead of string, fix codec used before declaration, prettySebastian
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
2022-12-06implement web-utils in web-extensionSebastian
2022-11-17fix #7477Sebastian
2022-10-14wallet-core: properly separate different types of IDsFlorian Dold
2022-09-06listExchangesDetailed to getExchangeDetailedInfo & ageRestriction taken from ↵Sebastian
the denoms
2022-09-01show sharing action when the tx is not completedSebastian
2022-08-31p2p tx renderingSebastian
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-09format amount so it is align to fractional digitlsSebastian
2022-06-06updating old copyright headerSebastian
2022-05-29use logo, website and emai in purchase detailsSebastian
2022-05-29show refund info in purchaseSebastian
notify refund pending with accept button on the purchase details better payto box
2022-05-26transaction details templateSebastian
mayor change in the template of the transaction details for every transaction more work needs to be done in wallet core for tip and refund to show more information about the merchant like logo and website
2022-05-14feat: awaiting refundSebastian
2022-03-29import image as datauri, some eslint fixesSebastian
2022-03-28add extension to every importSebastian
2022-03-21wallet: t_s/d_us migrationFlorian Dold
2022-01-04replace jest with mochaSebastian
2021-12-06show error hint if its foundSebastian
2021-12-06show error details in devmodeSebastian
2021-11-29show better info on transaction errorSebastian
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-15prettierSebastian
2021-08-24transaction details new uiSebastian
2021-08-24copy from popup to walletSebastian