Add components descriptions, fix bug on navigation, align labels, add config example

This commit is contained in:
FrancescoMolinaro
2024-03-04 11:29:02 +01:00
parent 0e4b220db1
commit 23cb4ca7b7
15 changed files with 118 additions and 13 deletions

View File

@@ -14,6 +14,10 @@ import { ViewMode } from '../../core/shared/view-mode.model';
templateUrl: './notification-box.component.html',
styleUrls: ['./notification-box.component.scss']
})
/**
* Component to display the count of notifications for each type of LDN message and to access the related filtered search
* (each box works as a filter button setting a specific search configuration)
*/
export class NotificationBoxComponent {
@Input() boxConfig: AdminNotifyMetricsBox;
@Output() selectedBoxConfig: EventEmitter<string> = new EventEmitter();