aboutsummaryrefslogtreecommitdiff
path: root/packages/demobank-ui/src/hooks
AgeCommit message (Collapse)Author
2023-02-18take fiat currency from configSebastian
2023-02-17cashout for business accountsSebastian
2023-02-16workaround swr default importSebastian
2023-02-16use node16 module resolutionFlorian Dold
2023-02-10business accountSebastian
2023-02-08impl accout management and refactorSebastian
2022-12-22prettySebastian
2022-12-09use translation from commonsSebastian
2022-12-09copyleft headerSebastian
2022-12-07prettySebastian
2022-12-07no-fix: user logger instead of console.logSebastian
2022-12-07no-fix: remove 'any' and login status is taken from backendSebastian
2022-12-07fix: better loading page while waiting for server responseSebastian
2022-12-07no-fix: move out useBackend hookSebastian
2022-12-07no-fix: move pagestate provider to app component and move some common hooks ↵Sebastian
to web-utils
2022-12-06using web-utils in demobankSebastian
2022-11-04some fixesSebastian
after update pageState reset info and error message input values should not be undefined, otherwise it gets uncontrolled (not controlled by preact) autofocus on captcha create a dependency from transactionList to balance, so tx list will be queried again if balance is updated update balance on any pageChange
2022-10-26prettySebastian
2022-10-25demobank-ui: clean up build systemFlorian Dold
2022-10-24repo: integrate packages from former merchant-backoffice.gitFlorian Dold