diff --git a/package.json b/package.json index 2b09b25bd..499f3a64e 100644 --- a/package.json +++ b/package.json @@ -200,8 +200,8 @@ "yarn": "^1.3" }, "lbrySettings": { - "lbrynetDaemonVersion": "0.38.0", - "lbrynetDaemonUrlTemplate": "https://github.com/lbryio/lbry/releases/download/vDAEMONVER/lbrynet-OSNAME.zip", + "lbrynetDaemonVersion": "0.38.1", + "lbrynetDaemonUrlTemplate": "http://build.lbry.io/daemon/build-11443_commit-eae4ed7_branch-master/lbrynet-OSNAME.zip", "lbrynetDaemonDir": "static/daemon", "lbrynetDaemonFileName": "lbrynet" } diff --git a/src/ui/component/channelContent/view.jsx b/src/ui/component/channelContent/view.jsx index 2c95fea42..309664b70 100644 --- a/src/ui/component/channelContent/view.jsx +++ b/src/ui/component/channelContent/view.jsx @@ -38,7 +38,7 @@ function ChannelContent(props: Props) { {hasContent && claim.permanent_url)} />} console.log('fetch') || fetchClaims(uri, page)} + onPageChange={page => fetchClaims(uri, page)} totalPages={totalPages} loading={fetching && !hasContent} /> diff --git a/src/ui/component/splash/view.jsx b/src/ui/component/splash/view.jsx index b518a9a09..826ff8c46 100644 --- a/src/ui/component/splash/view.jsx +++ b/src/ui/component/splash/view.jsx @@ -52,8 +52,6 @@ export default class SplashScreen extends React.PureComponent { } componentDidMount() { - this.props.onReadyToLaunch(); - const { checkDaemonVersion } = this.props; this.adjustErrorTimeout(); Lbry.connect() @@ -223,11 +221,11 @@ export default class SplashScreen extends React.PureComponent { :container { perspective: 30vmin; } - + @place-cell: center; @size: 100%; - - box-shadow: @m2(0 0 50px var(--color)); + + box-shadow: @m2(0 0 50px var(--color)); will-change: transform, opacity; animation: scale-up 12s linear infinite; animation-delay: calc(-12s / @size() * @i()); @@ -237,11 +235,11 @@ export default class SplashScreen extends React.PureComponent { transform: translateZ(0) rotate(0); opacity: 0; } - 10% { - opacity: 1; + 10% { + opacity: 1; } 95% { - transform: + transform: translateZ(35vmin) rotateZ(@var(--deg)); } } diff --git a/src/ui/page/channel/view.jsx b/src/ui/page/channel/view.jsx index b0e10a5ad..daf9c766e 100644 --- a/src/ui/page/channel/view.jsx +++ b/src/ui/page/channel/view.jsx @@ -60,7 +60,6 @@ function ChannelPage(props: Props) { return ( - {window.location.href}
{!editing && cover && } diff --git a/static/locales/en.json b/static/locales/en.json index 4be62f8a9..fb4faa582 100644 --- a/static/locales/en.json +++ b/static/locales/en.json @@ -574,6 +574,5 @@ "You can generate a new address at any time, and any previous addresses will continue to work.": "You can generate a new address at any time, and any previous addresses will continue to work.", "Confirm Claim Revoke": "Confirm Claim Revoke", "Are you sure you want to remove this support?": "Are you sure you want to remove this support?", - "These credits are permanently yours and can be removed at any time. Removing this support will reduce the claim's discoverability and return the LBC to your spendable balance.": "These credits are permanently yours and can be removed at any time. Removing this support will reduce the claim's discoverability and return the LBC to your spendable balance.", - "The better your tags are, the easier it will be for people to discover your channel.": "The better your tags are, the easier it will be for people to discover your channel." + "These credits are permanently yours and can be removed at any time. Removing this support will reduce the claim's discoverability and return the LBC to your spendable balance.": "These credits are permanently yours and can be removed at any time. Removing this support will reduce the claim's discoverability and return the LBC to your spendable balance." }