Back to Peertube

User Notifications.Component

client/src/app/shared/shared-notifications/user-notifications.component.html

8.1.5308 B
Original Source

@if (componentPagination.totalItems === 0) {

You don't have notifications. } @for (notification of notifications; track notification.payload.id) { @if (!inPopup()) { } - @if (notification.externalUrl) { } @else if (notification.url) { } @else if (notification.payload.read === false) {

}@else {

} }