From 3c008cfc633701ad75207f94b9c694bd217e763a Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Mon, 18 Aug 2025 12:41:41 -0400 Subject: move install uninstall button and status to bottom to buy ui realestate --- src/components/Content.tsx | 57 ++++++++++++++++++++++++++++++++++------------ 1 file changed, 42 insertions(+), 15 deletions(-) (limited to 'src') diff --git a/src/components/Content.tsx b/src/components/Content.tsx index 7815951..e0adf3f 100644 --- a/src/components/Content.tsx +++ b/src/components/Content.tsx @@ -76,20 +76,25 @@ export function Content() { return ( - - - + {/* Show installation components at top when not fully installed */} + {!isInstalled && ( + <> + + + + + )} @@ -118,7 +123,29 @@ export function Content() { {/* Plugin Update Checker */} - {/* Nerd Stuff Button */} + + + {/* Show installation components at bottom when fully installed */} + {isInstalled && ( + <> + + + + + )} + + {/* Nerd Stuff Button */}