Refactor AppListPage

This commit is contained in:
waterplea
2021-11-22 16:33:41 +03:00
committed by Aiden McClelland
parent b546eb2504
commit ee81ca111b
29 changed files with 719 additions and 17510 deletions

View File

@@ -59,7 +59,7 @@ export class WizardBaker {
action,
verb: 'beginning update for',
title,
executeAction: () => this.embassyApi.installPackage({ id, 'version-spec': version ? `=${version}` : undefined }),
executeAction: () => this.embassyApi.installPackage({ id, version: version ? `=${version}` : undefined }),
},
},
bottomBar: {
@@ -158,7 +158,7 @@ export class WizardBaker {
action,
verb: 'beginning downgrade for',
title,
executeAction: () => this.embassyApi.installPackage({ id, 'version-spec': version ? `=${version}` : undefined }),
executeAction: () => this.embassyApi.installPackage({ id, version: version ? `=${version}` : undefined }),
},
},
bottomBar: {