Sebastian
fb6aff76d2
prettier
2022-06-06 00:09:25 -03:00
Sebastian
af7b107f45
mui button impl
2022-06-01 15:47:47 -03:00
Sebastian
e4ea201943
feat: awaiting refund
2022-05-14 18:09:49 -03:00
Sebastian
7a2fe8018f
add age restriction option to withdraw cta
2022-05-04 16:26:53 -03:00
Sebastian
dc842eab6b
deposit from payto
2022-05-03 00:16:03 -03:00
Sebastian
939729004a
tip and refund stories and test
2022-05-02 19:21:34 -03:00
Sebastian
451dd746da
toggle permission
2022-04-27 14:33:52 -03:00
Sebastian
41ab855736
remove old async hook
2022-04-26 11:48:29 -03:00
Sebastian
65e6a8caa0
useAsync new API
2022-04-26 11:48:28 -03:00
Sebastian
c5f484d18a
deposit test case
2022-04-22 16:10:46 -03:00
Sebastian
64acf8e2b1
payments test case
2022-04-21 14:23:53 -03:00
Sebastian
9d997280d3
missing tests
2022-04-18 16:20:53 -03:00
Sebastian
afecab8000
accept tos test case
2022-04-12 00:41:16 -03:00
Sebastian
d34eeb5c8c
using the test to fine tune the withdraw process
2022-04-11 18:00:28 -03:00
Sebastian
c3c0f3bfbb
using alarm service intead of timeout api when the wallet is running in a service worker environment
2022-04-11 15:11:44 -03:00
Sebastian
ccb50c6360
new test api to test hooks rendering iteration, testing state of withdraw page
2022-04-11 11:36:38 -03:00
Sebastian
e09ed46675
missing index file
2022-04-11 11:36:38 -03:00
Sebastian
2bf8976d88
terms of service stories into its own scenarios (removed from withdraw)
2022-04-11 11:36:38 -03:00
Sebastian
2bd6dae00d
show amount nicely, into a component
2022-04-11 11:36:37 -03:00
Sebastian
f300850b19
cta stories and input filled mui
2022-04-06 12:20:14 -03:00
Sebastian
89435696f9
useAsync use an optional deps for callback, most of the time it just need to be rendered once
2022-03-30 14:36:24 -03:00
Sebastian
8642f8edcd
fix loop rendering
2022-03-30 14:23:28 -03:00
Sebastian
3dd1047b08
added react eslint and fix most of the warns
2022-03-29 10:04:33 -03:00
Sebastian
e2651bdff2
add extension to every import
2022-03-28 23:41:07 -03:00
Sebastian
1d85662946
storybook like page for dev, plus some style fixes
2022-03-28 14:04:06 -03:00
2ba6692c6a
fix fee discrepancy
...
The withdrawal call-to-action and withdrawal transaction details dialog
showed different fees, as the "overhead" for unwithdrawable amounts in a
reserve was not included in the withdrawal CTA.
The withdrawal CTA now shows the same fees as the transaction details.
2022-03-28 16:11:58 +02:00
Sebastian
32f6409ac3
all the browser related code move into one place, making it easy for specific platform code or mocking for testing
2022-03-23 10:58:57 -03:00
5d23eb3635
wallet: improve error handling and error codes
2022-03-22 21:16:38 +01:00
f8d12f7b0d
wallet: t_s/d_us migration
2022-03-21 19:20:48 +01:00
Sebastian
fac550d454
fix withdraw redirect when there is no enough balance
2022-03-21 09:58:05 -03:00
Sebastian
49948eea98
fulfillment url on payment ticket
2022-03-17 15:01:03 -03:00
Sebastian
bcdd59a142
switch exchange -> edit exchange, no balance text
2022-03-15 11:39:47 -03:00
Sebastian
984cbb7ab7
save tos etag after forced refresh
2022-03-15 00:24:39 -03:00
Sebastian
08959f83bc
take translator from transaltion context
2022-03-14 15:21:24 -03:00
Sebastian
8c3e572934
we are force to use i18n.Translate, otherwise pogen won't find the tag
2022-02-24 12:50:52 -03:00
Sebastian
41850c9f14
add i18n where was missing
2022-02-24 12:50:51 -03:00
Sebastian
606be7577b
some fixes
...
-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-18 16:55:38 -03:00
Sebastian
47bd790b7b
fix : #7164
2022-01-31 14:56:12 -03:00
Sebastian
c47311b4a7
if order has been paid, redirect to the fulfillment_url
2022-01-30 23:32:56 -03:00
Sebastian
c13f3cf1cd
fix #7162
2022-01-25 10:29:41 -03:00
Sebastian
e38be8d8ec
using loadingerror
2022-01-24 09:46:20 -03:00
Sebastian
e263907017
fix #4880
2022-01-19 13:52:02 -03:00
Sebastian
fb22009ec4
deposit design from belen, feature missing: kyc
2022-01-10 16:07:27 -03:00
Sebastian
9f8139e09b
replace jest with mocha
2022-01-04 17:06:24 -03:00
73dabdf43a
webextension: fix useEffect dependency tracking
2021-12-08 11:03:50 +01:00
Sebastian
505eb07d8e
show error details in devmode
2021-12-06 10:31:26 -03:00
Sebastian
a51333b693
show better info on transaction error
2021-11-29 14:11:32 -03:00
Sebastian
668c0430c2
fix exchange selection
2021-11-24 09:53:05 -03:00
Sebastian
0bfd4523b3
adding tos information in settings and return to manual withdraw when adding an exchange
2021-11-24 08:58:49 -03:00
Sebastian
829a59e1a2
add exchange feature
2021-11-22 17:34:31 -03:00
Sebastian
a35604fd56
some changes:
...
- 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-19 14:51:35 -03:00
Sebastian
a994009d2f
reserveCreated new design
2021-11-16 14:01:38 -03:00
Sebastian
1d4815c66c
prettier
2021-11-15 11:18:58 -03:00
Sebastian
1f365d1c42
applying some comments from belen
2021-10-14 19:37:18 -03:00
Sebastian
fbf501e727
fixing tos request
2021-10-13 14:26:18 -03:00
Sebastian
021d508337
fix cta navbar and added an withdrawal button when the wallet didnt find a tos (with a warning)
2021-10-13 09:54:18 -03:00
2e8e1a15c9
fix FTBFS
2021-10-13 11:37:02 +02:00
Sebastian
b8d03b6b2a
added example of withdrawal use cases
2021-10-12 15:18:29 -03:00
Sebastian
be8e3f4b1d
fixing withdrawal process
2021-10-11 15:59:55 -03:00
Sebastian
398bd0664b
add error message
2021-10-01 13:35:24 -03:00
Sebastian
b1bf3538e6
some ui fixing from belen comments
2021-09-27 13:06:50 -03:00
Sebastian
8cde98947b
manual withdrawal process
2021-09-20 14:05:40 -03:00
Sebastian
9a0285ee4b
handle more cases in the pay usa case
2021-09-20 00:19:31 -03:00
Sebastian
08bc5c6d89
fix some feedback from belen
2021-09-20 00:18:52 -03:00
Sebastian
315b167bee
issue #5860
2021-09-17 15:49:07 -03:00
Sebastian
9f00987380
added integration with the wallet-core to get info about the last tos approved
2021-09-13 15:32:15 -03:00
Sebastian
57b6cd4269
add missing copyleft
2021-09-13 13:33:13 -03:00
Sebastian
c24db59be8
withdraw design
2021-09-13 13:32:58 -03:00
Sebastian
217f34397f
first approach to new design for withdraw
2021-09-08 15:35:44 -03:00
Sebastian
67e511d719
updated build fast for web
2021-08-23 16:52:33 -03:00
Sebastian
97a05ff659
new wallet history and view refactoring
2021-08-19 00:35:21 -03:00