Gaëtan Renaudeau
cd1be4d531
Better sentry logs + opt-out from tracking xhr/ui clicks/..
7 years ago
NastiaS
2e0de56d11
Fixes #932 - UI polish sideBar ( #938 )
7 years ago
meriadec
548ae0d229
Update chart tooltip date format
7 years ago
meriadec
dbdec1869f
Correct date format for chart Tooltip
7 years ago
Gaëtan Renaudeau
483457fba0
App Starts is a mandatory track
7 years ago
meriadec
e7f8db2610
Bold support in Markdown component
closes #906
7 years ago
meriadec
d1aaef348b
Prevent modal close when we are in Receive step 4
closes #907
7 years ago
meriadec
4fc4878ac4
Correct loading state indicator in SelectExchange when no exchange available
closes #911
7 years ago
Gaëtan Renaudeau
a3ad155b62
Add missing App Starts event
7 years ago
Gaëtan Renaudeau
426ae54cc7
Don't render Empty account placeholder if there is a balance
this is a tradeoff for #914
7 years ago
Gaëtan Renaudeau
9f97534d7e
Bugfix blocking next if errors in send step1
7 years ago
Valentin D. Pinkman
59919743ce
exit from mcu flashing state and add wording to loading state
7 years ago
Gaëtan Renaudeau
39556ac3be
Better error precision on canBeSpent cases
- error precision: in case there is an error but it's not a "NotEnoughBalance" error, we display it instead
- canBeSpent(a,t)=>Promise<bool> was replaced by checkCanBeSpent(a,t)=>Promise<void> which will throw if something is wrong (NotEnoughBalance or something else!)
- cache eviction of bad error: in case such an error happen, we clear the cache to allow to always retry the call that fails
- the cache make sure it is always up to date by taking a.blockHeight
7 years ago
Gaëtan Renaudeau
aad98ff185
Amount field must remount when account changes
Fixes a critical bug where if you open an Ethereum account, hit send and then switch crypto, you can end up in very weird state
7 years ago
Gaëtan Renaudeau
995f0fc085
Send: step4: Fix missing Button in some coins like stealth
7 years ago
meriadec
2fc246fe45
Fix firmware disclaimer wording
7 years ago
Gaëtan Renaudeau
b00624ebcc
Add missing Privacy section
7 years ago
Valentin D. Pinkman
dd8436c171
fix release note modal to fetch only when opened and not on mount
7 years ago
Gaëtan Renaudeau
d7b0cc09d4
Fix false positive in genuine check
this happen when server close ws connection too early
and/or has not sent a "success" event :o
7 years ago
Gaëtan Renaudeau
eb76d60ce7
add more logs in genuine check
7 years ago
Anastasia Poupeney
b38bdadc4d
manager firware card title and icon dynamic for nano and blue
7 years ago
Valentin D. Pinkman
984d50a9c2
open link from markdown into external browser
7 years ago
Valentin D. Pinkman
7829c97554
small fixes
7 years ago
meriadec
d865504bc6
Remove close button on last step of Send flow
7 years ago
meriadec
132e85df6b
Re-re-re-re-change DeviceInteraction step background
7 years ago
Anastasia Poupeney
814c27d69d
add blue hover to learn more links onboarding analytics
7 years ago
Anastasia Poupeney
85e79ff6ad
fixing bug on Contact Us doing nothing on the receive flow Reject screen
7 years ago
Anastasia Poupeney
f7c500c7c2
integrate tracking of pages and some events in the receive flow
7 years ago
Gaëtan Renaudeau
da9c37e2e5
Add HookDeviceChange + FreezeDeviceChangeEvents
7 years ago
Gaëtan Renaudeau
3a9949a295
Fix important missing errors
7 years ago
Gaëtan Renaudeau
4d4d6ba814
Add c+r to reload the app
7 years ago
Gaëtan Renaudeau
28f377bcb4
Drop unused Print and make Onboarding rendering from inside Default
7 years ago
Valentin D. Pinkman
3495b990e1
minimal error handling for mvp
7 years ago
Anastasia Poupeney
ebb2441647
add tracking to the send modal
7 years ago
meriadec
cf184cd26e
Libcore handling of splitted currencies
7 years ago
meriadec
a689e41c72
Add About section in Settings, and move some items
7 years ago
meriadec
f72c3d58c4
Rename About => Help
7 years ago
Anastasia Poupeney
af0763d22f
font family adjust
7 years ago
Anastasia Poupeney
734bfb8e24
fix import inconsistency
7 years ago
Anastasia Poupeney
79a5b2e77c
adding external links to labels in Send modal
7 years ago
Anastasia Poupeney
7387fea8ec
manager need help link
7 years ago
Gaëtan Renaudeau
ff2faddc1a
Track more events
7 years ago
Valentin D. Pinkman
9062bf8bdf
remove comments in update steps
7 years ago
Anastasia Poupeney
448d7b548a
disable analytics by default and reposition, reword analytics
7 years ago
meriadec
4f97232572
White background on active device interaction step
7 years ago
meriadec
09d162ee7a
Fonts polishes
7 years ago
meriadec
81e809f21a
Rename Recipient => DataList in OperationDetailsModal
7 years ago
meriadec
78b1bd1a1a
Fix duplicate senders in OperationDetailsModal
7 years ago
meriadec
ab4eee1bdb
Correct reset of app opened state in AddAccountsModal
This one allowed to go to 3rd step without validating 2nd one :D
7 years ago
meriadec
ab9a72156d
Update EnsureDeviceApp interaction delay
7 years ago