From a7d0523186132e0d28a30d291d00234ff32eb6b1 Mon Sep 17 00:00:00 2001 From: Fazri Gading Date: Sun, 25 Jan 2026 01:36:20 +0800 Subject: [PATCH] feat: auto-resume download process & auto-retry if disconnected (#143) --- GUI/index.html | 39 +-- GUI/js/ui.js | 357 ++++++++++++++++++++++--- GUI/style.css | 249 +++++++++++++++++- backend/managers/gameManager.js | 329 ++++++++++++++++++++--- backend/utils/fileManager.js | 446 ++++++++++++++++++++++++++++---- main.js | 320 ++++++++++++++++------- preload.js | 10 +- 7 files changed, 1503 insertions(+), 247 deletions(-) diff --git a/GUI/index.html b/GUI/index.html index 0cb2785..2cb204b 100644 --- a/GUI/index.html +++ b/GUI/index.html @@ -602,21 +602,30 @@ - +