From a47fb615494b32ebe6ab6f9c8791eb874c92e45b Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Sat, 30 Mar 2024 18:56:21 -0400 Subject: [PATCH] feat: implement node removal --- app/components/Dropdown.tsx | 6 +- app/routes/_data.machines._index.tsx | 223 ++++++++++++++++++--------- app/utils/headscale.ts | 15 ++ 3 files changed, 166 insertions(+), 78 deletions(-) diff --git a/app/components/Dropdown.tsx b/app/components/Dropdown.tsx index 5cd2ca6..9099c92 100644 --- a/app/components/Dropdown.tsx +++ b/app/components/Dropdown.tsx @@ -11,7 +11,7 @@ type Properties = { function Dropdown(properties: Properties) { return ( -
+