summaryrefslogtreecommitdiffstats
path: root/src/main.js
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-07-11 18:20:55 +0200
committerCarl Schwan <carl@carlschwan.eu>2022-07-11 18:20:55 +0200
commit5a36e2474e84be6983aba7d3efa1b29091b90311 (patch)
tree7939573efc68895ee0bfc0b624eefd4740a9cc38 /src/main.js
parent4ecb9e014254adac4210ede462e777fb7fbd14ae (diff)
Improve upload UI
- Remove a dependency - Cleanup the code - Improve the usability - Allow to add a description to an image The backend is unfortunately not yet working but that need some DB work blocked by another pull requests Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.js b/src/main.js
index da4d28d5..f850dd3a 100644
--- a/src/main.js
+++ b/src/main.js
@@ -30,7 +30,6 @@ import vuetwemoji from 'vue-twemoji'
import contenteditableDirective from 'vue-contenteditable-directive'
import ClickOutside from 'vue-click-outside'
import VTooltip from '@nextcloud/vue/dist/Directives/Tooltip'
-import VueMasonry from 'vue-masonry-css'
sync(store, router)
@@ -57,7 +56,6 @@ Vue.use(vuetwemoji, {
className: 'emoji', // custom className for image output
size: 'twemoji' // image size
})
-Vue.use(VueMasonry)
/* eslint-disable-next-line no-new */
new Vue({