modified src/base/orgs/View/Projects.svelte
@@ -59,7 +59,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/base/registrations/registrar.ts
@@ -17,6 +17,7 @@ export interface Registration {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -73,6 +74,7 @@ export async function getRegistration(name: string, config: Config, resolver?: E
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -82,11 +84,12 @@ export async function getRegistration(name: string, config: Config, resolver?: E
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/base/seeds/Seed.ts
@@ -68,8 +68,11 @@ export class Seed {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/profile.ts
@@ -37,6 +37,11 @@ export class Profile {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/project.ts
@@ -117,6 +117,10 @@ export async function getProjects(host: api.Host): Promise<ProjectInfo[]> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|