From ab068bc66fc0e32481db9152fdef033ca0b79dc4 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 22 Jul 2019 19:32:33 -0400 Subject: [PATCH] update lbry-redux --- package.json | 2 +- src/ui/component/channelContent/index.js | 1 - static/locales/en.json | 8 ++++++-- yarn.lock | 4 ++-- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 499f3a64e..30f5c3c85 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "jsmediatags": "^3.8.1", "json-loader": "^0.5.4", "lbry-format": "https://github.com/lbryio/lbry-format.git", - "lbry-redux": "lbryio/lbry-redux#b07dfa172a526aa5e09af57bb6cf33790c8d0c91", + "lbry-redux": "lbryio/lbry-redux#5080eb3ea1f09ce03c4f50d9224feddf737628d3", "lbryinc": "lbryio/lbryinc#a93596c51c8fb0a226cb84df04c26a6bb60a45fb", "lint-staged": "^7.0.2", "localforage": "^1.7.1", diff --git a/src/ui/component/channelContent/index.js b/src/ui/component/channelContent/index.js index e8305494f..df8fa3d77 100644 --- a/src/ui/component/channelContent/index.js +++ b/src/ui/component/channelContent/index.js @@ -11,7 +11,6 @@ import { withRouter } from 'react-router'; import ChannelPage from './view'; const select = (state, props) => { - console.log('props', props); const { search } = props.location; const urlParams = new URLSearchParams(search); const page = urlParams.get('page') || 0; diff --git a/static/locales/en.json b/static/locales/en.json index fb4faa582..92ce184eb 100644 --- a/static/locales/en.json +++ b/static/locales/en.json @@ -574,5 +574,9 @@ "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." -} + "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.", + "Invalid character %s in name: %s.": "Invalid character %s in name: %s.", + "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.", + "Thumbnail (300 x 300)": "Thumbnail (300 x 300)", + "Cover (1000 x 160)": "Cover (1000 x 160)" +} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 1c3bb813e..2d15f9f77 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6653,9 +6653,9 @@ lazy-val@^1.0.3, lazy-val@^1.0.4: yargs "^13.2.2" zstd-codec "^0.1.1" -lbry-redux@lbryio/lbry-redux#85ade7e57ce0bc4195524fa2c3055aa8cd986af8: +lbry-redux@lbryio/lbry-redux#5080eb3ea1f09ce03c4f50d9224feddf737628d3: version "0.0.1" - resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/85ade7e57ce0bc4195524fa2c3055aa8cd986af8" + resolved "https://codeload.github.com/lbryio/lbry-redux/tar.gz/5080eb3ea1f09ce03c4f50d9224feddf737628d3" dependencies: proxy-polyfill "0.1.6" reselect "^3.0.0"