From f1adfdddeddf5747f6bca25f8c78a912d1c10ee8 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Thu, 12 Nov 2020 13:32:18 -0500 Subject: [PATCH] bump lbry-redux and handle other fatal sync errors --- package.json | 2 +- ui/component/syncFatalError/view.jsx | 6 ++++-- ui/constants/action_types.js | 1 + ui/redux/actions/app.js | 6 +++++- ui/redux/reducers/sync.js | 6 ++++++ yarn.lock | 4 ++-- 6 files changed, 19 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 896635272..4027f6dc7 100644 --- a/package.json +++ b/package.json @@ -136,7 +136,7 @@ "imagesloaded": "^4.1.4", "json-loader": "^0.5.4", "lbry-format": "https://github.com/lbryio/lbry-format.git", - "lbry-redux": "lbryio/lbry-redux#8093d69807d890f4110be0b2aa629e3df5945661", + "lbry-redux": "lbryio/lbry-redux#72ead945cc7cb96e36d67638981ecdc921e5f663", "lbryinc": "lbryio/lbryinc#2a9d04b2efcae0a68b7315bf04632db4a757461c", "lint-staged": "^7.0.2", "localforage": "^1.7.1", diff --git a/ui/component/syncFatalError/view.jsx b/ui/component/syncFatalError/view.jsx index c3fd7015f..781538e0d 100644 --- a/ui/component/syncFatalError/view.jsx +++ b/ui/component/syncFatalError/view.jsx @@ -8,8 +8,10 @@ export default function SyncFatalError() { return (
Try refreshing to fix the issue. If that doesn't work, email help@lbry.com for support.

} + title={__('There is a bug... somewhere')} + subtitle={ +

{__("Try refreshing to fix the issue. If that doesn't work, email help@lbry.com for support.")}

+ } actions={