524370711c
(1) Reduced the debouncing duration so that the final element can be rendered asap after visible. - If the user is scrolling non-stop, it would continue to debounce and the GUI ends up not showing the final element. - 25ms seems enough to prevent the initial false-positive that occurs in the scenario of "adjacent/upper elements resized late, so our element was briefly on screen when mounted". If not enough, we can make this a parameter. (2) Removed `lastUpdateDate` that was a quick hack for Recommended section. We don't use it on that element anymore, so remove the hack to keep the file clean. |
||
---|---|---|
.. | ||
form-components | ||
busy-indicator.jsx | ||
card.jsx | ||
credit-amount.jsx | ||
empty.jsx | ||
error-text.jsx | ||
file-exporter.jsx | ||
file-list.jsx | ||
file-selector.jsx | ||
form.jsx | ||
help-link.jsx | ||
hidden-nsfw.jsx | ||
icon-custom.jsx | ||
icon.jsx | ||
lbc-message.jsx | ||
lbc-symbol.jsx | ||
loading-screen.jsx | ||
markdown-preview.jsx | ||
nag.jsx | ||
paginate.jsx | ||
qr-code.jsx | ||
status-bar.jsx | ||
tabs.jsx | ||
thumbnail.jsx | ||
tooltip.jsx | ||
transaction-link.jsx | ||
truncated-text.jsx | ||
wait-until-on-page.jsx |