mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-20 14:10:13 -04:00
[PR #108] [MERGED] QoL Download Manager #149
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
develop← Head:dm-qol📝 Commits (5)
496df31feat: retry specific download errors1ff8d65fix: potential fix for cmd window on Windows11d40dcfeat: add disk space check for download89b8a83fix: update game fix formatting8baf191fix: 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.