added discord link

This commit is contained in:
Eugene 2024-09-17 19:48:08 +02:00
parent 3145429856
commit 6f451ab735
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4
2 changed files with 6 additions and 16 deletions

View file

@ -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 {

View file

@ -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