Initial commit

This commit is contained in:
2024-12-29 12:20:01 +01:00
commit 9ebe9b55bd
87 changed files with 21545 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<mat-card class="info-card" appearance="outlined">
<mat-card-header>
<mat-card-title>
{{ file().name || '-'}}
</mat-card-title>
</mat-card-header>
<mat-card-footer class="footer">
<mat-chip-set>
<mat-chip>{{ file().size | tcReadableBytes }}</mat-chip>
<mat-chip>{{ file().type || 'unknown/unknown'}}</mat-chip>
</mat-chip-set>
</mat-card-footer>
</mat-card>