diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-06-30 11:21:04 +0200 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2020-07-01 17:03:48 +0200 |
commit | c41c0e28ed444fdb427f9803d2f123ba6f535fb9 (patch) | |
tree | c02558445dc13281a78321731061131b67253244 /client/src/app/+my-account | |
parent | 9b01cfc788a6ed525d72620da9f9e607b8d6396e (diff) | |
download | PeerTube-c41c0e28ed444fdb427f9803d2f123ba6f535fb9.tar.gz PeerTube-c41c0e28ed444fdb427f9803d2f123ba6f535fb9.tar.zst PeerTube-c41c0e28ed444fdb427f9803d2f123ba6f535fb9.zip |
switch from softies to feathericons
also organize icons in folders per origin
Diffstat (limited to 'client/src/app/+my-account')
-rw-r--r-- | client/src/app/+my-account/my-account-videos/my-account-videos.component.html | 2 | ||||
-rw-r--r-- | client/src/app/+my-account/my-account.component.ts | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/client/src/app/+my-account/my-account-videos/my-account-videos.component.html b/client/src/app/+my-account/my-account-videos/my-account-videos.component.html index b6047645d..cb149b607 100644 --- a/client/src/app/+my-account/my-account-videos/my-account-videos.component.html +++ b/client/src/app/+my-account/my-account-videos/my-account-videos.component.html | |||
@@ -31,7 +31,7 @@ | |||
31 | 31 | ||
32 | <my-button i18n-label label="Change ownership" | 32 | <my-button i18n-label label="Change ownership" |
33 | className="action-button-change-ownership grey-button" | 33 | className="action-button-change-ownership grey-button" |
34 | icon="forward" | 34 | icon="ownership-change" |
35 | (click)="changeOwnership($event, video)" | 35 | (click)="changeOwnership($event, video)" |
36 | ></my-button> | 36 | ></my-button> |
37 | </div> | 37 | </div> |
diff --git a/client/src/app/+my-account/my-account.component.ts b/client/src/app/+my-account/my-account.component.ts index 4040ab4f8..85b2795c5 100644 --- a/client/src/app/+my-account/my-account.component.ts +++ b/client/src/app/+my-account/my-account.component.ts | |||
@@ -30,7 +30,7 @@ export class MyAccountComponent implements OnInit { | |||
30 | { | 30 | { |
31 | label: this.i18n('My channels'), | 31 | label: this.i18n('My channels'), |
32 | routerLink: '/my-account/video-channels', | 32 | routerLink: '/my-account/video-channels', |
33 | iconName: 'folder' | 33 | iconName: 'channel' |
34 | }, | 34 | }, |
35 | { | 35 | { |
36 | label: this.i18n('My videos'), | 36 | label: this.i18n('My videos'), |
@@ -45,7 +45,7 @@ export class MyAccountComponent implements OnInit { | |||
45 | { | 45 | { |
46 | label: this.i18n('My subscriptions'), | 46 | label: this.i18n('My subscriptions'), |
47 | routerLink: '/my-account/subscriptions', | 47 | routerLink: '/my-account/subscriptions', |
48 | iconName: 'subscriptions' | 48 | iconName: 'inbox-full' |
49 | }, | 49 | }, |
50 | { | 50 | { |
51 | label: this.i18n('My history'), | 51 | label: this.i18n('My history'), |
@@ -79,7 +79,7 @@ export class MyAccountComponent implements OnInit { | |||
79 | { | 79 | { |
80 | label: this.i18n('Ownership changes'), | 80 | label: this.i18n('Ownership changes'), |
81 | routerLink: '/my-account/ownership', | 81 | routerLink: '/my-account/ownership', |
82 | iconName: 'forward' | 82 | iconName: 'ownership-change' |
83 | } | 83 | } |
84 | ] | 84 | ] |
85 | } | 85 | } |