mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-03-12 01:32:12 +00:00
feat: apply new layout overhaul
This commit is contained in:
committed by
Rainer Killinger
parent
f16e5394cc
commit
7bbdba5c0b
@@ -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',
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user