From 83470042b4b143eba0df4e8bf0b2f0cbc048ff54 Mon Sep 17 00:00:00 2001 From: Christian Vidal Wolf Date: Mon, 26 Jan 2026 16:06:39 +0100 Subject: [PATCH] style: clean header and refine Group By filter dropdown in Grid tab --- App.tsx | 27 +-------------- components/DataGrid.tsx | 73 ++++++++++++++++++++++++++--------------- 2 files changed, 48 insertions(+), 52 deletions(-) diff --git a/App.tsx b/App.tsx index d658029..9f3c6f8 100644 --- a/App.tsx +++ b/App.tsx @@ -463,32 +463,7 @@ const App: React.FC = () => {
- - {/* Main Action: Data Source Button */} - - - {/* NEW REFRESH BUTTON */} - - + {/* View Switcher is the priority now */} {/* View Switcher */}
{showDimensionMenu && ( -
-
- Select Columns +
+
+ Select Columns + +
+
+ {DIMENSION_OPTIONS.map(dim => ( + + ))} +
+
+

+ The table will automatically refresh when you toggle these options. +

- {DIMENSION_OPTIONS.map(dim => ( - - ))}
)}