Remove homepage quick search groups

This commit is contained in:
kuekhaoyang
2026-07-09 17:13:13 +08:00
parent 2bb70ca648
commit 8c522119c0
6 changed files with 30 additions and 9 deletions
-3
View File
@@ -9,7 +9,6 @@
import { useState } from 'react';
import { TagManager } from './TagManager';
import { MovieGrid } from './MovieGrid';
import { CategoryQuickSearch } from './CategoryQuickSearch';
import { useTagManager } from './hooks/useTagManager';
import { usePopularMovies } from './hooks/usePopularMovies';
import { usePersonalizedRecommendations } from './hooks/usePersonalizedRecommendations';
@@ -93,8 +92,6 @@ export function PopularFeatures({ onSearch }: PopularFeaturesProps) {
return (
<div className="animate-fade-in">
{!isTagManagementMode && <CategoryQuickSearch onSearch={onSearch} />}
{/* Content Type Toggle (Capsule Liquid Glass - Fixed & Centered) */}
{!isTagManagementMode && !effectiveRecommendSelected && (
<div className="mb-10 flex justify-center">