mirror of
https://github.com/KuekHaoYang/KVideo.git
synced 2026-08-21 19:53:43 +08:00
Remove homepage quick search groups
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user