From 21f2df5d3b3b5c3cf50884845de246e7b22f60e9 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 4 Feb 2022 13:48:21 +0100 Subject: Put white background to peertube icons --- .../+my-library/my-history/my-history.component.ts | 30 +++++---------------- client/src/assets/images/framasoft.png | Bin 5232 -> 0 bytes client/src/assets/images/icons/icon-144x144.png | Bin 1999 -> 8319 bytes client/src/assets/images/icons/icon-192x192.png | Bin 2926 -> 8197 bytes client/src/assets/images/icons/icon-36x36.png | Bin 949 -> 9211 bytes client/src/assets/images/icons/icon-48x48.png | Bin 1194 -> 8260 bytes client/src/assets/images/icons/icon-512x512.png | Bin 10205 -> 11463 bytes client/src/assets/images/icons/icon-72x72.png | Bin 1562 -> 8777 bytes client/src/assets/images/icons/icon-96x96.png | Bin 1656 -> 7804 bytes 9 files changed, 6 insertions(+), 24 deletions(-) delete mode 100644 client/src/assets/images/framasoft.png (limited to 'client') diff --git a/client/src/app/+my-library/my-history/my-history.component.ts b/client/src/app/+my-library/my-history/my-history.component.ts index daabca178..f6b712908 100644 --- a/client/src/app/+my-library/my-history/my-history.component.ts +++ b/client/src/app/+my-library/my-history/my-history.component.ts @@ -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` } diff --git a/client/src/assets/images/framasoft.png b/client/src/assets/images/framasoft.png deleted file mode 100644 index 57be8c219..000000000 Binary files a/client/src/assets/images/framasoft.png and /dev/null differ diff --git a/client/src/assets/images/icons/icon-144x144.png b/client/src/assets/images/icons/icon-144x144.png index 16acc6d93..3498eec4d 100644 Binary files a/client/src/assets/images/icons/icon-144x144.png and b/client/src/assets/images/icons/icon-144x144.png differ diff --git a/client/src/assets/images/icons/icon-192x192.png b/client/src/assets/images/icons/icon-192x192.png index e76440bd5..f0a29f745 100644 Binary files a/client/src/assets/images/icons/icon-192x192.png and b/client/src/assets/images/icons/icon-192x192.png differ diff --git a/client/src/assets/images/icons/icon-36x36.png b/client/src/assets/images/icons/icon-36x36.png index b998221cd..109156386 100644 Binary files a/client/src/assets/images/icons/icon-36x36.png and b/client/src/assets/images/icons/icon-36x36.png differ diff --git a/client/src/assets/images/icons/icon-48x48.png b/client/src/assets/images/icons/icon-48x48.png index 2a1ef45e2..cfee1921d 100644 Binary files a/client/src/assets/images/icons/icon-48x48.png and b/client/src/assets/images/icons/icon-48x48.png differ diff --git a/client/src/assets/images/icons/icon-512x512.png b/client/src/assets/images/icons/icon-512x512.png index 196a36480..157ac32ee 100644 Binary files a/client/src/assets/images/icons/icon-512x512.png and b/client/src/assets/images/icons/icon-512x512.png differ diff --git a/client/src/assets/images/icons/icon-72x72.png b/client/src/assets/images/icons/icon-72x72.png index f4f14bc75..ea002f1be 100644 Binary files a/client/src/assets/images/icons/icon-72x72.png and b/client/src/assets/images/icons/icon-72x72.png differ diff --git a/client/src/assets/images/icons/icon-96x96.png b/client/src/assets/images/icons/icon-96x96.png index 1ee3f8682..b009aeebf 100644 Binary files a/client/src/assets/images/icons/icon-96x96.png and b/client/src/assets/images/icons/icon-96x96.png differ -- cgit v1.2.3