Skip to content

Commit

Permalink
added shutdown warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Aug 10, 2023
1 parent 6e8e63c commit 5325776
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/app/components/main.component.pug
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@
fa-icon.me-2([icon]='_saveIcon', [fixedWidth]='true')
div
div To save profiles and settings, #[a(href='/login') log in].
.alert.alert-warning.d-flex.border-0.m-0(*ngIf='showDiscontinuationWarning')
fa-icon.me-2([icon]='_warningIcon', [fixedWidth]='true')
div
div app.tabby.sh will be shut down in September due to lack of funding, but you can run your own instance - check out the #[a(href='https://github.com/eugeny/tabby-web', target='_blank') tabby-web repo]. Make sure to copy your configuration as it won't be available later.
1 change: 1 addition & 0 deletions frontend/src/app/components/main.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export class MainComponent {
showApp = false
noVersionsAdded = false
missingVersion: string|undefined
showDiscontinuationWarning = location.hostname === 'localhost'

@ViewChild('iframe') iframe: ElementRef

Expand Down

0 comments on commit 5325776

Please sign in to comment.