From d28914ca353693a707fb6f23a017de413fd29a1e Mon Sep 17 00:00:00 2001 From: Stefan Date: Mon, 1 Dec 2025 10:28:19 +0100 Subject: [PATCH] Add horizontal evaluation bar to analysis page --- src/app/analysis/page.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/app/analysis/page.tsx b/src/app/analysis/page.tsx index 2090086..941e2ee 100644 --- a/src/app/analysis/page.tsx +++ b/src/app/analysis/page.tsx @@ -19,6 +19,7 @@ import { ChatSession } from "@google/generative-ai"; import ReactMarkdown from "react-markdown"; import { useDebug } from "@/contexts/DebugContext"; import { GameImportModal } from "@/components/GameImportModal"; +import { EvaluationBar } from "@/components/EvaluationBar"; interface MoveStep { san: string; @@ -537,6 +538,16 @@ INSTRUCTIONS: + {/* Horizontal Evaluation Bar */} +
+ +
+
{t.analysis.missedTactics}
{tacticSummary.length === 0 && (