+ {/* Repo input */}
+
+
+ setRepo(e.target.value)}
+ placeholder="owner/repo"
+ className="w-full px-3 py-1.5 text-sm rounded-md border border-border bg-background text-foreground placeholder:text-muted-foreground/50 focus:outline-none focus:ring-1 focus:ring-primary"
+ />
+
+
+ {/* Label filter */}
+
+
+ setLabelFilter(e.target.value)}
+ placeholder="bug,enhancement"
+ className="w-full px-3 py-1.5 text-sm rounded-md border border-border bg-background text-foreground placeholder:text-muted-foreground/50 focus:outline-none focus:ring-1 focus:ring-primary"
+ />
+
+
+ {/* State filter */}
+
+
+
+
+
+ {/* Assign to agent */}
+
+
+
+
+