59695: Browse-by-date style finetuning + navigation + parsing service fix for empty pages

This commit is contained in:
Kristof De Langhe
2019-02-12 11:27:24 +01:00
parent cdcacedfae
commit c49f9f2ef6
5 changed files with 29 additions and 10 deletions

View File

@@ -73,6 +73,17 @@ export class NavbarComponent extends MenuComponent implements OnInit {
link: '/browse/title'
} as LinkMenuItemModel,
},
{
id: 'browse_global_global_by_issue_date',
parentID: 'browse_global',
active: false,
visible: true,
model: {
type: MenuItemType.LINK,
text: 'menu.section.browse_global_by_issue_date',
link: '/browse/dateissued'
} as LinkMenuItemModel,
},
{
id: 'browse_global_by_author',
parentID: 'browse_global',