feat(network): thumbnail generation on save, shown on list page

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
chihlasm
2026-04-14 01:22:51 +00:00
parent 7efa22454d
commit c8f571db39
6 changed files with 84 additions and 2 deletions

View File

@@ -73,6 +73,7 @@ export interface NetworkDiagramListItem {
description: string | null
node_count: number
category_counts: Record<string, number>
thumbnail_url?: string | null
created_by: string | null
created_at: string
updated_at: string