bitbox-wallet-app
bitbox-wallet-app copied to clipboard
frontend: prevent flicker on unlock
After device has been connected, there is no need for
bitbox02.tsx to route into / or /account-summary
because app.tsx is already listening to device
and accounts status changes, and routing to /account-summary
when the device initializes.
This prevents the rendering of / before accounts list
has been synced.
This currently skips the success screen.
@BrianCraig should we add a dedicated route for the success view?
out of date