lbry-desktop/ui/redux/actions
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
..
app.js Fix signout sequence not cleaning up correctly 2022-04-11 07:36:10 -04:00
blocked.js Geo blocklist - reimplement with backend support (#1089) 2022-03-14 15:15:30 -04:00
claims.js doResolveUris, doResolveClaimIds: Return resolved empty results rather than undefined promise for the no-op case. 2022-03-29 21:21:58 -04:00
coinSwap.js CoinSwap: websocket + multi-coin 2021-04-13 14:02:25 -04:00
collections.js Fix #798: fix action dispatch order in doFetchItemsInCollections 2022-03-12 08:54:43 -05:00
comments.js doCommentListOwn: clean up docs; add limit assertion 2022-04-08 12:50:00 -04:00
content.js Improve livestream claimLink embeds 2022-03-16 16:36:50 -04:00
file.js Fix flow for User/UserState 2022-03-17 13:12:18 +08:00
file_info.js Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
livestream.js socket improvements 2022-03-16 16:36:50 -04:00
notifications.js Defer notification/categories 2021-12-29 09:15:06 -05:00
publish.js Publish: handle failed 'notify' at the server 2022-04-04 07:02:23 -04:00
reactions.js Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
reportContent.js update reports endpoint. 2022-02-09 15:06:38 -05:00
rewards.js Fix i18n issues reported 2022-03-24 15:36:09 +08:00
search.js Batch resolve with claim_search | [Recommended, Comments] 2022-03-29 21:21:58 -04:00
settings.js Locale Nag Fixes 2022-03-21 09:36:59 -04:00
subscriptions.js More sidebar optimizations 2022-03-22 08:46:27 -04:00
sync.js Sync: fix new user sign up flow 2022-01-05 04:00:12 -05:00
tags.js Remove content_tags and related functions 2021-12-13 11:54:53 -05:00
user.js cleanup 2022-03-22 16:07:05 -04:00
wallet.js Consolidate transaction result strings 2022-03-30 21:59:54 -04:00
websocket.js socket improvements 2022-03-16 16:36:50 -04:00