lbry-desktop/ui
infinite-persistence 96cdf11567
Fix naming convention and type correctness
- Fixed value props being named like a function/selector.
- Fixed flow type for membership (should be `?string`).
    - It might not matter in the current code, but the whole purpose of type checking to catch usage errors in the future.
- `hasXXX` indicates a boolean, so it doesn't make sense to force the client to input a string.
2022-06-28 13:39:11 +08:00
..
component Fix naming convention and type correctness 2022-06-28 13:39:11 +08:00
constants Preorder content functionality () 2022-06-23 20:58:32 -04:00
contexts
effects Handle browsers that don't support IntersectionObserver () 2022-06-23 08:10:27 -04:00
modal Preorder cleanup 2022-06-28 13:36:18 +08:00
page Preorder cleanup 2022-06-28 13:36:18 +08:00
redux Preorder button touchups () 2022-06-24 09:08:46 -04:00
scss Preorder content functionality () 2022-06-23 20:58:32 -04:00
util Update thumbnail cards URL () 2022-06-23 18:09:48 -04:00
analytics.js
app.js
comments.js
i18n.js
index.jsx
lbry.js
logWarningConsoleMessage.js
native.js
reducers.js
rewards.js
store.js