+
+
+ setSearchQuery(e.target.value)}
+ placeholder="Suche nach Dateiname oder Künstler..."
+ className="w-full pl-9 pr-3 py-2 bg-white/5 border border-white/10 rounded-lg text-sm text-white placeholder:text-white/30 focus:outline-none focus:border-yellow-400/50"
+ data-testid="input-admin-search"
+ />
+
+
+
+ {(["all", "no-artist", "no-focal", "has-focal"] as const).map((mode) => (
+
+ ))}
+
+