Odysee chat updates
This commit is contained in:
parent
93d7597739
commit
507d34dd8c
5 changed files with 7 additions and 11 deletions
5
.github/ISSUE_TEMPLATE/--bug-report.md
vendored
5
.github/ISSUE_TEMPLATE/--bug-report.md
vendored
|
@ -4,7 +4,6 @@ about: "Something isn't working \U0001F915"
|
||||||
title: ''
|
title: ''
|
||||||
labels: 'type: bug'
|
labels: 'type: bug'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
@ -16,7 +15,7 @@ Before reporting any issues, please make sure that you're using the latest versi
|
||||||
- App releases: https://github.com/lbryio/lbry-desktop/releases
|
- App releases: https://github.com/lbryio/lbry-desktop/releases
|
||||||
- Standalone daemon: https://github.com/lbryio/lbry/releases
|
- Standalone daemon: https://github.com/lbryio/lbry/releases
|
||||||
|
|
||||||
We are also available on live chat at https://chat.lbry.com
|
We are also available on live chat at https://chat.odysee.com
|
||||||
-->
|
-->
|
||||||
|
|
||||||
**Bug**
|
**Bug**
|
||||||
|
@ -24,6 +23,7 @@ A clear and concise description of what the bug is.
|
||||||
|
|
||||||
**To Reproduce**
|
**To Reproduce**
|
||||||
Steps to reproduce the behavior:
|
Steps to reproduce the behavior:
|
||||||
|
|
||||||
1. Go to '...'
|
1. Go to '...'
|
||||||
2. Click on '....'
|
2. Click on '....'
|
||||||
3. Scroll down to '....'
|
3. Scroll down to '....'
|
||||||
|
@ -49,6 +49,5 @@ If applicable, add screenshots to help explain your problem.
|
||||||
- LBRY Installation ID:
|
- LBRY Installation ID:
|
||||||
- Operating system:
|
- Operating system:
|
||||||
|
|
||||||
|
|
||||||
**Additional context**
|
**Additional context**
|
||||||
Add any other context about the problem here.
|
Add any other context about the problem here.
|
||||||
|
|
|
@ -194,7 +194,7 @@ will earn you an extra 50 LBC on top of what we would otherwise tip you.
|
||||||
| [Tom](https://github.com/tzarebczan) | Community manager. He knows more than anyone about the app and all of its flaws. Reach out to him with any questions about how the app works, if a bug has been reported, or if a feature should be requested. | jiggytom | tom@lbry.com |
|
| [Tom](https://github.com/tzarebczan) | Community manager. He knows more than anyone about the app and all of its flaws. Reach out to him with any questions about how the app works, if a bug has been reported, or if a feature should be requested. | jiggytom | tom@lbry.com |
|
||||||
| [Sean](https://github.com/seanyesmunt) | The primary engineer working on the app. Feel free to ask any questions about the code. | sean | sean@lbry.com |
|
| [Sean](https://github.com/seanyesmunt) | The primary engineer working on the app. Feel free to ask any questions about the code. | sean | sean@lbry.com |
|
||||||
|
|
||||||
Join our Discord [here](https://chat.lbry.com/).
|
Join our Discord [here](https://chat.odysee.com/).
|
||||||
|
|
||||||
# More Information
|
# More Information
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
|
# Odysee Frontend - Odysee.com
|
||||||
# Odysee Frontend - Odysee.com
|
|
||||||
|
|
||||||
This repo contains the UI and front end code that powers Odysee.com.
|
This repo contains the UI and front end code that powers Odysee.com.
|
||||||
|
|
||||||
|
@ -12,7 +11,7 @@ This repo contains the UI and front end code that powers Odysee.com.
|
||||||
<a href="https://travis-ci.org/lbryio/lbry-desktop">
|
<a href="https://travis-ci.org/lbryio/lbry-desktop">
|
||||||
<img src="https://travis-ci.org/lbryio/lbry-desktop.svg?branch=master" alt="Build Status" />
|
<img src="https://travis-ci.org/lbryio/lbry-desktop.svg?branch=master" alt="Build Status" />
|
||||||
</a>
|
</a>
|
||||||
<a href="https://chat.lbry.com">
|
<a href="https://chat.odysee.com">
|
||||||
<img alt="GitHub contributors" src="https://img.shields.io/discord/362322208485277697.svg?logo=discord" alt="chat on Discord">
|
<img alt="GitHub contributors" src="https://img.shields.io/discord/362322208485277697.svg?logo=discord" alt="chat on Discord">
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
@ -25,7 +24,6 @@ This repo contains the UI and front end code that powers Odysee.com.
|
||||||
</a>
|
</a>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
1. [Usage](#usage)
|
1. [Usage](#usage)
|
||||||
|
@ -121,4 +119,3 @@ This project is MIT licensed. For the full license, see [LICENSE](LICENSE).
|
||||||
## Security
|
## Security
|
||||||
|
|
||||||
For security issues, please reach out to security@odysee.com
|
For security issues, please reach out to security@odysee.com
|
||||||
|
|
||||||
|
|
|
@ -104,7 +104,7 @@ class UserEmailVerify extends React.PureComponent<Props, State> {
|
||||||
<I18nMessage
|
<I18nMessage
|
||||||
tokens={{
|
tokens={{
|
||||||
help_link: <Button button="link" href={`mailto:${SITE_HELP_EMAIL}`} label={`${SITE_HELP_EMAIL}`} />,
|
help_link: <Button button="link" href={`mailto:${SITE_HELP_EMAIL}`} label={`${SITE_HELP_EMAIL}`} />,
|
||||||
chat_link: <Button button="link" href="https://chat.lbry.com" label={__('chat')} />,
|
chat_link: <Button button="link" href="https://chat.odysee.com" label={__('chat')} />,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Email %help_link% or join our %chat_link% if you encounter any trouble verifying.
|
Email %help_link% or join our %chat_link% if you encounter any trouble verifying.
|
||||||
|
|
|
@ -74,7 +74,7 @@ class UserPhoneVerify extends React.PureComponent<Props, State> {
|
||||||
<I18nMessage
|
<I18nMessage
|
||||||
tokens={{
|
tokens={{
|
||||||
help_link: <Button button="link" href={`mailto:${SITE_HELP_EMAIL}`} label={`${SITE_HELP_EMAIL}`} />,
|
help_link: <Button button="link" href={`mailto:${SITE_HELP_EMAIL}`} label={`${SITE_HELP_EMAIL}`} />,
|
||||||
chat_link: <Button button="link" href="https://chat.lbry.com" label={__('chat')} />,
|
chat_link: <Button button="link" href="https://chat.odysee.com" label={__('chat')} />,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Email %help_link% or join our %chat_link% if you encounter any trouble with your code.
|
Email %help_link% or join our %chat_link% if you encounter any trouble with your code.
|
||||||
|
|
Loading…
Reference in a new issue