diff --git a/studio-v2/app/vocabulary/page.tsx b/studio-v2/app/vocabulary/page.tsx index 5bf1e55..eec7366 100644 --- a/studio-v2/app/vocabulary/page.tsx +++ b/studio-v2/app/vocabulary/page.tsx @@ -238,25 +238,47 @@ export default function VocabularyPage() { 💡 {topic.topic} ({topic.word_count}) - + setResults(topicWords) + setIsSearching(false) + }} + className={`text-xs px-3 py-1 rounded-lg ${isDark ? 'bg-white/10 text-white/60 hover:bg-white/20' : 'bg-slate-100 text-slate-600 hover:bg-slate-200'}`} + > + Anzeigen + + +
{(topic.display_words || topic.words).slice(0, 15).map((w: string, i: number) => (