mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-10 02:21:50 +00:00
lint
This commit is contained in:
@@ -7,7 +7,7 @@ import { ConfigService, getCSSFontFamily, PlatformService, ThemesService } from
|
||||
|
||||
/** @hidden */
|
||||
@Component({
|
||||
templateUrl:'./appearanceSettingsTab.component.pug',
|
||||
templateUrl: './appearanceSettingsTab.component.pug',
|
||||
styleUrls: ['./appearanceSettingsTab.component.scss'],
|
||||
})
|
||||
export class AppearanceSettingsTabComponent {
|
||||
|
@@ -3,7 +3,7 @@ import { Component, Input, Output, EventEmitter } from '@angular/core'
|
||||
/** @hidden */
|
||||
@Component({
|
||||
selector: 'color-picker',
|
||||
templateUrl:'./colorPicker.component.pug',
|
||||
templateUrl: './colorPicker.component.pug',
|
||||
styleUrls: ['./colorPicker.component.scss'],
|
||||
})
|
||||
export class ColorPickerComponent {
|
||||
|
@@ -5,7 +5,7 @@ import { TerminalColorScheme } from '../api/interfaces'
|
||||
/** @hidden */
|
||||
@Component({
|
||||
selector: 'color-scheme-preview',
|
||||
templateUrl:'./colorSchemePreview.component.pug',
|
||||
templateUrl: './colorSchemePreview.component.pug',
|
||||
styleUrls: ['./colorSchemePreview.component.scss'],
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
})
|
||||
|
@@ -11,7 +11,7 @@ _('Search color schemes')
|
||||
|
||||
/** @hidden */
|
||||
@Component({
|
||||
templateUrl:'./colorSchemeSettingsTab.component.pug',
|
||||
templateUrl: './colorSchemeSettingsTab.component.pug',
|
||||
styleUrls: ['./colorSchemeSettingsTab.component.scss'],
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
})
|
||||
|
@@ -7,7 +7,7 @@ import { LoginScript, LoginScriptsOptions } from '../middleware/loginScriptProce
|
||||
/** @hidden */
|
||||
@Component({
|
||||
selector: 'login-scripts-settings',
|
||||
templateUrl:'./loginScriptsSettings.component.pug',
|
||||
templateUrl: './loginScriptsSettings.component.pug',
|
||||
})
|
||||
export class LoginScriptsSettingsComponent {
|
||||
@Input() options: LoginScriptsOptions
|
||||
|
@@ -5,7 +5,7 @@ import { ConfigService, NotificationsService, TranslateService } from 'tabby-cor
|
||||
|
||||
@Component({
|
||||
selector: 'search-panel',
|
||||
templateUrl:'./searchPanel.component.pug',
|
||||
templateUrl: './searchPanel.component.pug',
|
||||
styleUrls: ['./searchPanel.component.scss'],
|
||||
})
|
||||
export class SearchPanelComponent {
|
||||
|
@@ -6,7 +6,7 @@ import { StreamProcessingOptions } from '../middleware/streamProcessing'
|
||||
/** @hidden */
|
||||
@Component({
|
||||
selector: 'stream-processing-settings',
|
||||
templateUrl:'./streamProcessingSettings.component.pug',
|
||||
templateUrl: './streamProcessingSettings.component.pug',
|
||||
})
|
||||
export class StreamProcessingSettingsComponent {
|
||||
@Input() options: StreamProcessingOptions
|
||||
|
@@ -3,7 +3,7 @@ import { ConfigService, HostAppService, Platform, PlatformService, altKeyName, m
|
||||
|
||||
/** @hidden */
|
||||
@Component({
|
||||
templateUrl:'./terminalSettingsTab.component.pug',
|
||||
templateUrl: './terminalSettingsTab.component.pug',
|
||||
})
|
||||
export class TerminalSettingsTabComponent {
|
||||
Platform = Platform
|
||||
|
@@ -6,7 +6,7 @@ import { BaseTerminalTabComponent } from '../api/baseTerminalTab.component'
|
||||
/** @hidden */
|
||||
@Component({
|
||||
selector: 'terminal-toolbar',
|
||||
templateUrl:'./terminalToolbar.component.pug',
|
||||
templateUrl: './terminalToolbar.component.pug',
|
||||
styleUrls: ['./terminalToolbar.component.scss'],
|
||||
})
|
||||
export class TerminalToolbarComponent {
|
||||
|
Reference in New Issue
Block a user