mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-02 05:23:14 +00:00
feat(marketplace): add separate package and move some entities in it (#1283)
* feat(marketplace): add separate package and move some entities in it * feat(marketplace): refactor release notes and list * feat(marketplace): refactor showing a package * chore: fix install progress * chore: fix angular.json * chore: properly share stream
This commit is contained in:
@@ -48,6 +48,7 @@ export class PatchDbService {
|
||||
return this.patchDb.store.cache.data
|
||||
}
|
||||
|
||||
// TODO: Refactor to use `Observable` so that we can react to PatchDb becoming loaded
|
||||
get loaded(): boolean {
|
||||
return (
|
||||
this.patchDb?.store?.cache?.data &&
|
||||
|
||||
Reference in New Issue
Block a user