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 => ( - - ))}
)}