Chore: Updated python dependencies
Chore: Updated angular to v19 Chore: Refactored ops with docker and ansible
This commit is contained in:
@ -33,7 +33,6 @@ import { NodeItem } from '../node-item';
|
||||
selector: 'app-role-detail',
|
||||
templateUrl: './modifier-category-detail.component.html',
|
||||
styleUrls: ['./modifier-category-detail.component.css'],
|
||||
standalone: true,
|
||||
imports: [
|
||||
MatCard,
|
||||
MatCardHeader,
|
||||
@ -138,7 +137,7 @@ export class ModifierCategoryDetailComponent implements OnInit, AfterViewInit {
|
||||
}, 0);
|
||||
}
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars,class-methods-use-this
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
isExpanded(mc: MenuCategory) {
|
||||
return true;
|
||||
}
|
||||
@ -206,7 +205,6 @@ export class ModifierCategoryDetailComponent implements OnInit, AfterViewInit {
|
||||
const total = (this.productsOfMenuCategory.get(node.id) as Product[]).length;
|
||||
const ticked = (this.productsOfMenuCategory.get(node.id) as Product[]).reduce((acc, current) => {
|
||||
if (current.enabled) {
|
||||
// eslint-disable-next-line no-param-reassign
|
||||
acc += 1;
|
||||
}
|
||||
return acc;
|
||||
|
||||
@ -24,7 +24,6 @@ import { ModifierCategoryListDatasource } from './modifier-category-list-datasou
|
||||
selector: 'app-modifier-category-list',
|
||||
templateUrl: './modifier-category-list.component.html',
|
||||
styleUrls: ['./modifier-category-list.component.css'],
|
||||
standalone: true,
|
||||
imports: [
|
||||
MatCard,
|
||||
MatCardHeader,
|
||||
|
||||
Reference in New Issue
Block a user