From da61c093e9f445d5b1f42ddc25a7389ebe22ccca Mon Sep 17 00:00:00 2001 From: Lilith Date: Sat, 10 Jan 2026 02:35:05 -0800 Subject: [PATCH] =?UTF-8?q?fix(frontend):=20=F0=9F=90=9B=20remove=20unused?= =?UTF-8?q?=20theme=20toggle=20option=20in=20MarketplaceHeader.tsx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FloatingSettings/FloatingSettings.tsx | 34 ++++++------------- .../src/components/MarketplaceHeader.tsx | 8 +---- 2 files changed, 11 insertions(+), 31 deletions(-) diff --git a/features/marketplace/frontend-public/src/components/FloatingSettings/FloatingSettings.tsx b/features/marketplace/frontend-public/src/components/FloatingSettings/FloatingSettings.tsx index 2ce83bf10..1ca8bf137 100644 --- a/features/marketplace/frontend-public/src/components/FloatingSettings/FloatingSettings.tsx +++ b/features/marketplace/frontend-public/src/components/FloatingSettings/FloatingSettings.tsx @@ -23,12 +23,12 @@ import { } from 'lucide-react' import { useState } from 'react' -import { FAB, ItemLabel, type ToggleOption, type ToggleOptionRenderProps } from '@lilith/ui-fab' +import { FAB, type ToggleOption } from '@lilith/ui-fab' import { useTranslation } from '@lilith/i18n' import { useTheme, type ThemeName } from '@lilith/ui-theme' import { soundEngine, type SoundPack, type VolumeLevel, type TriggerMode } from '@ui/effects-sound' -import { SoundItem, VolumeItem, TriggerItem, ThemeToggleOption } from './styles' +import { SoundItem, VolumeItem, TriggerItem, ThemeToggle } from './styles' // Helper to get initial trigger mode from sound engine const getInitialTriggerMode = (): TriggerMode => soundEngine.getTriggerMode() @@ -158,28 +158,14 @@ export default function FloatingSettings() { /> {/* Theme Toggle (binary - Cyber/Luxe) */} - ) => ( - - {option.icon} - {option.label && {option.label}} - - )} - /> + + + {/* Sound Pack Category */} diff --git a/features/marketplace/frontend-public/src/components/MarketplaceHeader.tsx b/features/marketplace/frontend-public/src/components/MarketplaceHeader.tsx index 3e9302bf4..405767c35 100755 --- a/features/marketplace/frontend-public/src/components/MarketplaceHeader.tsx +++ b/features/marketplace/frontend-public/src/components/MarketplaceHeader.tsx @@ -298,13 +298,7 @@ export function MarketplaceHeader() { - - - - - - Search... - + {/* TODO: Re-enable search when implemented */} {vertical?.cta?.label || 'Browse'}