diff --git a/changes/changelog.d/1112.enhancement b/changes/changelog.d/1112.enhancement new file mode 100644 index 000000000..28d3a3739 --- /dev/null +++ b/changes/changelog.d/1112.enhancement @@ -0,0 +1 @@ +Removed unused masonry dependency (#1112) diff --git a/front/package.json b/front/package.json index 99c143852..eeed119fd 100644 --- a/front/package.json +++ b/front/package.json @@ -22,7 +22,6 @@ "js-logger": "^1.4.1", "jwt-decode": "^2.2.0", "lodash": "^4.17.10", - "masonry-layout": "^4.2.2", "moment": "^2.22.2", "qs": "^6.7.0", "register-service-worker": "^1.6.2", @@ -32,7 +31,6 @@ "vue": "^2.6.10", "vue-gettext": "^2.1.0", "vue-lazyload": "^1.2.6", - "vue-masonry": "^0.11.5", "vue-plyr": "^5.0.4", "vue-router": "^3.0.1", "vue-upload-component": "^2.8.11", diff --git a/front/src/EmbedFrame.vue b/front/src/EmbedFrame.vue index 5f6a2f8ce..dd830b486 100644 --- a/front/src/EmbedFrame.vue +++ b/front/src/EmbedFrame.vue @@ -13,7 +13,7 @@ - + diff --git a/front/src/components/Pagination.vue b/front/src/components/Pagination.vue index 482082238..b8733f278 100644 --- a/front/src/components/Pagination.vue +++ b/front/src/components/Pagination.vue @@ -11,7 +11,7 @@ @click.prevent.stop="selectPage(page)" :class="[{'active': page === current}, 'item']"> {{ page }} - +
diff --git a/front/src/components/Sidebar.vue b/front/src/components/Sidebar.vue index ea8dc16d8..7d3f5a2df 100644 --- a/front/src/components/Sidebar.vue +++ b/front/src/components/Sidebar.vue @@ -78,8 +78,8 @@ diff --git a/front/src/components/audio/EmbedWizard.vue b/front/src/components/audio/EmbedWizard.vue index 04a6fe62f..eb470b35a 100644 --- a/front/src/components/audio/EmbedWizard.vue +++ b/front/src/components/audio/EmbedWizard.vue @@ -30,7 +30,7 @@

Copy/paste this code in your website HTML

-

Text copied to clipboard!

diff --git a/front/src/components/audio/Player.vue b/front/src/components/audio/Player.vue index 1c720d952..91c1ecc5d 100644 --- a/front/src/components/audio/Player.vue +++ b/front/src/components/audio/Player.vue @@ -9,7 +9,7 @@
-
+
diff --git a/front/src/components/auth/Settings.vue b/front/src/components/auth/Settings.vue index 8ad1b3c14..588c1c4e1 100644 --- a/front/src/components/auth/Settings.vue +++ b/front/src/components/auth/Settings.vue @@ -271,7 +271,7 @@
Your account will be deleted from our servers within a few minutes. We will also notify other servers who may have a copy of some of your data so they can proceed to deletion. Please note that some of these servers may be offline or unwilling to comply though.
-
+
We cannot delete your account
    diff --git a/front/src/components/channels/AlbumForm.vue b/front/src/components/channels/AlbumForm.vue index e224b7add..a904a546c 100644 --- a/front/src/components/channels/AlbumForm.vue +++ b/front/src/components/channels/AlbumForm.vue @@ -12,7 +12,6 @@
-