Compare commits
11 commits
Author | SHA1 | Date | |
---|---|---|---|
|
30d0ae1aba | ||
|
e0e6f9dd06 | ||
|
c9fe5774c6 | ||
|
04c41feb3f | ||
|
93c0d37a28 | ||
|
f3b818c039 | ||
|
6bfc88637f | ||
|
979ec859b3 | ||
|
eb2b134b98 | ||
|
6a26786344 | ||
|
a42c09efdd |
6 changed files with 105 additions and 28 deletions
54
.github/ISSUE_TEMPLATE/--bug-report.md
vendored
Normal file
54
.github/ISSUE_TEMPLATE/--bug-report.md
vendored
Normal 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.
|
20
.github/ISSUE_TEMPLATE/--feature-request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/--feature-request.md
vendored
Normal 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.
|
22
.github/ISSUE_TEMPLATE/--say-thank-you.md
vendored
Normal file
22
.github/ISSUE_TEMPLATE/--say-thank-you.md
vendored
Normal 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! 💐
|
|
@ -125,41 +125,31 @@ class HelpPage extends React.PureComponent<Props, State> {
|
||||||
<div className="notice-message">
|
<div className="notice-message">
|
||||||
<h1 className="section__title">{__('How it works?')}</h1>
|
<h1 className="section__title">{__('How it works?')}</h1>
|
||||||
<p className="section__subtitle">
|
<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>
|
{__('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.')}
|
||||||
<Button label={__('Click here to submit channel')} button="link" href="https://next.madiator.com/apps/forms/33cfmc8s8AoKcmxs" />
|
|
||||||
</p>
|
</p>
|
||||||
|
<Button label={__('Click here to submit channel')} button="link" href="https://next.madiator.com/apps/forms/33cfmc8s8AoKcmxs" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p classNames="seed-p">
|
<p classNames="seed-p">
|
||||||
|
<span className="seed-span">
|
||||||
<span className="rules-span">
|
|
||||||
1.Do not request channels that host copyrighted content or NSFW.
|
1.Do not request channels that host copyrighted content or NSFW.
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span className="rules-span">
|
<span className="seed-span">
|
||||||
2.Donators can request more than 1 channel to be seeded.
|
2.Donators can request more than 1 channel to be seeded.
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span className="rules-span">
|
<span className="seed-span">
|
||||||
3.You can donate to seed other people content (Something like gift system).
|
3.You can donate to seed other people content (Something like gift system).
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span className="rules-span">
|
<span className="seed-span">
|
||||||
4.Small channels can be seed for free if they are under 100 vides.
|
4.Small channels can be seed for free if they are under 100 videos.
|
||||||
</span>
|
</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 ).
|
5.Channels above 100 videos will be reviewd based on videos file size (Current price 5.5 LBC / GB ).
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{/*
|
|
||||||
<span className="donation-span">
|
|
||||||
<img src="Image URL" className="donation-icon" />
|
|
||||||
Crypto Name: Crypto Address
|
|
||||||
</span>
|
|
||||||
*/}
|
|
||||||
</p>
|
</p>
|
||||||
</Page>
|
</Page>
|
||||||
);
|
);
|
||||||
|
@ -167,4 +157,3 @@ class HelpPage extends React.PureComponent<Props, State> {
|
||||||
}
|
}
|
||||||
|
|
||||||
export default HelpPage;
|
export default HelpPage;
|
||||||
|
|
||||||
|
|
|
@ -74,7 +74,7 @@ $breakpoint-large: 1600px;
|
||||||
--header-height: 80px;
|
--header-height: 80px;
|
||||||
|
|
||||||
// Inline Player
|
// 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
|
||||||
--card-radius: var(--border-radius);
|
--card-radius: var(--border-radius);
|
||||||
|
|
|
@ -64,14 +64,6 @@ function buildOgMetadata(overrideOptions = {}) {
|
||||||
`<meta property="og:site_name" content="${SITE_NAME || SITE_TITLE}"/>\n` +
|
`<meta property="og:site_name" content="${SITE_NAME || SITE_TITLE}"/>\n` +
|
||||||
`<meta property="og:description" content="${cleanDescription}" />\n` +
|
`<meta property="og:description" content="${cleanDescription}" />\n` +
|
||||||
`<meta property="og:image" content="${image || OG_IMAGE_URL || `${URL}/public/v2-og.png`}" />\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="canonical" content="${SITE_CANONICAL_URL || URL}"/>` +
|
||||||
`<link rel="search" type="application/opensearchdescription+xml" title="${
|
`<link rel="search" type="application/opensearchdescription+xml" title="${
|
||||||
SITE_NAME || SITE_TITLE
|
SITE_NAME || SITE_TITLE
|
||||||
|
|
Loading…
Reference in a new issue