diff --git a/front/.eslintrc.js b/front/.eslintrc.js index 7749e1d1b..7ee26a281 100644 --- a/front/.eslintrc.js +++ b/front/.eslintrc.js @@ -36,7 +36,6 @@ module.exports = { '@typescript-eslint/ban-ts-comment': 'off', // TODO (wvffle): Enable typescript rules later - 'vue/require-explicit-emits': 'off', '@typescript-eslint/no-this-alias': 'off', '@typescript-eslint/no-empty-function': 'off', '@typescript-eslint/no-unused-vars': 'off', diff --git a/front/src/components/audio/ChannelForm.vue b/front/src/components/audio/ChannelForm.vue index 1259074fe..6823cd6da 100644 --- a/front/src/components/audio/ChannelForm.vue +++ b/front/src/components/audio/ChannelForm.vue @@ -99,10 +99,7 @@ :image-class="newValues.content_category === 'podcast' ? '' : 'circular'" @delete="newValues.cover = null" > - + Channel Picture diff --git a/front/src/components/auth/Settings.vue b/front/src/components/auth/Settings.vue index 3daeb9001..3196b5bc4 100644 --- a/front/src/components/auth/Settings.vue +++ b/front/src/components/auth/Settings.vue @@ -117,10 +117,7 @@ @input="submitAvatar($event)" @delete="avatar = {uuid: null}" > - + Avatar @@ -186,35 +183,41 @@ Change password -

- - Change your password? - -

-
+ + + diff --git a/front/src/views/content/remote/Card.vue b/front/src/views/content/remote/Card.vue index 3972707b4..f160d19f6 100644 --- a/front/src/views/content/remote/Card.vue +++ b/front/src/views/content/remote/Card.vue @@ -199,23 +199,29 @@ Unfollow -

- - Unfollow this library? - -

-
+ + + diff --git a/front/src/views/library/DetailAlbums.vue b/front/src/views/library/DetailAlbums.vue index 784cbf7c4..15248a9cb 100644 --- a/front/src/views/library/DetailAlbums.vue +++ b/front/src/views/library/DetailAlbums.vue @@ -7,24 +7,26 @@ :controls="false" :filters="{playable: true, ordering: '-creation_date', library: object.uuid}" > - -

- - This library is empty, you should upload something in it! - - - You may need to follow this library to see its content. - -

-
+ diff --git a/front/src/views/library/DetailOverview.vue b/front/src/views/library/DetailOverview.vue index 7316bc1a5..a6dad29ad 100644 --- a/front/src/views/library/DetailOverview.vue +++ b/front/src/views/library/DetailOverview.vue @@ -16,24 +16,26 @@ :controls="false" :filters="{playable: true, ordering: '-creation_date', library: object.uuid}" > - -

- - This library is empty, you should upload something in it! - - - You may need to follow this library to see its content. - -

-
+ diff --git a/front/src/views/library/DetailTracks.vue b/front/src/views/library/DetailTracks.vue index b808a291f..50a3773e6 100644 --- a/front/src/views/library/DetailTracks.vue +++ b/front/src/views/library/DetailTracks.vue @@ -6,24 +6,26 @@ :search="true" :filters="{playable: true, library: object.uuid, ordering: '-creation_date'}" > - -

- - This library is empty, you should upload something in it! - - - You may need to follow this library to see its content. - -

-
+ diff --git a/front/src/views/playlists/Detail.vue b/front/src/views/playlists/Detail.vue index 93e99523a..5fc264e76 100644 --- a/front/src/views/playlists/Detail.vue +++ b/front/src/views/playlists/Detail.vue @@ -81,24 +81,29 @@ Delete -

- Do you want to delete the playlist "%{ playlist }"? -

-

- - This will completely delete this playlist and cannot be undone. - -

-
- - Delete playlist - -
+ + +
diff --git a/front/src/views/radios/Detail.vue b/front/src/views/radios/Detail.vue index bfa432110..3c7751b95 100644 --- a/front/src/views/radios/Detail.vue +++ b/front/src/views/radios/Detail.vue @@ -41,24 +41,29 @@ :action="deleteRadio" > Delete -

- Do you want to delete the radio "%{ radio }"? -

-

- - This will completely delete this radio and cannot be undone. - -

-

- - Delete radio - -

+ + +