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

@@ -33,6 +33,7 @@ export * from './things/diff.js';
export * from './things/dish.js';
export * from './things/favorite.js';
export * from './things/floor.js';
export * from './things/id-card.js';
export * from './things/message.js';
export * from './things/organization.js';
export * from './things/periodical.js';