Second commit

added few test, first api to add book
This commit is contained in:
2025-09-23 17:16:48 +02:00
parent 0457ca2011
commit 8432902df1
19 changed files with 298 additions and 123 deletions

View File

@@ -22,7 +22,7 @@ const imagePathOrDefault = (props.imagePath == "" || typeof props.imagePath ===
<div class="media-content">
<div class="is-size-4">{{title}}</div>
<div class="is-size-5 is-italic">{{author}}</div>
<p>{{rating}}/5</p>
<p>{{rating}}/10</p>
</div>
</div>
</div>
@@ -37,7 +37,8 @@ img {
}
.box {
transition:ease-in-out 0.04s
transition:ease-in-out 0.04s;
margin-bottom: 15px;
}
.box:hover {