Add statistics pages

This commit is contained in:
Samuel
2020-08-26 16:03:38 +02:00
parent 1ef3d40904
commit b7382de29a
33 changed files with 1256 additions and 19 deletions

View File

@@ -64,19 +64,6 @@ export class NavbarComponent extends MenuComponent {
link: `/community-list`
} as LinkMenuItemModel
},
/* Statistics */
{
id: 'statistics',
active: false,
visible: true,
model: {
type: MenuItemType.LINK,
text: 'menu.section.statistics',
link: ''
} as LinkMenuItemModel,
index: 2
},
];
// Read the different Browse-By types from config and add them to the browse menu
const types = environment.browseBy.types;