Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/next' into panels-v17
Browse files Browse the repository at this point in the history
  • Loading branch information
pelord committed Mar 18, 2024
2 parents 42c6307 + 83d8e3f commit bafa735
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import { PwaService } from './services/pwa.service';
MenuComponent,
PortalComponent,
NgClass
]
]
})
export class AppComponent implements OnInit {
private themeClass = 'qcca-theme';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ import { FeatureInfoComponent } from '../feature/feature-info/feature-info.compo
SearchResultsComponent,
AsyncPipe,
TranslateModule
]
]
})
export class BottomPanelComponent implements OnInit, OnDestroy {
title$: BehaviorSubject<string> = new BehaviorSubject<string>(undefined);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import { FeatureCustomDetailsComponent } from '../feature-custom-details/feature
FeatureCustomDetailsComponent,
AsyncPipe,
TranslateModule
]
]
})
export class FeatureInfoComponent implements OnInit, OnDestroy {
get storageService(): StorageService {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ import { debounceTime, map } from 'rxjs/operators';
SearchResultsComponent,
SearchResultAddButtonComponent,
AsyncPipe
]
]
})
export class SearchResultsToolComponent implements OnInit, OnDestroy {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import { SearchResultsToolComponent } from '../search-results-tool/search-result
MatMiniFabButton,
AsyncPipe,
TranslateModule
]
]
})
export class SidePanelComponent implements OnInit, OnDestroy {
title$: BehaviorSubject<string> = new BehaviorSubject<string>(undefined);
Expand Down
6 changes: 4 additions & 2 deletions src/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
},
"mobileBreakPoint": "(min-width: 768px)",
"language": {
"prefix": ["./locale/"]
"prefix": [
"./locale/"
]
}
}
}

0 comments on commit bafa735

Please sign in to comment.