Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into add-osnap-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
daywiss committed Nov 3, 2023
2 parents 8b84600 + 8db5df9 commit 10c08e0
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 1,094 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-name: "@snapshot-labs/*"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
ignore:
- dependency-name: "@snapshot-labs/*"
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@shutter-network/shutter-crypto": "0.1.0-beta.3",
"@snapshot-labs/lock": "^0.2.0",
"@snapshot-labs/pineapple": "^1.1.0",
"@snapshot-labs/snapshot.js": "^0.8.0",
"@snapshot-labs/snapshot.js": "^0.8.1",
"@snapshot-labs/tune": "^0.1.34",
"@vue/apollo-composable": "4.0.0-beta.4",
"@vueuse/core": "^10.4.0",
Expand Down
24 changes: 0 additions & 24 deletions src/locales/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
17 changes: 0 additions & 17 deletions src/plugins/commentBox/Proposal.vue

This file was deleted.

227 changes: 0 additions & 227 deletions src/plugins/commentBox/components/Comment.vue

This file was deleted.

Loading

0 comments on commit 10c08e0

Please sign in to comment.