feat: backend-supplied id cards on profile page

feat: SCIdCard thing
This commit is contained in:
2023-08-21 12:49:57 +02:00
parent 905ebf8c59
commit 1f62b5c5b0
30 changed files with 635 additions and 162 deletions

View File

@@ -38,6 +38,7 @@ export enum SCThingType {
Dish = 'dish',
Favorite = 'favorite',
Floor = 'floor',
IdCard = 'id card',
Message = 'message',
Organization = 'organization',
Person = 'person',