feat(backoffice): afficher le format (cbz/cbr/pdf) au lieu du kind sur les cards
- Ajoute `format: string | null` dans BookDto - BookCard et page détail utilisent `book.format ?? book.kind` avec les couleurs success=CBZ, warning=CBR, destructive=PDF Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -59,6 +59,7 @@ export type BookDto = {
|
||||
id: string;
|
||||
library_id: string;
|
||||
kind: string;
|
||||
format: string | null;
|
||||
title: string;
|
||||
author: string | null;
|
||||
series: string | null;
|
||||
|
||||
Reference in New Issue
Block a user