From d84b3d345331365696d96bc0fca6c2935f36d065 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Tue, 23 Jul 2019 20:12:34 -0400 Subject: [PATCH] maybe this one but probably not --- package.json | 4 ++-- src/ui/component/claimPreview/view.jsx | 2 +- src/ui/scss/component/_form-field.scss | 13 +++++++++++++ static/locales/en.json | 8 +++++++- 4 files changed, 23 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index e6047d626..4c7183be4 100644 --- a/package.json +++ b/package.json @@ -199,8 +199,8 @@ "yarn": "^1.3" }, "lbrySettings": { - "lbrynetDaemonVersion": "0.38.1", - "lbrynetDaemonUrlTemplate": "http://build.lbry.io/daemon/build-11443_commit-eae4ed7_branch-master/lbrynet-OSNAME.zip", + "lbrynetDaemonVersion": "0.38.3", + "lbrynetDaemonUrlTemplate": "https://github.com/lbryio/lbry/releases/download/vDAEMONVER/lbrynet-OSNAME.zip", "lbrynetDaemonDir": "static/daemon", "lbrynetDaemonFileName": "lbrynet" } diff --git a/src/ui/component/claimPreview/view.jsx b/src/ui/component/claimPreview/view.jsx index eb12d046f..43fee4239 100644 --- a/src/ui/component/claimPreview/view.jsx +++ b/src/ui/component/claimPreview/view.jsx @@ -77,7 +77,7 @@ function ClaimPreview(props: Props) { const isChannel = isValid ? parseURI(uri).isChannel : false; let shouldHide = - placeholder !== 'loading' && ((abandoned && !showPublishLink) || (!claimIsMine && obscureNsfw && nsfw) || !claim); + placeholder !== 'loading' && ((abandoned && !showPublishLink) || (!claimIsMine && obscureNsfw && nsfw)); // This will be replaced once blocking is done at the wallet server level if (claim && !shouldHide && blackListedOutpoints) { diff --git a/src/ui/scss/component/_form-field.scss b/src/ui/scss/component/_form-field.scss index b4ea5f82c..a70ffa46c 100644 --- a/src/ui/scss/component/_form-field.scss +++ b/src/ui/scss/component/_form-field.scss @@ -9,6 +9,13 @@ form { @extend .button--primary; } } + + .button--inverse { + &:not(:hover), + &:hover { + // @extend .button--inverse; + } + } } textarea { @@ -223,6 +230,7 @@ fieldset-section { &:first-child { border-top-right-radius: 0; border-bottom-right-radius: 0; + border-right: none; } } @@ -243,6 +251,11 @@ fieldset-section { border-bottom-left-radius: 0; border-color: $lbry-black; opacity: 1; + + [data-mode='dark'] & { + border-color: $lbry-gray-5; + color: $lbry-white; + } } } diff --git a/static/locales/en.json b/static/locales/en.json index b834d82d5..e7e1cb150 100644 --- a/static/locales/en.json +++ b/static/locales/en.json @@ -629,5 +629,11 @@ "Enter Reward Code": "Enter Reward Code", "Redeem a custom reward code for LBC": "Redeem a custom reward code for LBC", "Redeem": "Redeem", - "Code": "Code" + "Code": "Code", + "Nothing here": "Nothing here", + "Publish something and claim this spot!": "Publish something and claim this spot!", + "Publish to": "Publish to", + "Help Us Out": "Help Us Out", + "Currently, there is no automatic backup. If you lose access to these files, you will lose your credits.": "Currently, there is no automatic backup. If you lose access to these files, you will lose your credits.", + "For more details on backing up and best practices": "For more details on backing up and best practices" } \ No newline at end of file