diff --git a/src/components/CommentDraggable.vue b/src/components/CommentDraggable.vue new file mode 100644 index 0000000..09d1510 --- /dev/null +++ b/src/components/CommentDraggable.vue @@ -0,0 +1,332 @@ + + + + + diff --git a/src/components/CommentElement.vue b/src/components/CommentElement.vue index 295159e..4e6d544 100644 --- a/src/components/CommentElement.vue +++ b/src/components/CommentElement.vue @@ -5,53 +5,20 @@
-
{{ comments.length }} comments
-
- -
- -
- -

Comments

- -
- -
- wrote on - {{ new Date(comment.timestamp).toGMTString() }} -

{{ comment.text }}

-
- - - -
- -
- -
- -
- diff --git a/src/components/CurationElement.vue b/src/components/CurationElement.vue index d0f5d8e..402ecb3 100644 --- a/src/components/CurationElement.vue +++ b/src/components/CurationElement.vue @@ -95,7 +95,7 @@ export default { ], components: { CommentElement, - PulseLoader + PulseLoader, }, props: { pre_occurrence: { diff --git a/src/components/CurationList.vue b/src/components/CurationList.vue index bf09324..5c7452d 100644 --- a/src/components/CurationList.vue +++ b/src/components/CurationList.vue @@ -252,6 +252,8 @@ + + @@ -260,6 +262,7 @@