diff --git a/src/ui/component/commentCreate/view.jsx b/src/ui/component/commentCreate/view.jsx index f0da4d393..846d371bf 100644 --- a/src/ui/component/commentCreate/view.jsx +++ b/src/ui/component/commentCreate/view.jsx @@ -36,48 +36,54 @@ export function CommentCreate(props: Props) { } return ( - +
{commentAck !== true && ( -
-
-
About comments..
-
-
-
I acknowledge something.
-
-
-
-
+
+

{__('A few things to know before participating in the comment alpha:')}

+
    +
  • + {__('During the alpha, all comments are sent to a LBRY, Inc. server, not the LBRY network itself.')} +
  • +
  • + {__( + 'During the alpha, comments are not decentralized or censorship resistant (but we repeat ourselves).' + )} +
  • +
  • + {__( + 'When the alpha ends, we will attempt to transition comments, but do not promise to do so. Any transition will likely involve publishing previous comments under a single archive handle.' + )} +
  • +
+
)} {commentAck === true && ( -
-
-
- -
-
- -
-
-
-
-
+
+
+ +
+
+ +
+
+
+
)} - +
); } diff --git a/src/ui/page/file/view.jsx b/src/ui/page/file/view.jsx index 89df2f8ff..b7af8dfc3 100644 --- a/src/ui/page/file/view.jsx +++ b/src/ui/page/file/view.jsx @@ -291,7 +291,9 @@ class FilePage extends React.Component { -
{__('Comments')}
+
+ {__('Comments')} ALPHA +
diff --git a/src/ui/scss/component/_badge.scss b/src/ui/scss/component/_badge.scss index e320d5daf..51b180243 100644 --- a/src/ui/scss/component/_badge.scss +++ b/src/ui/scss/component/_badge.scss @@ -1,5 +1,9 @@ @import '~@lbry/components/sass/badge/_index.scss'; +.badge { + vertical-align: middle; +} + .badge--tag { @extend .badge; background-color: lighten($lbry-teal-5, 55%); diff --git a/src/ui/scss/component/_card.scss b/src/ui/scss/component/_card.scss index 0832d00f4..f20891696 100644 --- a/src/ui/scss/component/_card.scss +++ b/src/ui/scss/component/_card.scss @@ -179,12 +179,6 @@ margin-bottom: var(--spacing-small); } - .badge { - bottom: -0.12rem; - position: relative; - margin-left: 0; - } - [data-mode='dark'] & { background-color: darken($lbry-gray-5, 20%); } diff --git a/static/locales/en.json b/static/locales/en.json index 9f01cc257..7f95cf6f3 100644 --- a/static/locales/en.json +++ b/static/locales/en.json @@ -530,5 +530,15 @@ "Got it": "Got it", "View Your Feed": "View Your Feed", "View Your Channels": "View Your Channels", - "Unfollow": "Unfollow" -} + "Unfollow": "Unfollow", + "myChannelName": "myChannelName", + "This LBC remains yours. It is a deposit to reserve the name and can be undone at any time.": "This LBC remains yours. It is a deposit to reserve the name and can be undone at any time.", + "Create channel": "Create channel", + "Uh oh. The flux in our Retro Encabulator must be out of whack. Try refreshing to fix it.": "Uh oh. The flux in our Retro Encabulator must be out of whack. Try refreshing to fix it.", + "If you still have issues, your anti-virus software or firewall may be preventing startup.": "If you still have issues, your anti-virus software or firewall may be preventing startup.", + "Reach out to hello@lbry.com for help, or check out": "Reach out to hello@lbry.com for help, or check out", + "A few things to know before participating in the comment alpha:": "A few things to know before participating in the comment alpha:", + "During the alpha, all comments are sent to a LBRY, Inc. server, not the LBRY network itself.": "During the alpha, all comments are sent to a LBRY, Inc. server, not the LBRY network itself.", + "During the alpha, comments are not decentralized or censorship resistant (but we repeat ourselves).": "During the alpha, comments are not decentralized or censorship resistant (but we repeat ourselves).", + "When the alpha ends, we will attempt to transition comments, but do not promise to do so. Any transition will likely involve publishing previous comments under a single archive handle.": "When the alpha ends, we will attempt to transition comments, but do not promise to do so. Any transition will likely involve publishing previous comments under a single archive handle." +} \ No newline at end of file