+
@@ -41,11 +40,21 @@
:model-value="data.rating/2"
@update:modelValue="onRatingUpdate"
active-color="bulma-body-color"
+ class="centered"
/>
-
+
+
{{data.title}}
+
{{data.author}}
{{data.summary}}
+
@@ -57,9 +66,17 @@ img {
width:auto;
}
-.imagewithrating {
- vertical-align: top;
- display: inline-block;
- text-align: center;
+.centered {
+ display:flex;
+ justify-content:center;
+ align-items:center;
}
+
+.iconscontainer {
+ border: solid;
+ border-radius: 50px;
+ width: 250px;
+}
+
+
diff --git a/front/src/locales/en.json b/front/src/locales/en.json
index 9a3c257..f1400e4 100644
--- a/front/src/locales/en.json
+++ b/front/src/locales/en.json
@@ -41,6 +41,9 @@
"wantread": "I want to read it"
},
"bookform": {
- "error": "Error when loading book: {error}"
+ "error": "Error when loading book: {error}",
+ "read": "Read",
+ "startread": "Started",
+ "wantread": "Interested"
}
}
diff --git a/front/src/locales/fr.json b/front/src/locales/fr.json
index fe1c695..35f64d1 100644
--- a/front/src/locales/fr.json
+++ b/front/src/locales/fr.json
@@ -41,6 +41,9 @@
"wantread": "Je veux le lire"
},
"bookform": {
- "error": "Erreur pendant le chargement du livre: {error}"
+ "error": "Erreur pendant le chargement du livre: {error}",
+ "read": "Lu",
+ "startread": "Commencé",
+ "wantread": "Intéressé"
}
}