From 780ef7a5101837998a23227c11423ab6be93d303 Mon Sep 17 00:00:00 2001 From: YULIUS KURNIAWAN KRISTIANTO Date: Tue, 13 Nov 2018 03:17:24 +0700 Subject: [PATCH 1/4] add faq to Report a Bug section --- src/renderer/page/help/view.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/renderer/page/help/view.jsx b/src/renderer/page/help/view.jsx index 39359e61b..91c622824 100644 --- a/src/renderer/page/help/view.jsx +++ b/src/renderer/page/help/view.jsx @@ -173,7 +173,8 @@ class HelpPage extends React.PureComponent {
{__('Report a Bug or Suggest a New Feature')}

- {__('Did you find something wrong? Think LBRY could add something useful and cool?')} + {__('Did you find something wrong? Think LBRY could add something useful and cool?')}{' '} +

); From 146e2f180096d58dfee786a81a9b8818d1ece44f Mon Sep 17 00:00:00 2001 From: YULIUS KURNIAWAN KRISTIANTO Date: Tue, 13 Nov 2018 03:40:14 +0700 Subject: [PATCH 3/4] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e06d17eb1..f51dee149 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). * Adds Persistence to File List Filter Selections ([#2050](https://github.com/lbryio/lbry-desktop/pull/2050)) * Add more share options for channel page ([#2088](https://github.com/lbryio/lbry-desktop/pull/2088)) * Better error handling on app startup ([#2098](https://github.com/lbryio/lbry-desktop/pull/2098)) + * Add FAQ and Some Link in Report pages ([#2103](https://github.com/lbryio/lbry-desktop/pull/2103)) ### Changed * Upgraded to lbrynet v0.30.0 ([#1998](https://github.com/lbryio/lbry-desktop/pull/1998)) From d740b26662dd145fad1bc738e9e7812dd4f53cb9 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 12 Nov 2018 18:58:26 -0500 Subject: [PATCH 4/4] minor changes --- src/renderer/page/report/view.jsx | 62 ++++++++++++------------------- 1 file changed, 24 insertions(+), 38 deletions(-) diff --git a/src/renderer/page/report/view.jsx b/src/renderer/page/report/view.jsx index 1873f3a6e..6e6759224 100644 --- a/src/renderer/page/report/view.jsx +++ b/src/renderer/page/report/view.jsx @@ -48,13 +48,13 @@ class ReportPage extends React.Component { return (
+
{__('Report an Issue/Request a Feature')}
+

+ {__( + 'Please describe the problem you experienced or the feature you want to see and any information you think might be useful to us. Links to screenshots are great!' + )} +

-
{__('Report an Issue/Request a Feature')}
-

- {__( - 'Please describe the problem you experienced or the feature you want to see and any information you think might be useful to us. Links to screenshots are great!' - )} -

{__('Developer?')}
-

- {__('You can also')}{' '} -

);