From bc9a95a7c89b3aaaed26cb3973067ea39ba247b4 Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Wed, 25 Mar 2026 16:16:46 +0100 Subject: [PATCH] feat: allow disabled links --- app/components/LinksTable.vue | 12 ++++++++++++ app/pages/dashboard.vue | 16 ++++++++++++++-- server/api/links/[id]/index.patch.ts | 1 + 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/app/components/LinksTable.vue b/app/components/LinksTable.vue index c9eb203..b9c0497 100644 --- a/app/components/LinksTable.vue +++ b/app/components/LinksTable.vue @@ -1,6 +1,8 @@