Skip to content

Commit

Permalink
confirm restart after updating Homebridge
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Dec 16, 2023
1 parent b039297 commit f0185e9
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 35 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ All notable changes to homebridge-config-ui-x will be documented in this file.
- accessory title fix (lights + windows) (#1933) (@mkz212)
- improve spacing in plugin card
- more items in homebridge settings
- confirm restart after updating Homebridge instead of automatically restarting

### Translation Changes

Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"@typescript-eslint/parser": "^6.14.0",
"babel-jest": "^29.7.0",
"concurrently": "^8.2.2",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import-newlines": "^1.3.4",
Expand Down
28 changes: 14 additions & 14 deletions ui/package-lock.json

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

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"dragula": "^3.7.3",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-import-newlines": "^1.3.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,8 @@ export class ManagePluginsModalComponent implements OnInit, OnDestroy {
termRows: this.term.rows,
}).subscribe(
() => {
this.$router.navigate(['/restart']);
this.activeModal.close();
this.$toastr.success(this.pastTenseVerb, this.toastSuccess);
this.$modal.open(RestartHomebridgeComponent);
},
(err) => {
this.actionFailed = true;
Expand Down

0 comments on commit f0185e9

Please sign in to comment.