From 5dcfa8cd969341ee364f7b6bc0be57fc262b1cc6 Mon Sep 17 00:00:00 2001 From: MCMichinator Date: Mon, 7 Apr 2025 00:56:20 +0200 Subject: [PATCH] =?UTF-8?q?B=C3=BCchersuche:=20Layout=20gefundene=20B?= =?UTF-8?q?=C3=BCcher?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/buechersuche.vue | 82 +++++++++++++++++++++++++++----------- 1 file changed, 59 insertions(+), 23 deletions(-) diff --git a/src/pages/buechersuche.vue b/src/pages/buechersuche.vue index f0eddb6..d74283f 100644 --- a/src/pages/buechersuche.vue +++ b/src/pages/buechersuche.vue @@ -17,6 +17,7 @@
+
+ + @@ -83,32 +86,65 @@ - - -
-
- + + + + + + + +
+ {{ book.title }}
- - -
- {{ book.title }} - {{ book.description }} - - - - - Detail Seite - - - + +
+ von {{ book.authors.map(a => a.name).join(', ') }}
-
+ + +
+ + {{ genre }} + +
+ + +
+ {{ book.blurb }} +
+ + + + + + + + + Detail Seite + + + +