From c3f510a2944cf8436c8bccedcb77db9bd6a7f2c3 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Mon, 20 Oct 2025 12:50:03 -0400 Subject: chore: remove unused elements previously commented out, for store release prep --- src/components/Content.tsx | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'src/components/Content.tsx') diff --git a/src/components/Content.tsx b/src/components/Content.tsx index fdb8672..08027d3 100644 --- a/src/components/Content.tsx +++ b/src/components/Content.tsx @@ -8,12 +8,8 @@ import { InstallationButton } from "./InstallationButton"; import { ConfigurationSection } from "./ConfigurationSection"; import { ProfileManagement } from "./ProfileManagement"; import { UsageInstructions } from "./UsageInstructions"; -// import { WikiButton } from "./WikiButton"; -// import { ClipboardButton } from "./ClipboardButton"; import { SmartClipboardButton } from "./SmartClipboardButton"; import { FgmodClipboardButton } from "./FgmodClipboardButton"; -// import { ClipboardDisplay } from "./ClipboardDisplay"; -// import { PluginUpdateChecker } from "./PluginUpdateChecker"; import { NerdStuffModal } from "./NerdStuffModal"; import FlatpaksModal from "./FlatpaksModal"; import { ConfigurationData } from "../config/configSchema"; @@ -106,7 +102,6 @@ export function Content() { {/* Clipboard buttons - only show if installed */} {isInstalled && ( <> - {/* */} @@ -131,15 +126,8 @@ export function Content() { /> )} - {/* Usage instructions - always visible for user guidance */} - - - {/* Wiki and clipboard buttons - always available for documentation */} - {/* */} - {/* */} - - {/* Plugin Update Checker */} - {/* */} + {/* Usage instructions - always visible for user guidance */} + {/* Show installation components at bottom when fully installed */} {isInstalled && ( -- cgit v1.2.3