Skip to content

Commit

Permalink
Possibility to export IITC Button data has been implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
modos189 committed Jul 15, 2023
1 parent 4ef3bc0 commit 160adb7
Show file tree
Hide file tree
Showing 11 changed files with 429 additions and 82 deletions.
101 changes: 65 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"@highlightjs/vue-plugin": "^1.0.2",
"core-js": "^3.6.5",
"highlight.js": "^10.7.3",
"jszip": "^3.10.1",
"lib-iitc-manager": "^1.6.1",
"scored-fuzzysearch": "^1.0.5",
"vue": "^2.6.11"
Expand Down
21 changes: 21 additions & 0 deletions public/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,5 +193,26 @@
},
"backup": {
"message": "Backup"
},
"import": {
"message": "Import"
},
"export": {
"message": "Export"
},
"export_settings": {
"message": "Export IITC settings"
},
"export_status": {
"message": "Export the enabled/disabled status of IITC plugins"
},
"export_data": {
"message": "Export plugins data"
},
"export_external": {
"message": "Export of external plugins"
},
"exportToZip": {
"message": "Export to zip"
}
}
2 changes: 0 additions & 2 deletions src/popup/components/SectionOptions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,4 @@ h2:first-letter {
color: #fff;
border: 1px solid #555;
}
</style>
Loading

0 comments on commit 160adb7

Please sign in to comment.