lbry-desktop/ui/component/userSignUp
infinite-persistence cc780c95ae SignUp: don't show spinner when in focus (aka GetSync)
## Issue
Closes 1020 strange refresh on signup + youtube sync

It's due to the sync-on-focus.

## Change
Only show the spinner for the initial wallet sync. I thought we can do without the spinner for sync completely, but based on the comments below, better to retain that for the initial sync.  I think the rest of the stages don't need to block over a sync call.

```
// Don't claim the reward if sync is enabled until after a sync has been completed successfully
// If we do it before, we could end up trying to sync a wallet with a non-zero balance which will fail to sync
```
2022-03-04 08:28:32 -05:00
..
index.js Remove unused 'accessToken' props 2022-01-19 13:12:09 -05:00
view.jsx SignUp: don't show spinner when in focus (aka GetSync) 2022-03-04 08:28:32 -05:00