From a8b1aadb1cc70720f278142c295398a841137be9 Mon Sep 17 00:00:00 2001 From: Jaime Idolpx Date: Tue, 14 Apr 2026 01:18:41 -0400 Subject: [PATCH] style: reorganize action buttons in StatusPage for improved layout and accessibility --- src/app/components/StatusPage.tsx | 71 ++++++++++++++++--------------- 1 file changed, 36 insertions(+), 35 deletions(-) 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.