New: Add index views for all books

This commit is contained in:
ta264
2021-09-01 21:04:39 +01:00
parent a774cf0682
commit 2558660b7b
65 changed files with 5433 additions and 12 deletions
@@ -22,8 +22,16 @@ const links = [
iconName: icons.AUTHOR_CONTINUING,
title: 'Library',
to: '/',
alias: '/author',
alias: '/authors',
children: [
{
title: 'Authors',
to: '/authors'
},
{
title: 'Books',
to: '/books'
},
{
title: 'Add New',
to: '/add/search'