lbry-desktop/ui/effects
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
..
use-combined-refs.js
use-connection-status.js Fix "you are offline" nag being stuck 2021-12-22 12:41:05 +08:00
use-drag-drop.js
use-fetch-view-count.js Livestream category improvements () 2021-09-24 10:26:21 -04:00
use-fetched.js
use-get-ads.js
use-get-thumbnail.js
use-hover.js
use-is-mounted.js
use-lazy-loading.js Fallback image for <FileThumbnail> 2021-08-17 19:46:54 -07:00
use-lighthouse.js Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
use-persisted-state.js
use-previous.js
use-screensize.js
use-stream-file.js
use-stream.js
use-throttle.js Refactor channelMention suggestions into new textareaSuggestions component 2021-12-09 15:35:40 -05:00
use-tween.js