From 2df26177bc58b8ac04cbbde1d1607bf1483d8c47 Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Tue, 16 Nov 2021 04:00:42 -0500 Subject: [PATCH] Social: add/delete comments using social_posts API --- assets/vue/components/social/CommentForm.vue | 39 ++++++--- assets/vue/components/social/WallComment.vue | 91 ++++++++++++-------- assets/vue/components/social/WallPost.vue | 16 ++-- 3 files changed, 95 insertions(+), 51 deletions(-) diff --git a/assets/vue/components/social/CommentForm.vue b/assets/vue/components/social/CommentForm.vue index a90e22207e..b065bbd6b1 100644 --- a/assets/vue/components/social/CommentForm.vue +++ b/assets/vue/components/social/CommentForm.vue @@ -8,6 +8,7 @@
@@ -18,7 +19,9 @@