+ {/* Search Input */}
+
+
+
+
+ setSearch(e.target.value)}
+ className="pl-10"
+ />
+
+
+
+ {/* Status Filter */}
+
+
+
+ {STATUS_OPTIONS.map((status) => (
+ toggleStatus(status.value)}
+ >
+ {status.label}
+
+ ))}
+
+
+
+ {/* Priority Filter */}
+
+
+
+ {PRIORITY_OPTIONS.map((priority) => (
+ togglePriority(priority.value)}
+ >
+ {priority.label}
+
+ ))}
+
+
+
+ {/* Assignee Filter */}
+
+
+
+
+