you can now set description to a link + added link modal + many other changes and improvements
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user