lbry-desktop/ui
infinite-persistence f5cce18a55 Disable placeholder animation
## Issue
https://www.notion.so/Performance-Fixes-927f825a5d674bd09323830be1d263af#1beab2fee011421492b56b88f68681a3

We currently lazy-load the tiles in the category sections (but not the sections themselves, because we want to retain scroll position on Back action). This puts gray placeholders until the section is visible on screen.  which turns out to be quite expensive, because the placeholders are animated, so we have a perpetual animation in the background after the homepage loads + user did not scroll.

## Change
Just disable the barely-noticeable animation for now.

There are alternatives, but probably not worth polluting the code with:
- Just like the thumbnails, use intersection observer to decide when to animate.
- Find solution to the "lazy load section + need to retain scroll position".
2021-12-16 03:01:03 -05:00
..
component shouldRenderLargeMenu 2021-12-15 15:31:57 -05:00
constants Switch thumbnail server: spee.ch --> vanwanet 2021-12-15 13:59:45 -05:00
effects Refactor channelMention suggestions into new textareaSuggestions component 2021-12-09 15:35:40 -05:00
modal Un-authenticated resolve (#341) 2021-11-24 09:33:34 -05:00
page Disable ads in Wild West until ads fail more gracefully 2021-12-15 09:49:06 -05:00
redux Switch thumbnail server: spee.ch --> vanwanet 2021-12-15 13:59:45 -05:00
scss Disable placeholder animation 2021-12-16 03:01:03 -05:00
util Memoize GetLinksData for performance 2021-12-08 13:59:33 -05:00
analytics.js Remove content_tags and related functions 2021-12-13 11:54:53 -05:00
app.js
comments.js Comment Moderation - time based bans 2021-09-03 07:17:56 +08:00
i18n.js Revert "Simplify language lists" 2021-04-06 15:42:27 -04:00
index.jsx [oEmbed] some changes and fixes (#392) 2021-12-01 10:36:52 -05:00
lbry.js Un-authenticated resolve (#341) 2021-11-24 09:33:34 -05:00
logWarningConsoleMessage.js new lbc icon 2020-09-29 17:12:32 -04:00
native.js working 2020-12-16 10:52:22 -05:00
reducers.js Support resume-able upload via tus (#186) 2021-11-10 13:16:16 -05:00
rewards.js Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
store.js Additional GA events via redux/lbryio hook 2021-10-22 10:56:43 +08:00