Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thedevs-network/kutt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorglenn-louarn <34347121+glenn-louarn@users.noreply.github.com>2020-07-20 10:40:51 +0300
committerGitHub <noreply@github.com>2020-07-20 10:40:51 +0300
commite492542428a42200d6f33abc3c73b95d386bc7ca (patch)
treee47632c339d61e997192fbb15c4e04182f415f4a /global.d.ts
parent55c2beafdd72262dd3f559aeb9ef32cbfc9c4afe (diff)
feat: Add description for links fix #51 (#342)
* ✨ Add description for links fix #51 * feat: show description under original link * feat: make advanced options input full-width * fix: showing newly created link in the table * fix: improve edit form style * feat: add description migration * fix: make description type optional Co-authored-by: poeti8 <ezzati.upt@gmail.com>
Diffstat (limited to 'global.d.ts')
-rw-r--r--global.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/global.d.ts b/global.d.ts
index 58987f2..aecff2a 100644
--- a/global.d.ts
+++ b/global.d.ts
@@ -76,6 +76,7 @@ interface Link {
created_at: string;
domain_id?: number;
password?: string;
+ description?: string;
target: string;
updated_at: string;
user_id?: number;