From 3a3e6db018e749f745ce6c71aacf683bf2fef367 Mon Sep 17 00:00:00 2001 From: Denozordec Date: Mon, 6 Jul 2026 18:45:44 +0700 Subject: [PATCH] fix(tabs): update Tabs component for orientation handling and improve class names Enhanced the Tabs component to support orientation prop, ensuring proper layout for both horizontal and vertical orientations. Updated class names for better clarity and consistency in styling. Additionally, modified the daemon PID and timestamps in .codegraph/daemon.pid for synchronization. --- .codegraph/daemon.pid | 4 ++-- packages/ui/src/components/tabs.tsx | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.codegraph/daemon.pid b/.codegraph/daemon.pid index 5f02249..97f702e 100644 --- a/.codegraph/daemon.pid +++ b/.codegraph/daemon.pid @@ -1,6 +1,6 @@ { - "pid": 48400, + "pid": 59836, "version": "0.9.9", "socketPath": "\\\\.\\pipe\\codegraph-97b92efdcc5351da", - "startedAt": 1783060842523 + "startedAt": 1783332305171 } diff --git a/packages/ui/src/components/tabs.tsx b/packages/ui/src/components/tabs.tsx index 7d84d61..ffc96ef 100644 --- a/packages/ui/src/components/tabs.tsx +++ b/packages/ui/src/components/tabs.tsx @@ -13,9 +13,10 @@ function Tabs({ return (