From b26559dc47a76220e20599caa807fe9a6b008d44 Mon Sep 17 00:00:00 2001 From: edwinbadillo Date: Sat, 3 Apr 2021 21:53:23 -0400 Subject: [PATCH] feat: Added a 'Recommended' tab in the library views for a library specific dashboard like the home page --- .../src/components/LibraryNavigation.vue | 6 +- komga-webui/src/locales/en.json | 3 +- komga-webui/src/router.ts | 7 +++ komga-webui/src/views/Dashboard.vue | 63 +++++++++++++++++-- komga/docs/openapi.json | 10 ++- .../komga/interfaces/rest/BookController.kt | 9 ++- 6 files changed, 89 insertions(+), 9 deletions(-) diff --git a/komga-webui/src/components/LibraryNavigation.vue b/komga-webui/src/components/LibraryNavigation.vue index fca907de5..31ca0b97c 100644 --- a/komga-webui/src/components/LibraryNavigation.vue +++ b/komga-webui/src/components/LibraryNavigation.vue @@ -1,6 +1,5 @@