feat: apply new layout overhaul

This commit is contained in:
Andy Bastian
2022-08-08 11:01:00 +00:00
committed by Rainer Killinger
parent f16e5394cc
commit 7bbdba5c0b
228 changed files with 28387 additions and 1092 deletions

View File

@@ -30,33 +30,33 @@ export class DataIconPipe implements PipeTransform {
constructor() {
this.typeIconMap = {
'academic event': 'school',
'assessment': 'document-text',
'article': 'document',
'assessment': 'file-text',
'article': 'file',
'book': 'book',
'building': 'location',
'catalog': 'folder',
'contact point': 'call',
'contact point': 'phone',
'course of study': 'school',
'date series': 'calendar',
'dish': 'restaurant',
'dish': 'tools-kitchen-2',
'favorite': 'heart',
'floor': 'caret-up-circle',
'message': 'newspaper',
'floor': 'arrow-up-circle',
'message': 'news',
'organization': 'briefcase',
'periodical': 'newspaper',
'person': 'person',
'periodical': 'news',
'person': 'user',
'point of interest': 'location',
'publication event': 'megaphone',
'publication event': 'speakerphone',
'room': 'location',
'semester': 'school',
'setting': 'settings',
'sport course': 'football',
'sport course': 'ball-football',
'study module': 'school',
'ticket': 'ticket',
'todo': 'checkbox',
'tour': 'help-buoy',
'video': 'videocam',
'diff': 'swap-horizontal',
'tour': 'lifebuoy',
'video': 'video',
'diff': 'arrows-left-right',
};
}