lbry-desktop/ui/redux
infinite-persistence 5288fb3de8 Fix signout sequence not cleaning up correctly
Potentially closes 1319

## Note
- `persistor.purge` returns a promise, we should wait for the resolved results before reloading, instead of just adding an arbitrary `setTimeout`.
  - Perhaps the `setTimeout` method is to ignore a super-long or hanged purge (not sure), but it wouldn't be right since it would end up in a limbo state.
- Log errors to get clues for future.
- Reduced code by moving the reload to `finally`.
2022-04-11 07:36:10 -04:00
..
actions Fix signout sequence not cleaning up correctly 2022-04-11 07:36:10 -04:00
middleware Sync: handle fast-actions being reverted 2021-12-29 10:32:38 -05:00
reducers OwnComment Page: deleting comment shows failure despite successful 2022-04-08 12:50:00 -04:00
selectors Add dynamic player aspect ratio resizing 2022-04-07 11:44:25 -04:00