show podcast staleness and suggest user to re-generate

This commit is contained in:
CREDO23 2025-10-23 22:27:28 +02:00 committed by thierryverse
parent e47b1cb4c5
commit b02b094a24
5 changed files with 112 additions and 17 deletions

View file

@ -54,6 +54,7 @@ export interface PodcastItem {
file_location: string;
podcast_transcript: any[];
search_space_id: number;
chat_state_version: number | null;
}
interface PodcastsPageClientProps {