feat: port namespace store to pinia

This commit is contained in:
Dominik Pschenitschni 2022-09-02 11:15:29 +02:00
parent 9474240cb9
commit 093ab766d4
No known key found for this signature in database
GPG key ID: B257AC0149F43A77
21 changed files with 214 additions and 166 deletions

View file

@ -103,6 +103,7 @@ export interface ListState {
export interface NamespaceState {
namespaces: INamespace[]
isLoading: boolean,
}
export interface TaskState {}