"use client" import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card" import { Label } from "@/components/ui/label" import { Switch } from "@/components/ui/switch" import { usePreferences } from "@/contexts/preferences-context" export default function SettingsPage() { const { preferences, updatePreferences, loading } = usePreferences() if (loading) { return
Hide all social features (comments, ratings, reviews) for a pure archive experience.
Display 1-10 ratings on shows and songs.
Display comment sections on pages.