diff --git a/src/locales/default.json b/src/locales/default.json index e795725c3..a1cd7869b 100644 --- a/src/locales/default.json +++ b/src/locales/default.json @@ -877,30 +877,6 @@ "shareOfVotingPower": "Share of voting power", "votingPowerPerDay": "Voting power per day" }, - "comment_box": { - "title": "Comment box", - "add": "Add your comment here", - "submit": "Submit", - "preview": "Preview", - "continue_editing": "Continue editing", - "edit": "Edit your reply here", - "edit_button": "Edit", - "dismiss": "Dismiss", - "delete": "Delete", - "add_reply": "Add your reply here", - "edit_comment": "Edit comment", - "edit_modal": "Are you sure you want to edit?", - "yes": "Yes", - "no": "No", - "delete_comment": "Delete comment", - "delete_modal": "Are you sure you want to delete?", - "error": "Oops, something went wrong", - "replies": "replies", - "hide": "Hide", - "show": "Show", - "reply": "Reply", - "load_more": "Load more" - }, "metaInfo": { "home": { "title": "Snapshot - Where decisions get made", diff --git a/src/plugins/commentBox/Proposal.vue b/src/plugins/commentBox/Proposal.vue deleted file mode 100644 index c7d73a0b3..000000000 --- a/src/plugins/commentBox/Proposal.vue +++ /dev/null @@ -1,17 +0,0 @@ - - - diff --git a/src/plugins/commentBox/components/Comment.vue b/src/plugins/commentBox/components/Comment.vue deleted file mode 100644 index a8a79f6f4..000000000 --- a/src/plugins/commentBox/components/Comment.vue +++ /dev/null @@ -1,227 +0,0 @@ - - diff --git a/src/plugins/commentBox/components/CommentBlock.vue b/src/plugins/commentBox/components/CommentBlock.vue deleted file mode 100644 index 40721a46a..000000000 --- a/src/plugins/commentBox/components/CommentBlock.vue +++ /dev/null @@ -1,297 +0,0 @@ - - diff --git a/src/plugins/commentBox/components/CustomBlock.vue b/src/plugins/commentBox/components/CustomBlock.vue deleted file mode 100644 index 672f72908..000000000 --- a/src/plugins/commentBox/components/CustomBlock.vue +++ /dev/null @@ -1,202 +0,0 @@ - - diff --git a/src/plugins/commentBox/components/ListReply.vue b/src/plugins/commentBox/components/ListReply.vue deleted file mode 100644 index a0f017d9d..000000000 --- a/src/plugins/commentBox/components/ListReply.vue +++ /dev/null @@ -1,106 +0,0 @@ - - - - diff --git a/src/plugins/commentBox/components/ReplyBlock.vue b/src/plugins/commentBox/components/ReplyBlock.vue deleted file mode 100644 index 9b9a47f33..000000000 --- a/src/plugins/commentBox/components/ReplyBlock.vue +++ /dev/null @@ -1,209 +0,0 @@ - - diff --git a/src/plugins/commentBox/plugin.json b/src/plugins/commentBox/plugin.json deleted file mode 100644 index 5ddacd1b1..000000000 --- a/src/plugins/commentBox/plugin.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "name": "Comment Box", - "version": "0.0.1", - "author": "spiritbro1", - "website": "https://github.com/snapshot-labs/snapshot/tree/master/src/plugins/commentBox", - "icon": "ipfs://QmWpLpFpeQ3iH69uCeXXAfLu56YaL9mNESMGfeJ5XSpkhY" -}