mirror of
https://github.com/Eugeny/tabby
synced 2024-12-13 14:52:45 +00:00
added discord link
This commit is contained in:
parent
3145429856
commit
6f451ab735
2 changed files with 6 additions and 16 deletions
|
@ -27,12 +27,8 @@ export class HomeBaseService {
|
||||||
this.platform.openExternal('https://github.com/Eugeny/tabby')
|
this.platform.openExternal('https://github.com/Eugeny/tabby')
|
||||||
}
|
}
|
||||||
|
|
||||||
openDiscussions (): void {
|
openDiscord (): void {
|
||||||
this.platform.openExternal('https://github.com/Eugeny/tabby/discussions')
|
this.platform.openExternal('https://discord.gg/4c5EVTBhtp')
|
||||||
}
|
|
||||||
|
|
||||||
openTwitter (): void {
|
|
||||||
this.platform.openExternal('https://twitter.com/eugeeeeny')
|
|
||||||
}
|
}
|
||||||
|
|
||||||
openTranslations (): void {
|
openTranslations (): void {
|
||||||
|
|
|
@ -40,11 +40,11 @@
|
||||||
div(translate) Report a problem
|
div(translate) Report a problem
|
||||||
small.text-muted(translate) Generate a pre-filled GitHub issue
|
small.text-muted(translate) Generate a pre-filled GitHub issue
|
||||||
|
|
||||||
button.list-group-item.list-group-item-action.link-card((click)='homeBase.openDiscussions()')
|
button.list-group-item.list-group-item-action.link-card((click)='homeBase.openDiscord()')
|
||||||
i.fas.fa-fw.fa-comments
|
i.fab.fa-fw.fa-discord
|
||||||
div
|
div
|
||||||
div(translate) Ask a question
|
div(translate) Community
|
||||||
small.text-muted(translate) On GitHub Discussions
|
small.text-muted(translate) On Discord
|
||||||
|
|
||||||
button.list-group-item.list-group-item-action.link-card((click)='homeBase.openGitHub()')
|
button.list-group-item.list-group-item-action.link-card((click)='homeBase.openGitHub()')
|
||||||
i.fab.fa-fw.fa-github
|
i.fab.fa-fw.fa-github
|
||||||
|
@ -58,12 +58,6 @@
|
||||||
div(translate) What's new
|
div(translate) What's new
|
||||||
small.text-muted(translate) Show release notes
|
small.text-muted(translate) Show release notes
|
||||||
|
|
||||||
button.list-group-item.list-group-item-action.link-card((click)='homeBase.openTwitter()')
|
|
||||||
i.fab.fa-fw.fa-twitter
|
|
||||||
div
|
|
||||||
div(translate) Subscribe to updates
|
|
||||||
small.text-muted(translate) Tabby news and updates on Twitter
|
|
||||||
|
|
||||||
|
|
||||||
h3(translate) Application settings
|
h3(translate) Application settings
|
||||||
.form-line
|
.form-line
|
||||||
|
|
Loading…
Reference in a new issue