feat: Add AI-powered memory match game generation and remove AI image generation from the lesson editor.

This commit is contained in:
2026-03-09 10:43:59 -03:00
parent 7406de9a1b
commit ebd20b5b54
4 changed files with 26 additions and 93 deletions
-1
View File
@@ -126,7 +126,6 @@ export interface Lesson {
cues?: { start: number; end: number; text: string }[];
} | null;
transcription_status?: 'idle' | 'queued' | 'processing' | 'completed' | 'failed';
video_generation_status?: 'idle' | 'queued' | 'processing' | 'completed' | 'failed';
is_previewable: boolean;
created_at: string;
}