bug fix + improvements + new logo

This commit is contained in:
Daniel
2023-06-18 08:57:57 +03:30
parent 1aaa9db229
commit 033f036ef3
15 changed files with 214 additions and 53 deletions
+8 -1
View File
@@ -27,10 +27,17 @@ type Modal =
| {
modal: "COLLECTION";
state: boolean;
method: "CREATE" | "UPDATE";
method: "UPDATE";
active: CollectionIncludingMembersAndLinkCount;
defaultIndex?: number;
}
| {
modal: "COLLECTION";
state: boolean;
method: "CREATE";
active?: CollectionIncludingMembersAndLinkCount;
defaultIndex?: number;
}
| null;
type ModalsStore = {