aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-02-04 13:48:21 +0100
committerChocobozzz <me@florianbigard.com>2022-02-04 13:48:21 +0100
commit21f2df5d3b3b5c3cf50884845de246e7b22f60e9 (patch)
tree058b57b02c86d47e3acd8f1dece6cbb5e95c891c
parentc68e2b2d223c57836e04e18105255cf0e10ae75b (diff)
downloadPeerTube-21f2df5d3b3b5c3cf50884845de246e7b22f60e9.tar.gz
PeerTube-21f2df5d3b3b5c3cf50884845de246e7b22f60e9.tar.zst
PeerTube-21f2df5d3b3b5c3cf50884845de246e7b22f60e9.zip
Put white background to peertube icons
-rw-r--r--client/src/app/+my-library/my-history/my-history.component.ts30
-rw-r--r--client/src/assets/images/framasoft.pngbin5232 -> 0 bytes
-rw-r--r--client/src/assets/images/icons/icon-144x144.pngbin1999 -> 8319 bytes
-rw-r--r--client/src/assets/images/icons/icon-192x192.pngbin2926 -> 8197 bytes
-rw-r--r--client/src/assets/images/icons/icon-36x36.pngbin949 -> 9211 bytes
-rw-r--r--client/src/assets/images/icons/icon-48x48.pngbin1194 -> 8260 bytes
-rw-r--r--client/src/assets/images/icons/icon-512x512.pngbin10205 -> 11463 bytes
-rw-r--r--client/src/assets/images/icons/icon-72x72.pngbin1562 -> 8777 bytes
-rw-r--r--client/src/assets/images/icons/icon-96x96.pngbin1656 -> 7804 bytes
9 files changed, 6 insertions, 24 deletions
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 @@
1import { tap } from 'rxjs/operators' 1import { tap } from 'rxjs/operators'
2import { Component, ComponentFactoryResolver, OnInit, ViewChild } from '@angular/core' 2import { Component, OnInit, ViewChild } from '@angular/core'
3import { ActivatedRoute, Router } from '@angular/router' 3import { AuthService, ComponentPagination, ConfirmService, DisableForReuseHook, Notifier, User, UserService } from '@app/core'
4import {
5 AuthService,
6 ComponentPagination,
7 ConfirmService,
8 DisableForReuseHook,
9 LocalStorageService,
10 Notifier,
11 ScreenService,
12 ServerService,
13 User,
14 UserService
15} from '@app/core'
16import { immutableAssign } from '@app/helpers' 4import { immutableAssign } from '@app/helpers'
17import { UserHistoryService, Video } from '@app/shared/shared-main' 5import { UserHistoryService, Video } from '@app/shared/shared-main'
18import { MiniatureDisplayOptions, VideosSelectionComponent } from '@app/shared/shared-video-miniature' 6import { MiniatureDisplayOptions, VideosSelectionComponent } from '@app/shared/shared-video-miniature'
@@ -53,17 +41,11 @@ export class MyHistoryComponent implements OnInit, DisableForReuseHook {
53 disabled = false 41 disabled = false
54 42
55 constructor ( 43 constructor (
56 protected router: Router, 44 private authService: AuthService,
57 protected serverService: ServerService, 45 private userService: UserService,
58 protected route: ActivatedRoute, 46 private notifier: Notifier,
59 protected authService: AuthService,
60 protected userService: UserService,
61 protected notifier: Notifier,
62 protected screenService: ScreenService,
63 protected storageService: LocalStorageService,
64 private confirmService: ConfirmService, 47 private confirmService: ConfirmService,
65 private userHistoryService: UserHistoryService, 48 private userHistoryService: UserHistoryService
66 protected cfr: ComponentFactoryResolver
67 ) { 49 ) {
68 this.titlePage = $localize`My watch history` 50 this.titlePage = $localize`My watch history`
69 } 51 }
diff --git a/client/src/assets/images/framasoft.png b/client/src/assets/images/framasoft.png
deleted file mode 100644
index 57be8c219..000000000
--- a/client/src/assets/images/framasoft.png
+++ /dev/null
Binary files 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
--- a/client/src/assets/images/icons/icon-144x144.png
+++ b/client/src/assets/images/icons/icon-144x144.png
Binary files 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
--- a/client/src/assets/images/icons/icon-192x192.png
+++ b/client/src/assets/images/icons/icon-192x192.png
Binary files 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
--- a/client/src/assets/images/icons/icon-36x36.png
+++ b/client/src/assets/images/icons/icon-36x36.png
Binary files 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
--- a/client/src/assets/images/icons/icon-48x48.png
+++ b/client/src/assets/images/icons/icon-48x48.png
Binary files 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
--- a/client/src/assets/images/icons/icon-512x512.png
+++ b/client/src/assets/images/icons/icon-512x512.png
Binary files 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
--- a/client/src/assets/images/icons/icon-72x72.png
+++ b/client/src/assets/images/icons/icon-72x72.png
Binary files 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
--- a/client/src/assets/images/icons/icon-96x96.png
+++ b/client/src/assets/images/icons/icon-96x96.png
Binary files differ