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