feat(ui): redesign release card presentation

This commit is contained in:
2026-05-22 18:26:29 +00:00
parent e23ea7d14e
commit a748adf87e
13 changed files with 1014 additions and 55 deletions
+3
View File
@@ -49,6 +49,9 @@ export interface Torrent {
audio: string | null;
audio_languages: string[] | null;
subtitle_languages: string[] | null;
is_hdr: boolean;
has_dolby_vision: boolean;
has_dolby_atmos: boolean;
encoder: string | null;
size: number | null;
added_at: number | null;