From 6ad971d5f5e9ea2adfc58bd83ba1790efa4a8d12 Mon Sep 17 00:00:00 2001 From: Caroline Chuong Date: Mon, 8 Jun 2020 19:42:51 +0200 Subject: [PATCH] add aria-hidden to non-descriptive icons (#2844) --- .../following-list.component.html | 2 +- .../instance-server-blocklist.component.html | 2 +- .../users/user-list/user-list.component.html | 2 +- .../my-account-history.component.html | 2 +- .../my-account-notifications.component.html | 6 +-- .../my-account-video-channels.component.html | 2 +- .../my-account-video-playlists.component.html | 2 +- .../my-account-videos.component.html | 2 +- client/src/app/header/header.component.html | 2 +- .../menu/avatar-notification.component.html | 2 +- client/src/app/menu/menu.component.html | 46 +++++++++---------- .../buttons/delete-button.component.html | 2 +- .../shared/buttons/edit-button.component.html | 2 +- .../users/user-notifications.component.html | 6 +-- .../video-add-to-playlist.component.html | 4 +- ...-playlist-element-miniature.component.html | 4 +- .../shared/video-edit.component.html | 2 +- .../video-import-torrent.component.html | 2 +- .../video-import-url.component.html | 2 +- .../video-upload.component.html | 2 +- .../+video-edit/video-update.component.html | 2 +- .../+video-watch/video-watch.component.html | 4 +- 22 files changed, 51 insertions(+), 51 deletions(-) diff --git a/client/src/app/+admin/follows/following-list/following-list.component.html b/client/src/app/+admin/follows/following-list/following-list.component.html index 61b813305..ed521d650 100644 --- a/client/src/app/+admin/follows/following-list/following-list.component.html +++ b/client/src/app/+admin/follows/following-list/following-list.component.html @@ -15,7 +15,7 @@ Clear filters - + Follow domain diff --git a/client/src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html b/client/src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html index 589a11b7b..7a77b8842 100644 --- a/client/src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html +++ b/client/src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html @@ -15,7 +15,7 @@ Clear filters - + Mute domain diff --git a/client/src/app/+admin/users/user-list/user-list.component.html b/client/src/app/+admin/users/user-list/user-list.component.html index 6caf37212..6c6c64194 100644 --- a/client/src/app/+admin/users/user-list/user-list.component.html +++ b/client/src/app/+admin/users/user-list/user-list.component.html @@ -2,7 +2,7 @@
Users list
- + Create user diff --git a/client/src/app/+my-account/my-account-history/my-account-history.component.html b/client/src/app/+my-account/my-account-history/my-account-history.component.html index 56d63f299..d3a329e8f 100644 --- a/client/src/app/+my-account/my-account-history/my-account-history.component.html +++ b/client/src/app/+my-account/my-account-history/my-account-history.component.html @@ -5,7 +5,7 @@ diff --git a/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html b/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html index dec3b14cc..429943f71 100644 --- a/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html +++ b/client/src/app/+my-account/my-account-notifications/my-account-notifications.component.html @@ -1,18 +1,18 @@
- + Notification preferences
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 55cbfda95..9192aec6d 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 @@ -17,7 +17,7 @@ > - + Delete diff --git a/client/src/app/header/header.component.html b/client/src/app/header/header.component.html index 49e219187..525a04e9c 100644 --- a/client/src/app/header/header.component.html +++ b/client/src/app/header/header.component.html @@ -1,6 +1,6 @@ - + Upload diff --git a/client/src/app/menu/avatar-notification.component.html b/client/src/app/menu/avatar-notification.component.html index df2a102a3..7999b3346 100644 --- a/client/src/app/menu/avatar-notification.component.html +++ b/client/src/app/menu/avatar-notification.component.html @@ -35,7 +35,7 @@ > - + See all your notifications diff --git a/client/src/app/menu/menu.component.html b/client/src/app/menu/menu.component.html index 87d8d86d4..f748a47d5 100644 --- a/client/src/app/menu/menu.component.html +++ b/client/src/app/menu/menu.component.html @@ -16,58 +16,58 @@
- Public profile + Public profile - Account settings + Account settings - Channels settings + Channels settings - + Interface: {{ language }} - + Videos: {{ videoLanguages.join(', ') }} - - + + Sensitive: {{ nsfwPolicy }} - + Help share videos - More account settings + More account settings - Keyboard shortcuts + Keyboard shortcuts - Log out + Log out
@@ -82,22 +82,22 @@
MY LIBRARY
- + Videos - + Playlists - + Subscriptions - + History @@ -107,27 +107,27 @@
VIDEOS
- + Discover - + Trending - + Most liked - + Recently added - + Local @@ -136,15 +136,15 @@ 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 950e55a52..a2c8af2ae 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 @@ (click)="updateSecondStep()" [ngClass]="{ disabled: isPublishingButtonDisabled() }" > - + 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 e68c14010..fbc642db9 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 @@
- +
diff --git a/client/src/app/videos/+video-watch/video-watch.component.html b/client/src/app/videos/+video-watch/video-watch.component.html index 0244860dd..433543a7b 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.html +++ b/client/src/app/videos/+video-watch/video-watch.component.html @@ -88,7 +88,7 @@
- + SHARE
@@ -99,7 +99,7 @@ placement="bottom auto" >
- + SAVE
-- 2.41.0