@@ -42,7 +42,7 @@ import { mapState, mapGetters } from 'vuex'
import { NcAvatar } from '@nextcloud/vue'
import CommentItem from './CommentItem.vue'
import CommentForm from './CommentForm.vue'
-import InfiniteLoading from 'vue-infinite-loading'
+// import InfiniteLoading from 'v3-infinite-loading'
import { getCurrentUser } from '@nextcloud/auth'
export default {
@@ -51,7 +51,7 @@ export default {
NcAvatar,
CommentItem,
CommentForm,
- InfiniteLoading,
+ // InfiniteLoading,
},
props: {
card: {
diff --git a/src/components/card/CommentForm.vue b/src/components/card/CommentForm.vue
index f9fd85f716..a01c5680df 100644
--- a/src/components/card/CommentForm.vue
+++ b/src/components/card/CommentForm.vue
@@ -2,8 +2,13 @@
- SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
-
+
+ THIS HAS AT
+
+
+
+
diff --git a/src/components/card/Description.vue b/src/components/card/Description.vue
index 50fd6f6e25..54bbfa664a 100644
--- a/src/components/card/Description.vue
+++ b/src/components/card/Description.vue
@@ -175,7 +175,7 @@ export default {
mounted() {
this.setupEditor()
},
- async beforeDestroy() {
+ async beforeUnmount() {
await this.destroyEditor()
},
methods: {
diff --git a/src/components/card/DueDateSelector.vue b/src/components/card/DueDateSelector.vue
index 4fdbc05539..92c23e4c16 100644
--- a/src/components/card/DueDateSelector.vue
+++ b/src/components/card/DueDateSelector.vue
@@ -4,8 +4,12 @@
-->
-
-
+
+
+
+
+
+
@@ -48,7 +52,7 @@
@@ -69,14 +73,14 @@