From 812ee8ac7cfad19e89d11b27e74ca598c662f5c6 Mon Sep 17 00:00:00 2001 From: Hitonabi Date: Sat, 20 Jun 2026 23:58:41 +0200 Subject: [PATCH] feat: Update Cookbook Filters to the 5 main roles --- static/js/panels/cookbook.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/static/js/panels/cookbook.js b/static/js/panels/cookbook.js index 85afbaa..5405da7 100644 --- a/static/js/panels/cookbook.js +++ b/static/js/panels/cookbook.js @@ -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() {