feat: Update Cookbook Filters to the 5 main roles
This commit is contained in:
@@ -46,10 +46,11 @@ let activeFilter = "";
|
||||
|
||||
const FILTERS = [
|
||||
{ id: "", label: "Alle" },
|
||||
{ id: "coder", label: "Coding" },
|
||||
{ id: "vision", label: "Vision / Multimodal" },
|
||||
{ id: "roleplay", label: "Roleplay" },
|
||||
{ id: "german", label: "Deutsch" }
|
||||
{ id: "vision", label: "Vision" },
|
||||
{ id: "scout", label: "Scout" },
|
||||
{ id: "coder", label: "Coder" },
|
||||
{ id: "manager", label: "Manager" },
|
||||
{ id: "reviewer", label: "Reviewer" }
|
||||
];
|
||||
|
||||
function mount() {
|
||||
|
||||
Reference in New Issue
Block a user