diff --git a/src/app/components/StatusPage.tsx b/src/app/components/StatusPage.tsx index 428532f..db4027a 100644 --- a/src/app/components/StatusPage.tsx +++ b/src/app/components/StatusPage.tsx @@ -68,20 +68,7 @@ export default function StatusPage({ config, setConfig }: StatusPageProps) {

System Status

-
- - -
+ {/* System Status Action Buttons at bottom */}
Memory Utilization
@@ -135,6 +122,20 @@ export default function StatusPage({ config, setConfig }: StatusPageProps) {
+
+ + +
{activeDevice && ( @@ -157,21 +158,7 @@ export default function StatusPage({ config, setConfig }: StatusPageProps) {
- {/* Directory and Disk Map buttons */} -
- - -
+ {/* Directory and Disk Map buttons at bottom */} {/* New device info cards */}
@@ -249,6 +236,20 @@ export default function StatusPage({ config, setConfig }: StatusPageProps) {
); })()} +
+ + +
{showDeviceOverlay && ( @@ -275,12 +276,12 @@ export default function StatusPage({ config, setConfig }: StatusPageProps) { {showDirectory && (
setShowDirectory(false)} /> -
+

Directory

- +
-
+
{}} onClose={() => setShowDirectory(false)} />
@@ -291,12 +292,12 @@ export default function StatusPage({ config, setConfig }: StatusPageProps) { {showDiskMap && (
setShowDiskMap(false)} /> -
+

Disk Map

- +
-
+
Disk map visualization goes here.