you can now set description to a link + added link modal + many other changes and improvements

This commit is contained in:
Daniel
2023-06-20 18:09:03 +03:30
parent 033f036ef3
commit a9edb4b359
19 changed files with 949 additions and 385 deletions
+2
View File
@@ -17,12 +17,14 @@ type Modal =
state: boolean;
method: "CREATE";
active?: LinkIncludingShortenedCollectionAndTags;
defaultIndex?: number;
}
| {
modal: "LINK";
state: boolean;
method: "UPDATE";
active: LinkIncludingShortenedCollectionAndTags;
defaultIndex?: number;
}
| {
modal: "COLLECTION";