From 6d0c52e17a7c4c6914b20b1c8eaafe1996ebe1a9 Mon Sep 17 00:00:00 2001 From: kjs Date: Tue, 17 Mar 2026 16:37:04 +0900 Subject: [PATCH] refactor: remove component count display in TabsWidget - Removed the display of the component count next to the tab labels in the TabsWidget. - This change simplifies the tab interface by eliminating unnecessary information, enhancing the overall user experience. These updates aim to streamline the visual presentation of the TabsWidget component. --- frontend/components/screen/widgets/TabsWidget.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/components/screen/widgets/TabsWidget.tsx b/frontend/components/screen/widgets/TabsWidget.tsx index 688a6ca7..efc28413 100644 --- a/frontend/components/screen/widgets/TabsWidget.tsx +++ b/frontend/components/screen/widgets/TabsWidget.tsx @@ -477,9 +477,6 @@ export function TabsWidget({
{tab.label} - {tab.components && tab.components.length > 0 && ( - ({tab.components.length}) - )} {allowCloseable && (