From b0e3977ab44931b6dbc082a60bfa382a48c85d02 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Sun, 7 Jul 2019 16:49:27 -0400 Subject: [PATCH 1/2] fix reward message --- src/ui/modal/modalFirstReward/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/modal/modalFirstReward/view.jsx b/src/ui/modal/modalFirstReward/view.jsx index 4a90c8950..d5fe6fef0 100644 --- a/src/ui/modal/modalFirstReward/view.jsx +++ b/src/ui/modal/modalFirstReward/view.jsx @@ -20,7 +20,7 @@ class ModalFirstReward extends React.PureComponent { >

{__('You just earned your first reward!')}

-

{__("This reward will show in your Wallet in the top left momentarily (if it hasn't already).")}

+

{__("This reward will show in your Wallet in the top right momentarily (if it hasn't already).")}

{__( 'These credits are used to compensate creators, to publish your own content, and to have say in how the network works.' -- 2.45.3 From 23f073de3f8abc6c7641cb56609475707528319a Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 8 Jul 2019 13:06:42 -0400 Subject: [PATCH 2/2] fix: recommended subscriptions --- src/ui/component/router/view.jsx | 4 +- src/ui/page/discover/view.jsx | 3 +- src/ui/page/following/index.js | 11 ++-- src/ui/page/following/view.jsx | 45 ++++++++++++++-- src/ui/page/subscriptions/index.js | 26 --------- src/ui/page/subscriptions/view.jsx | 87 ------------------------------ static/locales/en.json | 55 ++++++++++++++++++- 7 files changed, 103 insertions(+), 128 deletions(-) delete mode 100644 src/ui/page/subscriptions/index.js delete mode 100644 src/ui/page/subscriptions/view.jsx diff --git a/src/ui/component/router/view.jsx b/src/ui/component/router/view.jsx index a708ea1fd..2ef0a10db 100644 --- a/src/ui/component/router/view.jsx +++ b/src/ui/component/router/view.jsx @@ -14,7 +14,6 @@ import FileListPublished from 'page/fileListPublished'; import TransactionHistoryPage from 'page/transactionHistory'; import AuthPage from 'page/auth'; import InvitePage from 'page/invite'; -import SubscriptionsPage from 'page/subscriptions'; import SearchPage from 'page/search'; import LibraryPage from 'page/library'; import WalletPage from 'page/wallet'; @@ -56,8 +55,7 @@ export default function AppRouter() { - - + {/* Below need to go at the end to make sure we don't match any of our pages first */} diff --git a/src/ui/page/discover/view.jsx b/src/ui/page/discover/view.jsx index 6c87ea846..c51756bf1 100644 --- a/src/ui/page/discover/view.jsx +++ b/src/ui/page/discover/view.jsx @@ -1,4 +1,5 @@ // @flow +import * as PAGES from 'constants/pages'; import React from 'react'; import ClaimListDiscover from 'component/claimListDiscover'; import TagsSelect from 'component/tagsSelect'; @@ -17,7 +18,7 @@ function DiscoverPage(props: Props) { tag.name)} - meta={