Skip to content

Commit

Permalink
added discord link
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Sep 17, 2024
1 parent 3145429 commit 6f451ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
8 changes: 2 additions & 6 deletions tabby-core/src/services/homeBase.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,8 @@ export class HomeBaseService {
this.platform.openExternal('https://github.com/Eugeny/tabby')
}

openDiscussions (): void {
this.platform.openExternal('https://github.com/Eugeny/tabby/discussions')
}

openTwitter (): void {
this.platform.openExternal('https://twitter.com/eugeeeeny')
openDiscord (): void {
this.platform.openExternal('https://discord.gg/4c5EVTBhtp')
}

openTranslations (): void {
Expand Down
14 changes: 4 additions & 10 deletions tabby-settings/src/components/settingsTab.component.pug
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
div(translate) Report a problem
small.text-muted(translate) Generate a pre-filled GitHub issue

button.list-group-item.list-group-item-action.link-card((click)='homeBase.openDiscussions()')
i.fas.fa-fw.fa-comments
button.list-group-item.list-group-item-action.link-card((click)='homeBase.openDiscord()')
i.fab.fa-fw.fa-discord
div
div(translate) Ask a question
small.text-muted(translate) On GitHub Discussions
div(translate) Community
small.text-muted(translate) On Discord

button.list-group-item.list-group-item-action.link-card((click)='homeBase.openGitHub()')
i.fab.fa-fw.fa-github
Expand All @@ -58,12 +58,6 @@
div(translate) What's new
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
.form-line
Expand Down

0 comments on commit 6f451ab

Please sign in to comment.