Compare commits

..

11 commits

Author SHA1 Message Date
kodxana
30d0ae1aba
Removed LBRY Inc leftovers 2021-12-19 16:33:35 +01:00
kodxana
e0e6f9dd06
Merge pull request #4 from DeepDoge/patch-1
Changed max inline player height
2021-12-17 12:27:53 +01:00
Shiba
c9fe5774c6
Changed max inline player height
Changed the max player size, so in theater mode like/dislike buttons are visible without scrolling down.
2021-12-17 14:25:23 +03:00
kodxana
04c41feb3f
Merge pull request #3 from GlobalGamer2015/main
Seed_service.jsx lint fixes.
2021-12-11 18:42:36 +01:00
GG2015
93c0d37a28 Fixed coding, and typos. 2021-12-11 11:32:35 -05:00
GG2015
f3b818c039 Fixed spelling error. 2021-12-11 11:10:59 -05:00
GG2015
6bfc88637f Fixed some lint issues. 2021-12-11 11:09:42 -05:00
kodxana
979ec859b3
Create --say-thank-you.md 2021-12-09 17:17:15 +01:00
kodxana
eb2b134b98
Create --feature-request.md 2021-12-09 17:16:45 +01:00
kodxana
6a26786344
Create --bug-report.md 2021-12-09 17:16:17 +01:00
kodxana
a42c09efdd
Merge pull request #2 from kodxana/seed_dev
Add Seed Service code
2021-12-08 15:42:48 +01:00
6 changed files with 105 additions and 28 deletions

54
.github/ISSUE_TEMPLATE/--bug-report.md vendored Normal file
View file

@ -0,0 +1,54 @@
---
name: "\U0001F41BBug report"
about: "Something isn't working \U0001F915"
title: ''
labels: 'type: bug'
assignees: ''
---
<!--
Thanks for reporting an issue to LBRY and helping us improve!
To make it possible for us to help you, please fill out below information carefully.
Before reporting any issues, please make sure that you're using the latest version.
- App releases: https://github.com/lbryio/lbry-desktop/releases
- Standalone daemon: https://github.com/lbryio/lbry/releases
We are also available on live chat at https://chat.lbry.com
-->
**Bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**System Configuration**
<!-- For the app, this info is in the About section at the bottom of the Help page.
You can include a screenshot instead of typing it out -->
<!-- For the daemon, run:
curl 'http://localhost:5279' --data '{"method":"version"}'
and include the full output -->
- LBRY Daemon version:
- LBRY App version:
- LBRY Installation ID:
- Operating system:
**Additional context**
Add any other context about the problem here.

View file

@ -0,0 +1,20 @@
---
name: "\U0001F680Feature request"
about: "I have a suggestion (and might want to implement it \U0001F60A)"
title: ''
labels: 'type: new feature'
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.

View file

@ -0,0 +1,22 @@
---
name: "❤Say thank you"
about: If you enjoy using the LBRY app, let us know!
title: LBRY rocks!
labels: ''
assignees: ''
---
If you are using the LBRY app - please let us know. We'd love to hear from you!
If you would like to help Nock - any of the following is greatly appreciated.
- Give the repository a star ⭐️
- Help out with issues
- Blog about LBRY
- Make tutorials
- Give talks
- Convince other people to use LBRY
- Anything your heart desires
Thank you! 💐

View file

@ -125,41 +125,31 @@ class HelpPage extends React.PureComponent<Props, State> {
<div className="notice-message">
<h1 className="section__title">{__('How it works?')}</h1>
<p className="section__subtitle">
{__('Hello everyone! I decided to start own seeding service for community to help creators with distribution of their content. By running this service I hope to get donations for improving my project. Everyone is welcome to submit where small channels can be hosted for Free and bigger ones will bo hoste>
<Button label={__('Click here to submit channel')} button="link" href="https://next.madiator.com/apps/forms/33cfmc8s8AoKcmxs" />
{__('Hello everyone! I decided to start own seeding service for community to help creators with distribution of their content. By running this service I hope to get donations for improving my project. Everyone is welcome to submit where small channels can be hosted for Free and bigger ones will be hosted.')}
</p>
<Button label={__('Click here to submit channel')} button="link" href="https://next.madiator.com/apps/forms/33cfmc8s8AoKcmxs" />
</div>
<p classNames="seed-p">
<span className="rules-span">
<span className="seed-span">
1.Do not request channels that host copyrighted content or NSFW.
</span>
<span className="rules-span">
<span className="seed-span">
2.Donators can request more than 1 channel to be seeded.
</span>
<span className="rules-span">
<span className="seed-span">
3.You can donate to seed other people content (Something like gift system).
</span>
<span className="rules-span">
4.Small channels can be seed for free if they are under 100 vides.
<span className="seed-span">
4.Small channels can be seed for free if they are under 100 videos.
</span>
<span className="rules-span">
<span className="seed-span">
5.Channels above 100 videos will be reviewd based on videos file size (Current price 5.5 LBC / GB ).
</span>
{/*
<span className="donation-span">
<img src="Image URL" className="donation-icon" />
Crypto Name: Crypto Address
</span>
*/}
</p>
</Page>
);
@ -167,4 +157,3 @@ class HelpPage extends React.PureComponent<Props, State> {
}
export default HelpPage;

View file

@ -74,7 +74,7 @@ $breakpoint-large: 1600px;
--header-height: 80px;
// Inline Player
--inline-player-max-height: calc(100vh - var(--header-height) - var(--spacing-l) * 2);
--inline-player-max-height: calc(100vh - var(--header-height) - var(--spacing-l) * 4);
// Card
--card-radius: var(--border-radius);

View file

@ -64,14 +64,6 @@ function buildOgMetadata(overrideOptions = {}) {
`<meta property="og:site_name" content="${SITE_NAME || SITE_TITLE}"/>\n` +
`<meta property="og:description" content="${cleanDescription}" />\n` +
`<meta property="og:image" content="${image || OG_IMAGE_URL || `${URL}/public/v2-og.png`}" />\n` +
'<meta name="twitter:card" content="summary_large_image"/>\n' +
`<meta name="twitter:title" content="${
(title && title + ' ' + OG_TITLE_SUFFIX) || OG_HOMEPAGE_TITLE || SITE_TITLE
}" />\n` +
`<meta name="twitter:description" content="${cleanDescription}" />\n` +
`<meta name="twitter:image" content="${image || OG_IMAGE_URL || `${URL}/public/v2-og.png`}"/>\n` +
`<meta name="twitter:url" content="${URL}" />\n` +
'<meta property="fb:app_id" content="1673146449633983" />\n' +
`<link rel="canonical" content="${SITE_CANONICAL_URL || URL}"/>` +
`<link rel="search" type="application/opensearchdescription+xml" title="${
SITE_NAME || SITE_TITLE