Contribution guide + code refactor + package updates

This commit is contained in:
Andras Bacsai
2022-08-29 15:29:00 +02:00
parent a6ffb5c61c
commit ccd550bbc4
20 changed files with 3103 additions and 3243 deletions

View File

@@ -17,7 +17,8 @@ interface AppSession {
tokens: {
github: string | null,
gitlab: string | null,
}
},
supportedServiceTypesAndVersions: Array<any>
}
interface AddToast {
type?: "info" | "success" | "error",
@@ -40,7 +41,8 @@ export const appSession: Writable<AppSession> = writable({
tokens: {
github: null,
gitlab: null
}
},
supportedServiceTypesAndVersions: []
});
export const disabledButton: Writable<boolean> = writable(false);
export const status: Writable<any> = writable({