[PR #108] [MERGED] QoL Download Manager #149

Closed
opened 2026-02-17 17:12:12 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop-app/pull/108
Author: @DecDuck
Created: 8/4/2025
Status: Merged
Merged: 8/4/2025
Merged by: @DecDuck

Base: developHead: dm-qol


📝 Commits (5)

  • 496df31 feat: retry specific download errors
  • 1ff8d65 fix: potential fix for cmd window on Windows
  • 11d40dc feat: add disk space check for download
  • 89b8a83 fix: update game fix formatting
  • 8baf191 fix: clippy

📊 Changes

10 files changed (+196 additions, -48 deletions)

View changed files

📝 src-tauri/Cargo.lock (+52 -2)
📝 src-tauri/Cargo.toml (+2 -0)
📝 src-tauri/src/download_manager/util/progress_object.rs (+1 -0)
📝 src-tauri/src/error/application_download_error.rs (+19 -3)
📝 src-tauri/src/games/downloads/commands.rs (+25 -19)
📝 src-tauri/src/games/downloads/download_agent.rs (+66 -18)
src-tauri/src/process/compat.rs (+0 -1)
📝 src-tauri/src/process/mod.rs (+2 -3)
📝 src-tauri/src/process/process_manager.rs (+2 -2)
src-tauri/src/process/utils.rs (+27 -0)

📄 Description

Aiming to close:


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Drop-OSS/drop-app/pull/108 **Author:** [@DecDuck](https://github.com/DecDuck) **Created:** 8/4/2025 **Status:** ✅ Merged **Merged:** 8/4/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `dm-qol` --- ### 📝 Commits (5) - [`496df31`](https://github.com/Drop-OSS/drop-app/commit/496df31292a26ff8f686dcb272e4d3ae7b069ead) feat: retry specific download errors - [`1ff8d65`](https://github.com/Drop-OSS/drop-app/commit/1ff8d656f12406b31bc2304daa4309e7c35b4166) fix: potential fix for cmd window on Windows - [`11d40dc`](https://github.com/Drop-OSS/drop-app/commit/11d40dc1dbc45fc58959164af1cfd0c6c66f15d6) feat: add disk space check for download - [`89b8a83`](https://github.com/Drop-OSS/drop-app/commit/89b8a8376ad9a2f20ab1dea1407d80f8a3f40077) fix: update game fix formatting - [`8baf191`](https://github.com/Drop-OSS/drop-app/commit/8baf191b47389361336bbea2950b23b5d52182e7) fix: clippy ### 📊 Changes **10 files changed** (+196 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `src-tauri/Cargo.lock` (+52 -2) 📝 `src-tauri/Cargo.toml` (+2 -0) 📝 `src-tauri/src/download_manager/util/progress_object.rs` (+1 -0) 📝 `src-tauri/src/error/application_download_error.rs` (+19 -3) 📝 `src-tauri/src/games/downloads/commands.rs` (+25 -19) 📝 `src-tauri/src/games/downloads/download_agent.rs` (+66 -18) ➖ `src-tauri/src/process/compat.rs` (+0 -1) 📝 `src-tauri/src/process/mod.rs` (+2 -3) 📝 `src-tauri/src/process/process_manager.rs` (+2 -2) ➕ `src-tauri/src/process/utils.rs` (+27 -0) </details> ### 📄 Description Aiming to close: - #89 - #61 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:12:12 -05:00
yindo closed this issue 2026-02-17 17:12:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop-app#149