From f7b95adfd29470f3330646599ad5e666bf921b15 Mon Sep 17 00:00:00 2001 From: Jason Staack Date: Sat, 21 Mar 2026 12:45:31 -0500 Subject: [PATCH] fix(ui): tighten device detail page for control surface feel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Header: reduce padding, align items-center, dot+label status, truncating hostname, compact metadata, version prefixed with v - Actions: ghost icon buttons for Edit/Delete, tighter gap, smaller icons - InfoRow: py-2→py-1, text-sm→text-xs, label w-32→w-24, border-subtle - Data panels: rounded-lg→rounded-sm, p-4→p-3, border-default - StandardConfigSidebar: tighter rows py-1.5→py-[3px], w-48→w-44, accent-soft active bg, text-label section headers, 50ms transitions Co-Authored-By: Claude Opus 4.6 (1M context) --- .../simple-config/StandardConfigSidebar.tsx | 22 +++---- .../tenants/$tenantId/devices/$deviceId.tsx | 57 +++++++++++-------- 2 files changed, 43 insertions(+), 36 deletions(-) diff --git a/frontend/src/components/simple-config/StandardConfigSidebar.tsx b/frontend/src/components/simple-config/StandardConfigSidebar.tsx index 5422347..09c61d0 100644 --- a/frontend/src/components/simple-config/StandardConfigSidebar.tsx +++ b/frontend/src/components/simple-config/StandardConfigSidebar.tsx @@ -133,17 +133,17 @@ export function StandardConfigSidebar({ onSwitchToSimple, }: StandardConfigSidebarProps) { return ( -
-