feat(dashboard): show block count instead of page numbers in resume strip

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-04-19 21:32:13 +02:00
parent 3aec856bac
commit 18e321b1e6
6 changed files with 16 additions and 10 deletions

View File

@@ -1982,9 +1982,7 @@ export interface components {
caption: string;
excerpt: string;
/** Format: int32 */
page: number;
/** Format: int32 */
pages: number;
totalBlocks: number;
/** Format: int32 */
pct: number;
thumbnailUrl?: string;