From b5a077a91641e10dfd8906bd342bb9ceea622deb Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Tue, 2 Jun 2020 10:38:03 -0400 Subject: [PATCH 1/8] bump lbry-redux --- package.json | 2 +- yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 451c82a20..80ccf3d6e 100644 --- a/package.json +++ b/package.json @@ -135,7 +135,7 @@ "json-loader": "^0.5.4", "lbry-format": "https://github.com/lbryio/lbry-format.git", "lbry-redux": "lbryio/lbry-redux#b2d49c275538164ea6a8eee8eaf913c09b2a4992", - "lbryinc": "lbryio/lbryinc#39510e8b21d3fb56e903569224453bb8e122c23f", + "lbryinc": "lbryio/lbryinc#c21bc3075ca3f8bb130893107c11215eb7d5f4d5", "lint-staged": "^7.0.2", "localforage": "^1.7.1", "lodash-es": "^4.17.14", diff --git a/yarn.lock b/yarn.lock index 6fd8a3fe3..e6ace869b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6210,9 +6210,9 @@ lbry-redux@lbryio/lbry-redux#b2d49c275538164ea6a8eee8eaf913c09b2a4992: reselect "^3.0.0" uuid "^3.3.2" -lbryinc@lbryio/lbryinc#39510e8b21d3fb56e903569224453bb8e122c23f: +lbryinc@lbryio/lbryinc#c21bc3075ca3f8bb130893107c11215eb7d5f4d5: version "0.0.1" - resolved "https://codeload.github.com/lbryio/lbryinc/tar.gz/39510e8b21d3fb56e903569224453bb8e122c23f" + resolved "https://codeload.github.com/lbryio/lbryinc/tar.gz/c21bc3075ca3f8bb130893107c11215eb7d5f4d5" dependencies: reselect "^3.0.0" -- 2.45.2 From 17b8aa0202eea0529d4ff58ffc33199add3e801d Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Tue, 2 Jun 2020 10:50:34 -0400 Subject: [PATCH 2/8] add @MH to paid content beta --- ui/util/homepage.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/util/homepage.js b/ui/util/homepage.js index 058efa3a2..0e687fdb7 100644 --- a/ui/util/homepage.js +++ b/ui/util/homepage.js @@ -83,6 +83,7 @@ export default function getHomePageRowData( 'f3da2196b5151570d980b34d311ee0973225a68e', '7644fdb8342624f6c647c79de25610801573fa68', 'da5534547c15856646c1bd281313ddd55cbec407', + '5bd299a92e7b31865d2bb3e2313402edaca41a94', ]; const TV_PAID_BETA_ROW = { -- 2.45.2 From a0ace5ca5818c7674f3b7ac2b9ed59ddaac845c1 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Tue, 2 Jun 2020 12:32:58 -0400 Subject: [PATCH 3/8] add refresh icon to refresh buttons --- custom/homepage.example.js | 2 +- ui/component/common/icon-custom.jsx | 7 ++++ ui/component/splash/view.jsx | 16 +++++++-- ui/component/txoList/view.jsx | 3 +- ui/component/userVerify/view.jsx | 4 ++- ui/page/fileListPublished/view.jsx | 55 +++++++++++++++-------------- 6 files changed, 56 insertions(+), 31 deletions(-) diff --git a/custom/homepage.example.js b/custom/homepage.example.js index 0f8db1a5a..d81c90866 100644 --- a/custom/homepage.example.js +++ b/custom/homepage.example.js @@ -71,7 +71,7 @@ type RowDataItem = { }; export default function getHomePageRowData( - authenticated, + authenticated: boolean, showPersonalizedChannels: boolean, showPersonalizedTags: boolean, subscribedChannels: Array, diff --git a/ui/component/common/icon-custom.jsx b/ui/component/common/icon-custom.jsx index 2468dc630..a1da0dc19 100644 --- a/ui/component/common/icon-custom.jsx +++ b/ui/component/common/icon-custom.jsx @@ -634,4 +634,11 @@ export const icons = { ), + [ICONS.REFRESH]: buildIcon( + + + + {' '} + + ), }; diff --git a/ui/component/splash/view.jsx b/ui/component/splash/view.jsx index 23084f814..bc7723265 100644 --- a/ui/component/splash/view.jsx +++ b/ui/component/splash/view.jsx @@ -2,6 +2,7 @@ import type { Node } from 'react'; import * as MODALS from 'constants/modal_types'; import * as SETTINGS from 'constants/settings'; +import * as ICONS from 'constants/icons'; import React from 'react'; import { Lbry } from 'lbry-redux'; import Button from 'component/button'; @@ -307,7 +308,11 @@ export default class SplashScreen extends React.PureComponent { +