Add visual online/offline status dot indicator for Rapidgator links

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sucukdeluxe
2026-03-04 00:23:20 +01:00
co-authored by Claude Opus 4.6
parent 662c903bf3
commit 5574b50d20
5 changed files with 39 additions and 5 deletions
+1
View File
@@ -101,6 +101,7 @@ export interface DownloadItem {
fullStatus: string;
createdAt: number;
updatedAt: number;
onlineStatus?: "online" | "offline" | "checking";
}
export interface PackageEntry {