Gaëtan Renaudeau
36e40948a8
In the OUT case we need to add the fees
7 years ago
Gaëtan Renaudeau
e684879b6f
fix calculation
7 years ago
Gaëtan Renaudeau
3373ae69e5
Fix refuse on device to go on step 4
7 years ago
Thibaut Boustany
668c1111dc
Made release notes modal larger
7 years ago
Thibaut Boustany
54a96995f4
Added width optional prop to Modal
7 years ago
Gaëtan Renaudeau
494dbdcc57
fix false positive on not enough balance
7 years ago
Gaëtan Renaudeau
2d77bf0da9
Improve InputCurrency
- you have more control on what you type, no more weird "empty input" cases
- it prevents to type more digits than the currency allows of magnitude
- it do everything to prevent you from typing weird things
7 years ago
Gaëtan Renaudeau
ff0cb8d9b3
Prevent negative values and Infinity to be inputable
7 years ago
Gaëtan Renaudeau
df75ea4432
Fix LibcoreBridge to not validate if amount=0
7 years ago
meriadec
7f2f3973d8
Scroll inside ReleaseNotes
7 years ago
meriadec
cc813fe61d
Update Exchange page
7 years ago
meriadec
97b174d354
Hide `Currencies` tab in Settings when no account
7 years ago
meriadec
3550d5f60c
Fix the accounts list empty state
7 years ago
meriadec
2c3ee41efa
Disable global tabbing when clicking
7 years ago
Anastasia Poupeney
1fe955118c
empty state no cursor, circle icon check update
7 years ago
Thibaut Boustany
b35b4d2736
Disable eslint on some WIP files with a // FIXME
7 years ago
Thibaut Boustany
bb492bbc46
Prettier
7 years ago
Gaëtan Renaudeau
b7d2b9a0fe
Implement libcore features for Send funds
- address validation
- total fees & Total spent calculation
- not enough balance detection
7 years ago
Thibaut Boustany
dc53e79539
removed useless `eslint-disable-line react/jsx-no-literals`
7 years ago
Thibaut Boustany
7177136eba
Add missing i18n + ignore eslint false positives
7 years ago
Anastasia Poupeney
a79b900f1f
no device screen added to onboarding, minor polishes
7 years ago
Valentin D. Pinkman
957420ec42
pixel push on manager page
7 years ago
Valentin D. Pinkman
2378cd8f19
add loader in app screen
7 years ago
Anastasia Poupeney
f5ca918550
remove unused elements
7 years ago
Anastasia Poupeney
f8190addb9
some onboarding changes, minor changes for input password, breadcrumb
7 years ago
Gaëtan Renaudeau
4d9826fec4
minimize need of the device in sign and broadcast
7 years ago
Gaëtan Renaudeau
de572e843c
drop getWalletIdentifier & replace by encodeWalletName
7 years ago
Valentin D. Pinkman
2bfabbc30d
fallback to default screen when error happens with device in manager page
7 years ago
Gaëtan Renaudeau
4f1f2364c2
replace getWalletIdentifier by accountIdHelper for sign
7 years ago
Gaëtan Renaudeau
619d6ffe96
Don't print potential HTML error that our server seems to return
7 years ago
Gaëtan Renaudeau
055432e1d7
Errors for i18n
should protect the i18n with a ''
7 years ago
Anastasia Poupeney
f543ef13c0
profile page toggle issue fixed
7 years ago
Anastasia Poupeney
d0fe4d126c
onboarding toggles for sentry and analytics defaulted to true and fixed
7 years ago
Thibaut Boustany
9545fa3171
More i18n strings
7 years ago
Thibaut Boustany
2fd132407c
Fix account name not showing
7 years ago
Gaëtan Renaudeau
c1072f262c
prettier you
7 years ago
Gaëtan Renaudeau
f94e24dd3d
Fix bottom padding
Default to not force a padding to allow inner to do
7 years ago
Gaëtan Renaudeau
f2eae14f0a
lock if i close the app (on mac close it's a simple hide)
7 years ago
Gaëtan Renaudeau
745f26b496
Better logger: DEBUG_COMMANDS DEBUG_DB
by default, all logs need to all happen in prod (so we have logs) but not in dev unless DEBUG enabled (otherwise too verbose)
7 years ago
Gaëtan Renaudeau
b87a2fa013
remove this concept of data-role
7 years ago
Gaëtan Renaudeau
f507af470d
Allow sub magnitude in fiat field if below one cent
7 years ago
Gaëtan Renaudeau
f647b7b96f
Allow window drag during a modal without closing it
7 years ago
meriadec
abbc1d8c96
Prevent SelectExchange blink
7 years ago
meriadec
38c9e81067
Create Ellipsis and use it in various places
7 years ago
meriadec
317b2fef36
Visual & interaction improvements
7 years ago
meriadec
f0f016b236
Update footer of add account import step
7 years ago
meriadec
ed831d7e79
Factorize AddAccount code and create AccountsList
7 years ago
meriadec
7dd391df12
Fix storybook and provide __STORYBOOK_ENV__ global
7 years ago
meriadec
15a7cf607e
Rename ImportModal to AddAccountsModal
7 years ago
Gaëtan Renaudeau
36c0b4f8d4
fix emptystateaccount
7 years ago