Feature/library show number of mangas in category (#269)

* Pass optional browser tab only title

Makes it possible to have a different title for the "NavBar" and the browser tab

* Show number of items in category and library

---------

Co-authored-by: schroda <github@dasch.simplelogin.com>
This commit is contained in:
schroda
2023-04-22 11:39:59 +02:00
committed by GitHub
parent 4157611d83
commit 79b2305e54
7 changed files with 58 additions and 11 deletions

View File

@@ -29,6 +29,8 @@ export const DefaultLibraryOptions: LibraryOptions = {
sortDesc: undefined,
sorts: undefined,
unread: undefined,
showTabSize: false,
};
const LibraryOptionsContext = React.createContext<ContextType>({