Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ENUM_GO_FILES := $(filter-out %_test.go,$(ENUM_GO_ALL_FILES))
FRONTEND_CODEGEN_DIR := scripts/frontend-codegen
FRONTEND_CODEGEN_DEPS := $(wildcard $(FRONTEND_CODEGEN_DIR)/*.go $(FRONTEND_CODEGEN_DIR)/templates/*)
FRONTEND_SOURCE_FILES := $(shell find ./web \( -name "node_modules" -o -name ".angular" -o -path "./web/src/assets" \) -prune -o -not -path "./web/src/environments/version.*.ts" -not -path "*/zzz-generated.*" -not -path "./web/angular.json" -print)
FRONTEND_GENERATED_SRCS = web/src/app/zzz-generated.scss web/src/app/zzz-generated.ts web/angular.json
FRONTEND_GENERATED_SRCS = web/angular.json
FRONTEND_ARTIFACT_FILES_DUMMY = pkg/server/dist/browser/build-web.done

include scripts/make/*.mk
Expand Down
13 changes: 6 additions & 7 deletions web/.stylelintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,23 @@

module.exports = {
extends: ["stylelint-config-sass-guidelines"],
ignoreFiles: ["**/zzz-generated.scss", "**/zzz_generated.scss"],
rules: {
"max-nesting-depth": 5,
"color-named": null,
"selector-pseudo-element-no-unknown": [
true,
{ ignorePseudoElements: ["ng-deep"] }
{ ignorePseudoElements: ["ng-deep"] },
],
// Indentation is handled by Prettier, so it is disabled here to avoid conflicts.
"@stylistic/indentation": null
"@stylistic/indentation": null,
},
overrides: [
{
files: ["**/golden-layout-khi-theme.scss"],
rules: {
"selector-class-pattern": null,
"max-nesting-depth": null
}
}
]
"max-nesting-depth": null,
},
},
],
};
3 changes: 0 additions & 3 deletions web/src/app/common/common.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,19 @@ import {
LongTimestampFormatPipe,
TimestampFormatPipe,
} from './timestamp-format.pipe';
import { MetaTableRowComponent } from './components/meta-table-row.component';
import { BreaklinePipe } from './breakline.pipe';
import { CaptureShiftKeyDirective } from './capture-shiftkey.directive';

@NgModule({
imports: [
TimestampFormatPipe,
LongTimestampFormatPipe,
MetaTableRowComponent,
BreaklinePipe,
CaptureShiftKeyDirective,
],
exports: [
TimestampFormatPipe,
LongTimestampFormatPipe,
MetaTableRowComponent,
BreaklinePipe,
CaptureShiftKeyDirective,
],
Expand Down
29 changes: 0 additions & 29 deletions web/src/app/common/components/meta-table-row.component.html

This file was deleted.

68 changes: 0 additions & 68 deletions web/src/app/common/components/meta-table-row.component.scss

This file was deleted.

62 changes: 0 additions & 62 deletions web/src/app/common/components/meta-table-row.component.spec.ts

This file was deleted.

38 changes: 0 additions & 38 deletions web/src/app/common/components/meta-table-row.component.ts

This file was deleted.

54 changes: 0 additions & 54 deletions web/src/app/common/loader/interface.ts

This file was deleted.

Loading
Loading