mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-17 14:56:03 +01:00
wip
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
.modal-header
|
||||
h5.modal-title Config file
|
||||
|
||||
.modal-body
|
||||
.header(*ngIf='configService.activeConfig')
|
||||
.d-flex.align-items-center.py-2.px-4
|
||||
|
||||
@@ -6,23 +6,6 @@ import { faCoffee, faDownload, faSignInAlt } from '@fortawesome/free-solid-svg-i
|
||||
import { faGithub } from '@fortawesome/free-brands-svg-icons'
|
||||
import { ActivatedRoute } from '@angular/router'
|
||||
|
||||
// TODO
|
||||
import Analytics from 'analytics'
|
||||
import googleAnalytics from '@analytics/google-analytics'
|
||||
|
||||
|
||||
const analytics = Analytics({
|
||||
app: 'tabby-web',
|
||||
plugins: [
|
||||
googleAnalytics({
|
||||
trackingId: 'UA-3278102-18'
|
||||
})
|
||||
]
|
||||
})
|
||||
|
||||
/* Track a page view */
|
||||
analytics.page()
|
||||
|
||||
|
||||
class DemoConnector {
|
||||
constructor (targetWindow: Window, private version: Version) {
|
||||
|
||||
Reference in New Issue
Block a user