From 855cc4caf4f17479116ad2e1522712dd2ddaf6ae Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Wed, 29 Apr 2026 13:47:28 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20make=20'Alle=20zur=20Unit'=20button=20vi?= =?UTF-8?q?sible=20=E2=80=94=20full-width=20layout=20below=20word=20tags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- studio-v2/app/vocabulary/page.tsx | 86 +++++++++++++++---------------- 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/studio-v2/app/vocabulary/page.tsx b/studio-v2/app/vocabulary/page.tsx index eec7366..c89f5cf 100644 --- a/studio-v2/app/vocabulary/page.tsx +++ b/studio-v2/app/vocabulary/page.tsx @@ -234,53 +234,12 @@ export default function VocabularyPage() {
{topics.map(topic => (
-
+
💡 {topic.topic} ({topic.word_count}) -
- - -
-
+
{(topic.display_words || topic.words).slice(0, 15).map((w: string, i: number) => ( {w} ))} @@ -288,6 +247,47 @@ export default function VocabularyPage() { +{topic.words.length - 15} )}
+
+ + +
))}