From 7f3e70614440b6c03ec5afc82cf6d542027f33ea Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 22 Oct 2018 16:46:03 -0400 Subject: [PATCH 1/3] add video to contributing doc --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 881248880..29bb39afc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,6 +14,7 @@ However, for those individuals who want a bit more guidance on the best way to c someone reserved less than 3 days ago * Submit a pull request and get paid in LBC * Don't hesitate to contact us with any questions or comments +* [Check out this video for a quickstart guide to running and developing the desktop app](https://spee.ch/7da73fc508ffc4ff8b2711e3c3950110430b0c5f/LBRYAppDesign.mp4). ## Choose an Issue From 627af75f438fb5170674d5f810e459a558d1e05f Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Sun, 14 Oct 2018 13:41:19 -0400 Subject: [PATCH 2/3] improve sizes/spacing on large screens --- src/renderer/component/publishForm/view.jsx | 2 +- src/renderer/scss/component/_card.scss | 46 ++++++++++----------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/renderer/component/publishForm/view.jsx b/src/renderer/component/publishForm/view.jsx index a4b6f0b56..345fdac40 100644 --- a/src/renderer/component/publishForm/view.jsx +++ b/src/renderer/component/publishForm/view.jsx @@ -362,7 +362,7 @@ class PublishForm extends React.PureComponent { {__('to learn more.')} {(filePath || !!editingURI) && ( -
+
+ )} +
{isStillEditing ? __('Editing a claim') : __('What are you publishing?')}{' '} {__('Read our')}{' '}
- {(filePath || !!editingURI) && ( -
-
- )}
{!!isStillEditing &&