Skip to content

Commit

Permalink
feat(core): add updater module (#4752)
Browse files Browse the repository at this point in the history
* feat(core): add updater module

This module is serving as auto and manual updater for UI related dependencies

* update ui-admin dependency
  • Loading branch information
sogehige committed Jul 29, 2021
1 parent 2137da9 commit 17ea6ba
Show file tree
Hide file tree
Showing 7 changed files with 1,180 additions and 561 deletions.
1 change: 1 addition & 0 deletions locales/en/ui.menu.json
@@ -1,4 +1,5 @@
{
"updater": "Updater",
"index": "Dashboard",
"core": "Bot",
"users": "Users",
Expand Down
5 changes: 5 additions & 0 deletions locales/en/ui/core/updater.json
@@ -0,0 +1,5 @@
{
"settings": {
"isAutomaticUpdateEnabled": "Automatically update if newer version available"
}
}

0 comments on commit 17ea6ba

Please sign in to comment.