Fix updates badge and rework updates page (#2205)

* fix updates badge and rework updates page

* resize icons

* better language around browser tab title

* no period

* updates tab more fixes
This commit is contained in:
Matt Hill
2023-03-13 12:15:43 -06:00
committed by GitHub
parent 7867411095
commit 1a985f7e82
17 changed files with 126 additions and 170 deletions

View File

@@ -46,8 +46,6 @@ export class UpdatesPage {
errors: this.marketplaceService.getRequestErrors$(),
})
readonly PackageState = PackageState
constructor(
@Inject(AbstractMarketplaceService)
readonly marketplaceService: MarketplaceService,
@@ -72,7 +70,10 @@ export class UpdatesPage {
manifest: MarketplaceManifest,
url: string,
local: PackageDataEntry,
e: Event,
): Promise<void> {
e.stopPropagation()
const { id, version } = manifest
delete this.marketplaceService.updateErrors[id]