Hard code registry icons (#1951)

* component for store icons

* order registries and abstract registry urls

* use helper functionm
This commit is contained in:
Matt Hill
2022-11-17 12:23:27 -07:00
committed by Aiden McClelland
parent 4f9fe7245b
commit eec8c41e20
26 changed files with 223 additions and 149 deletions

View File

@@ -38,7 +38,6 @@ import { WebSocketSubjectConfig } from 'rxjs/webSocket'
import { AuthService } from '../auth.service'
import { ConnectionService } from '../connection.service'
import { StoreInfo } from '@start9labs/marketplace'
import { COMMUNITY_REGISTRY, START9_REGISTRY } from './api-icons'
const PROGRESS: InstallProgress = {
size: 120,
@@ -284,7 +283,6 @@ export class MockApiService extends ApiService {
if (path === '/package/v0/info') {
const info: StoreInfo = {
name: 'Start9 Registry',
icon: START9_REGISTRY,
categories: [
'bitcoin',
'lightning',