馃悶 Grid/List view toggle incorrectly appears inside the filter panel on Home page
Description
On the Home page, the Grid/List view toggle should not be part of the filter panel.
However, it is currently rendered inside the filter section, which is not expected behavior.
The Home page is not designed to support Grid/List switching within filters, but the control still appears there.
Steps to Reproduce
- Open the Home page
- Locate the filter panel
- Notice that a Grid/List view toggle is displayed inside the filter section
Expected Behavior
- The filter panel should only contain filtering-related controls (search, genre, sort, etc.)
- Grid/List view toggle should not appear in the Home page filter panel
Actual Behavior
- Grid/List view toggle is visible inside the filter panel on the Home page
- This causes UI inconsistency and user confusion
Environment
- App running on
localhost:3000
- Browser: Chrome (latest)
- OS: Windows 10
Additional Notes
Possible causes:
- Shared Filter component reused without page-specific conditions
- Missing conditional rendering logic for Home page context
Screenshot attached for reference.
馃悶 Grid/List view toggle incorrectly appears inside the filter panel on Home page
Description
On the Home page, the Grid/List view toggle should not be part of the filter panel.
However, it is currently rendered inside the filter section, which is not expected behavior.
The Home page is not designed to support Grid/List switching within filters, but the control still appears there.
Steps to Reproduce
Expected Behavior
Actual Behavior
Environment
localhost:3000Additional Notes
Possible causes:
Screenshot attached for reference.