feat: refactor updates (#2860)

This commit is contained in:
Alex Inkin
2025-03-29 22:50:23 +04:00
committed by GitHub
parent 4b4cf76641
commit 1883c9666e
12 changed files with 703 additions and 372 deletions

View File

@@ -1054,11 +1054,11 @@ export class MockApiService extends ApiService {
...Mock.LocalPkgs[params.id],
stateInfo: {
// if installing
state: 'installing',
// state: 'installing',
// if updating
// state: 'updating',
// manifest: mockPatchData.packageData[params.id].stateInfo.manifest!,
state: 'updating',
manifest: mockPatchData.packageData[params.id].stateInfo.manifest!,
// both
installingInfo: {