Put white background to peertube icons
|
@ -1,18 +1,6 @@
|
|||
import { tap } from 'rxjs/operators'
|
||||
import { Component, ComponentFactoryResolver, OnInit, ViewChild } from '@angular/core'
|
||||
import { ActivatedRoute, Router } from '@angular/router'
|
||||
import {
|
||||
AuthService,
|
||||
ComponentPagination,
|
||||
ConfirmService,
|
||||
DisableForReuseHook,
|
||||
LocalStorageService,
|
||||
Notifier,
|
||||
ScreenService,
|
||||
ServerService,
|
||||
User,
|
||||
UserService
|
||||
} from '@app/core'
|
||||
import { Component, OnInit, ViewChild } from '@angular/core'
|
||||
import { AuthService, ComponentPagination, ConfirmService, DisableForReuseHook, Notifier, User, UserService } from '@app/core'
|
||||
import { immutableAssign } from '@app/helpers'
|
||||
import { UserHistoryService, Video } from '@app/shared/shared-main'
|
||||
import { MiniatureDisplayOptions, VideosSelectionComponent } from '@app/shared/shared-video-miniature'
|
||||
|
@ -53,17 +41,11 @@ export class MyHistoryComponent implements OnInit, DisableForReuseHook {
|
|||
disabled = false
|
||||
|
||||
constructor (
|
||||
protected router: Router,
|
||||
protected serverService: ServerService,
|
||||
protected route: ActivatedRoute,
|
||||
protected authService: AuthService,
|
||||
protected userService: UserService,
|
||||
protected notifier: Notifier,
|
||||
protected screenService: ScreenService,
|
||||
protected storageService: LocalStorageService,
|
||||
private authService: AuthService,
|
||||
private userService: UserService,
|
||||
private notifier: Notifier,
|
||||
private confirmService: ConfirmService,
|
||||
private userHistoryService: UserHistoryService,
|
||||
protected cfr: ComponentFactoryResolver
|
||||
private userHistoryService: UserHistoryService
|
||||
) {
|
||||
this.titlePage = $localize`My watch history`
|
||||
}
|
||||
|
|
Before Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 8 KiB |
Before Width: | Height: | Size: 949 B After Width: | Height: | Size: 9 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 7.6 KiB |