From d4a256b2f9c18a0cb77b6274f6889639607e8933 Mon Sep 17 00:00:00 2001 From: Agate Date: Tue, 11 Aug 2020 14:07:06 +0200 Subject: [PATCH] Fixed some unfocusable links/buttons --- front/src/components/Queue.vue | 5 ++-- front/src/components/Sidebar.vue | 8 +++--- .../components/admin/SignupFormBuilder.vue | 6 ++--- front/src/components/common/ActionTable.vue | 8 +++--- .../components/common/RenderedDescription.vue | 4 +-- front/src/components/library/FileUpload.vue | 6 ++--- .../src/components/library/radios/Filter.vue | 7 ++--- front/src/components/manage/ChannelsTable.vue | 8 +++--- .../components/manage/library/AlbumsTable.vue | 8 +++--- .../manage/library/ArtistsTable.vue | 6 ++--- .../manage/library/LibrariesTable.vue | 16 ++++++------ .../components/manage/library/TracksTable.vue | 12 ++++----- .../manage/library/UploadsTable.vue | 26 +++++++++---------- .../manage/moderation/AccountsTable.vue | 6 ++--- .../notifications/NotificationRow.vue | 8 +++--- .../components/playlists/PlaylistModal.vue | 6 ++--- front/src/views/Notifications.vue | 6 ++--- front/src/views/channels/DetailBase.vue | 22 ++++++++-------- .../views/content/libraries/FilesTable.vue | 21 ++++++++------- front/src/views/content/remote/Card.vue | 8 +++--- front/src/views/content/remote/Home.vue | 4 ++- 21 files changed, 104 insertions(+), 97 deletions(-) diff --git a/front/src/components/Queue.vue b/front/src/components/Queue.vue index ae4a447fe..5b92d76d9 100644 --- a/front/src/components/Queue.vue +++ b/front/src/components/Queue.vue @@ -72,7 +72,7 @@
- - +
@@ -115,7 +115,7 @@
-

+

My Library

diff --git a/front/src/components/admin/SignupFormBuilder.vue b/front/src/components/admin/SignupFormBuilder.vue index ab6738390..3724b883e 100644 --- a/front/src/components/admin/SignupFormBuilder.vue +++ b/front/src/components/admin/SignupFormBuilder.vue @@ -80,15 +80,15 @@ - + diff --git a/front/src/components/common/ActionTable.vue b/front/src/components/common/ActionTable.vue index bb6685ca3..38a6d23d0 100644 --- a/front/src/components/common/ActionTable.vue +++ b/front/src/components/common/ActionTable.vue @@ -48,13 +48,13 @@

Launch
-
- Go
+ Go
diff --git a/front/src/components/common/RenderedDescription.vue b/front/src/components/common/RenderedDescription.vue index fa40ab169..b7db84d64 100644 --- a/front/src/components/common/RenderedDescription.vue +++ b/front/src/components/common/RenderedDescription.vue @@ -4,10 +4,10 @@
- {{ scope.obj.artist.name }} + {{ scope.obj.artist.name }} - + Local - + - {{ scope.obj.license }} + {{ scope.obj.license }} N/A diff --git a/front/src/components/manage/library/UploadsTable.vue b/front/src/components/manage/library/UploadsTable.vue index 1063b3a47..f3f50584a 100644 --- a/front/src/components/manage/library/UploadsTable.vue +++ b/front/src/components/manage/library/UploadsTable.vue @@ -77,42 +77,42 @@ - {{ scope.obj.library.name | truncate(20) }} - + - {{ scope.obj.library.actor.preferred_username }} + {{ scope.obj.library.actor.preferred_username }} - + Local - + - {{ sharedLabels.fields.privacy_level.shortChoices[scope.obj.library.privacy_level] }} - + - + {{ sharedLabels.fields.import_status.choices[scope.obj.import_status].label }} - + diff --git a/front/src/components/manage/moderation/AccountsTable.vue b/front/src/components/manage/moderation/AccountsTable.vue index 9b6782fc6..124efcbca 100644 --- a/front/src/components/manage/moderation/AccountsTable.vue +++ b/front/src/components/manage/moderation/AccountsTable.vue @@ -53,12 +53,12 @@ - {{ scope.obj.domain }} + {{ scope.obj.domain }} - + Local account - + {{ scope.obj.uploads_count }} diff --git a/front/src/components/notifications/NotificationRow.vue b/front/src/components/notifications/NotificationRow.vue index 3a014241c..68a017d17 100644 --- a/front/src/components/notifications/NotificationRow.vue +++ b/front/src/components/notifications/NotificationRow.vue @@ -21,12 +21,12 @@ - + - - + + - + diff --git a/front/src/components/playlists/PlaylistModal.vue b/front/src/components/playlists/PlaylistModal.vue index 79e49a92a..ea63954b8 100644 --- a/front/src/components/playlists/PlaylistModal.vue +++ b/front/src/components/playlists/PlaylistModal.vue @@ -69,13 +69,13 @@ {{ playlist.tracks_count }} -
+ @click.prevent="addToPlaylist(playlist.id, false)"> Add track -
+ diff --git a/front/src/views/Notifications.vue b/front/src/views/Notifications.vue index 84315af9f..7060762b3 100644 --- a/front/src/views/Notifications.vue +++ b/front/src/views/Notifications.vue @@ -72,13 +72,13 @@
-
Mark all as read -
+