diff --git a/components/home/BookshelfToolbar.vue b/components/home/BookshelfToolbar.vue index 3f045efb..ff3cbef7 100644 --- a/components/home/BookshelfToolbar.vue +++ b/components/home/BookshelfToolbar.vue @@ -13,6 +13,7 @@ sort + download more_vert @@ -144,6 +145,10 @@ export default { async changeView() { this.bookshelfListView = !this.bookshelfListView await this.$hapticsImpact() + }, + downloadSeries() { + console.log('Download Series click') + this.$eventBus.$emit('download-series-click') } }, mounted() { diff --git a/pages/bookshelf/series/_id.vue b/pages/bookshelf/series/_id.vue index 27b0e018..3943b885 100644 --- a/pages/bookshelf/series/_id.vue +++ b/pages/bookshelf/series/_id.vue @@ -1,8 +1,12 @@ \ No newline at end of file + diff --git a/strings/en-us.json b/strings/en-us.json index cbdb0104..86478f00 100644 --- a/strings/en-us.json +++ b/strings/en-us.json @@ -292,6 +292,9 @@ "MessageNoUpdatesWereNecessary": "No updates were necessary", "MessageNoUserPlaylists": "You have no playlists", "MessageReportBugsAndContribute": "Report bugs, request features, and contribute on", + "MessageSeriesAlreadyDownloaded": "You have already downloaded all books in this series.", + "MessageSeriesDownloadConfirm": "Download missing {0} book(s) with {1} file(s), totaling {2} to folder {3}?", + "MessageSeriesDownloadConfirmIos": "Download missing {0} book(s) with {1} file(s), totaling {2}?", "MessageSocketConnectedOverMeteredCellular": "Socket connected over metered cellular", "MessageSocketConnectedOverMeteredWifi": "Socket connected over metered wifi", "MessageSocketConnectedOverUnmeteredCellular": "Socket connected over unmetered cellular",