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'}