From afe7a983d19fad8a9904ac2bf90178c82c7cfae4 Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Mon, 27 Apr 2026 19:26:53 +0200 Subject: [PATCH] Fix Match: Equal card heights + progress bar with count All cards (EN/DE/native) now have min-h-[48px] for consistent height. Progress bar shows "4/12" count next to the fill bar. Co-Authored-By: Claude Opus 4.6 (1M context) --- studio-v2/app/learn/[unitId]/match/page.tsx | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/studio-v2/app/learn/[unitId]/match/page.tsx b/studio-v2/app/learn/[unitId]/match/page.tsx index 2eac9d5..b562b36 100644 --- a/studio-v2/app/learn/[unitId]/match/page.tsx +++ b/studio-v2/app/learn/[unitId]/match/page.tsx @@ -148,9 +148,16 @@ export default function MatchPage() { - {/* Progress bar */} -
-
+ {/* Progress bar with count */} +
+
+
+
+
+ + {matchedTotal}/{totalPairs} + +
{/* Native flash overlay */} @@ -208,7 +215,7 @@ export default function MatchPage() { {roundItems.map(item => (
(