From: Julius Härtl Date: Mon, 27 Jul 2020 09:17:31 +0000 (+0200) Subject: WIP: drag and drop in modal X-Git-Tag: v20.0.0beta1~122^2~16 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c983094625e37c7062845edb929674cd2091b4c3;p=nextcloud-server.git WIP: drag and drop in modal Signed-off-by: Julius Härtl --- diff --git a/apps/dashboard/src/App.vue b/apps/dashboard/src/App.vue index 1dd95431867..6680daea454 100644 --- a/apps/dashboard/src/App.vue +++ b/apps/dashboard/src/App.vue @@ -2,7 +2,7 @@

{{ greeting.icon }} {{ greeting.text }}

- +

@@ -18,7 +18,10 @@

@@ -121,6 +135,9 @@ export default { rerenderPanels() { for (const app in this.callbacks) { const element = this.$refs[app] + if (this.layout.indexOf(app) === -1) { + continue + } if (this.panels[app] && this.panels[app].mounted) { continue } @@ -266,6 +283,8 @@ export default { width: 30vw; margin: 20px; ol { + display: flex; + flex-direction: column; list-style-type: none; } li label {