diff --git a/client/assets/app.css b/client/assets/app.css
index 6e37ca4b..2a0391f4 100644
--- a/client/assets/app.css
+++ b/client/assets/app.css
@@ -103,6 +103,10 @@
box-shadow: 4px 1px 8px #11111166, -4px 1px 8px #11111166, 1px -4px 8px #11111166;
}
+.box-shadow-book3d {
+ box-shadow: 4px 1px 8px #11111166, 1px -4px 8px #11111166;
+}
+
.box-shadow-side {
box-shadow: 4px 0px 4px #11111166;
}
diff --git a/client/components/app/Appbar.vue b/client/components/app/Appbar.vue
index 3fca7849..40457cf8 100644
--- a/client/components/app/Appbar.vue
+++ b/client/components/app/Appbar.vue
@@ -63,7 +63,7 @@ export default {
},
computed: {
showBack() {
- return this.$route.name !== 'index'
+ return this.$route.name !== 'library-id'
},
user() {
return this.$store.state.user.user
@@ -114,7 +114,7 @@ export default {
if (this.$route.name === 'audiobook-id-edit') {
this.$router.push(`/audiobook/${this.$route.params.id}`)
} else {
- this.$router.push('/')
+ this.$router.push('/library')
}
},
cancelSelectionMode() {
diff --git a/client/components/app/BookShelf.vue b/client/components/app/BookShelf.vue
index 797453b6..68ec5166 100644
--- a/client/components/app/BookShelf.vue
+++ b/client/components/app/BookShelf.vue
@@ -16,21 +16,22 @@
{{ numShowing }} Audiobooks
+{{ numShowing }} {{ entityName }}
++ {{ selectedSeries }} {{ numShowing }} +
+{{ groupName }}
+{{ bookItems.length }}
+{{ name }}
+