diff --git a/client/components/app/BookShelfToolbar.vue b/client/components/app/BookShelfToolbar.vue index ce5f84b7..3b31f26e 100644 --- a/client/components/app/BookShelfToolbar.vue +++ b/client/components/app/BookShelfToolbar.vue @@ -2,16 +2,38 @@
-

{{ $strings.ButtonHome }}

+

{{ $strings.ButtonHome }}

+ + +
-

{{ $strings.ButtonLibrary }}

+

{{ $strings.ButtonLibrary }}

+ + + +
+ +

{{ $strings.ButtonLatest }}

-

{{ $strings.ButtonSeries }}

+

{{ $strings.ButtonSeries }}

+ + +
-

{{ $strings.ButtonCollections }}

+

{{ $strings.ButtonCollections }}

+ collections_bookmark +
+ +

{{ $strings.ButtonAuthors }}

+ + +

{{ $strings.ButtonSearch }}

@@ -147,6 +169,12 @@ export default { isPodcastSearchPage() { return this.$route.name === 'library-library-podcast-search' }, + isPodcastLatestPage() { + return this.$route.name === 'library-library-podcast-latest' + }, + isAuthorsPage() { + return this.$route.name === 'library-library-authors' + }, numShowing() { return this.totalEntities }, diff --git a/client/pages/library/_library/podcast/latest.vue b/client/pages/library/_library/podcast/latest.vue index 071bb283..4af29cbc 100644 --- a/client/pages/library/_library/podcast/latest.vue +++ b/client/pages/library/_library/podcast/latest.vue @@ -4,17 +4,29 @@
-

{{ $strings.HeaderLatestEpisodes }}

+

{{ $strings.HeaderLatestEpisodes }}

{{ $strings.MessageNoEpisodes }}