From 54f236a332eee8cdaab8d1d8931676e5c1f6ab28 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Thu, 19 Mar 2026 14:33:12 -0400 Subject: [PATCH] feat: update some components --- app/components/attribute.tsx | 3 +- app/components/code.tsx | 2 +- app/components/tabs.tsx | 107 ++++++++++++------------ app/components/tags/ExitNode.tsx | 21 ++--- app/components/tags/Expiry.tsx | 23 ++--- app/components/tags/HeadplaneAgent.tsx | 6 +- app/components/tags/Subnet.tsx | 21 ++--- app/components/tags/TailscaleSSH.tsx | 6 +- app/components/tooltip.tsx | 107 ++++++++---------------- app/routes/acls/overview.tsx | 40 ++++----- app/routes/dns/components/manage-ns.tsx | 21 +++-- app/routes/dns/dialogs/add-ns.tsx | 6 +- app/routes/machines/machine.tsx | 19 +---- app/routes/machines/overview.tsx | 21 +++-- 14 files changed, 176 insertions(+), 227 deletions(-) diff --git a/app/components/attribute.tsx b/app/components/attribute.tsx index 41512f6..94881b2 100644 --- a/app/components/attribute.tsx +++ b/app/components/attribute.tsx @@ -24,9 +24,8 @@ export default function Attribute({ name, value, tooltip, isCopyable }: Attribut > {name} {tooltip ? ( - + - {tooltip} ) : undefined} diff --git a/app/components/code.tsx b/app/components/code.tsx index e713597..623b8a6 100644 --- a/app/components/code.tsx +++ b/app/components/code.tsx @@ -24,7 +24,7 @@ export default function Code({ isCopyable, children, className }: CodeProps) {