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/+videos | |
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/+videos')
5 files changed, 5 insertions, 5 deletions
diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html b/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html index 7287f799d..5678f548f 100644 --- a/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html +++ b/client/src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html | |||
@@ -69,7 +69,7 @@ | |||
69 | (click)="updateSecondStep()" | 69 | (click)="updateSecondStep()" |
70 | [ngClass]="{ disabled: !form.valid || isUpdatingVideo === true }" | 70 | [ngClass]="{ disabled: !form.valid || isUpdatingVideo === true }" |
71 | > | 71 | > |
72 | <my-global-icon iconName="validate" aria-hidden="true"></my-global-icon> | 72 | <my-global-icon iconName="circle-tick" aria-hidden="true"></my-global-icon> |
73 | <input type="button" i18n-value value="Update" /> | 73 | <input type="button" i18n-value value="Update" /> |
74 | </div> | 74 | </div> |
75 | </div> | 75 | </div> |
diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-import-url.component.html b/client/src/app/+videos/+video-edit/video-add-components/video-import-url.component.html index 1910da403..2e434271e 100644 --- a/client/src/app/+videos/+video-edit/video-add-components/video-import-url.component.html +++ b/client/src/app/+videos/+video-edit/video-add-components/video-import-url.component.html | |||
@@ -65,7 +65,7 @@ | |||
65 | (click)="updateSecondStep()" | 65 | (click)="updateSecondStep()" |
66 | [ngClass]="{ disabled: !form.valid || isUpdatingVideo === true }" | 66 | [ngClass]="{ disabled: !form.valid || isUpdatingVideo === true }" |
67 | > | 67 | > |
68 | <my-global-icon iconName="validate" aria-hidden="true"></my-global-icon> | 68 | <my-global-icon iconName="circle-tick" aria-hidden="true"></my-global-icon> |
69 | <input type="button" i18n-value value="Update" /> | 69 | <input type="button" i18n-value value="Update" /> |
70 | </div> | 70 | </div> |
71 | </div> | 71 | </div> |
diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html b/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html index dad88a661..2c40892ee 100644 --- a/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html +++ b/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.html | |||
@@ -83,7 +83,7 @@ | |||
83 | (click)="updateSecondStep()" | 83 | (click)="updateSecondStep()" |
84 | [ngClass]="{ disabled: isPublishingButtonDisabled() }" | 84 | [ngClass]="{ disabled: isPublishingButtonDisabled() }" |
85 | > | 85 | > |
86 | <my-global-icon iconName="validate" aria-hidden="true"></my-global-icon> | 86 | <my-global-icon iconName="circle-tick" aria-hidden="true"></my-global-icon> |
87 | <input [disabled]="isPublishingButtonDisabled()" type="button" i18n-value value="Publish" /> | 87 | <input [disabled]="isPublishingButtonDisabled()" type="button" i18n-value value="Publish" /> |
88 | </div> | 88 | </div> |
89 | </div> | 89 | </div> |
diff --git a/client/src/app/+videos/+video-edit/video-update.component.html b/client/src/app/+videos/+video-edit/video-update.component.html index fbc642db9..1517d4991 100644 --- a/client/src/app/+videos/+video-edit/video-update.component.html +++ b/client/src/app/+videos/+video-edit/video-update.component.html | |||
@@ -14,7 +14,7 @@ | |||
14 | 14 | ||
15 | <div class="submit-container"> | 15 | <div class="submit-container"> |
16 | <div class="submit-button" (click)="update()" [ngClass]="{ disabled: !form.valid || isUpdatingVideo === true }"> | 16 | <div class="submit-button" (click)="update()" [ngClass]="{ disabled: !form.valid || isUpdatingVideo === true }"> |
17 | <my-global-icon iconName="validate" aria-hidden="true"></my-global-icon> | 17 | <my-global-icon iconName="circle-tick" aria-hidden="true"></my-global-icon> |
18 | <input type="button" i18n-value value="Update" /> | 18 | <input type="button" i18n-value value="Update" /> |
19 | </div> | 19 | </div> |
20 | </div> | 20 | </div> |
diff --git a/client/src/app/+videos/+video-watch/video-watch.component.scss b/client/src/app/+videos/+video-watch/video-watch.component.scss index 2e083982e..c7f91f4a0 100644 --- a/client/src/app/+videos/+video-watch/video-watch.component.scss +++ b/client/src/app/+videos/+video-watch/video-watch.component.scss | |||
@@ -249,7 +249,7 @@ $video-info-margin-left: 44px; | |||
249 | filter: brightness(120%); | 249 | filter: brightness(120%); |
250 | 250 | ||
251 | .count { | 251 | .count { |
252 | margin-right: 5px; | 252 | margin: 0 5px; |
253 | } | 253 | } |
254 | } | 254 | } |
255 | 255 | ||