Skip to content

Commit

Permalink
Merge branch 'main' into chore-gh-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mimse authored Aug 29, 2023
2 parents 901ac4b + 71759ed commit 6e6f4eb
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build/infrastructure/eo/chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: eo-frontend
description: A Helm chart for Kubernetes
type: application
version: 0.3.328
version: 0.3.329
2 changes: 1 addition & 1 deletion build/infrastructure/eo/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ app:
replicaCount: 2
image:
name: ghcr.io/energinet-datahub/eo-frontend-app
tag: 0.3.328
tag: 0.3.329
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {
} from '@angular/core';
import { CommonModule } from '@angular/common';
import { RxLet } from '@rx-angular/template/let';
import { MatLegacyMenuModule as MatMenuModule } from '@angular/material/legacy-menu';
import { MatMenuModule } from '@angular/material/menu';
import {
MatLegacyTableDataSource as MatTableDataSource,
MatLegacyTableModule as MatTableModule,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import { WattSpinnerComponent } from '@energinet-datahub/watt/spinner';
import { WattEmptyStateComponent } from '@energinet-datahub/watt/empty-state';
import { WattButtonComponent } from '@energinet-datahub/watt/button';
import { WattBadgeComponent } from '@energinet-datahub/watt/badge';
import { MatLegacyMenuModule as MatMenuModule } from '@angular/material/legacy-menu';
import { DhEmDashFallbackPipe } from '@energinet-datahub/dh/shared/ui-util';
import {
GridAreaChanges,
Expand All @@ -50,7 +49,6 @@ import { MarketParticipantGridAreaAuditLogEntryDto } from '@energinet-datahub/dh
CommonModule,
RxLet,
MatTableModule,
MatMenuModule,
TranslocoModule,
WattBadgeComponent,
WattButtonComponent,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ $watt-theme: mat.define-light-theme(
@include mat.legacy-button-theme($watt-theme);
@include mat.button-toggle-theme($watt-theme);
@include mat.legacy-card-theme($watt-theme);
@include mat.legacy-checkbox-theme($watt-theme);
@include mat.legacy-chips-theme($watt-theme);
@include mat.legacy-core-theme($watt-theme);
@include mat.datepicker-theme($watt-theme);
Expand All @@ -64,8 +63,6 @@ $watt-theme: mat.define-light-theme(
@include mat.legacy-form-field-theme($watt-theme);
@include mat.icon-theme($watt-theme);
@include mat.legacy-input-theme($watt-theme);
@include mat.legacy-menu-theme($watt-theme);
@include mat.legacy-progress-spinner-theme($watt-theme);
@include mat.legacy-select-theme($watt-theme);
@include mat.sidenav-theme($watt-theme);
@include mat.legacy-table-theme($watt-theme);
Expand Down

0 comments on commit 6e6f4eb

Please sign in to comment.