lbry-desktop/ui/component/app
infinite-persistence 7d6c91c15a
Fix "you are offline" nag being stuck
Was trying to save one event listener in the previous implementation and rely on other redux state-changes to spark a GUI update, but turns out there are scenarios where nothing is updated and the "offline" nag is stuck on screen.

## Change
Do it properly using the event listeners. The nag should now update promptly.
2021-12-22 12:41:05 +08:00
..
index.js Settings Page: add warning for unsaved settings (#430) 2021-12-06 09:38:26 -05:00
view.jsx Fix "you are offline" nag being stuck 2021-12-22 12:41:05 +08:00