mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-19 13:35:57 -04:00
[PR #63] [MERGED] Download fixes #125
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/63
Author: @DecDuck
Created: 7/14/2025
Status: ✅ Merged
Merged: 7/14/2025
Merged by: @DecDuck
Base:
develop← Head:download-fixes📝 Commits (10+)
ae04099refactor: Rename StoredManifest to DropData47f64a3Merge branch 'develop' into 55-feature-request-game-scanning-for-dropdata-to-import-existing-games8c403ebfix: Downloads when resuming would truncate files which had not been finishede8bcc67chore: Didn't import debug macroabf371cfix: Download chunks with wrong indexesfd61903feat: Resume download button8dfb964feat: Download resuming6a30294feat: Resume button and PartiallyInstalled statusc38f1fbfeat: Download validationa5082eechore: Ran cargo fix & cargo fmt📊 Changes
39 files changed (+920 additions, -349 deletions)
View changed files
📝
components/GameStatusButton.vue(+43 -62)📝
components/LibrarySearch.vue(+2 -0)📝
package.json(+1 -1)📝
pages/library/[id]/index.vue(+11 -0)📝
pages/queue.vue(+6 -1)📝
src-tauri/Cargo.lock(+1 -1)📝
src-tauri/Cargo.toml(+1 -1)📝
src-tauri/src/client/autostart.rs(+1 -2)📝
src-tauri/src/client/mod.rs(+1 -1)📝
src-tauri/src/database/commands.rs(+4 -7)📝
src-tauri/src/database/db.rs(+47 -18)📝
src-tauri/src/database/models.rs(+145 -38)📝
src-tauri/src/download_manager/download_manager.rs(+3 -1)📝
src-tauri/src/download_manager/download_manager_builder.rs(+27 -5)📝
src-tauri/src/download_manager/downloadable.rs(+3 -1)📝
src-tauri/src/download_manager/mod.rs(+1 -1)📝
src-tauri/src/download_manager/util/mod.rs(+1 -1)📝
src-tauri/src/download_manager/util/progress_object.rs(+17 -4)📝
src-tauri/src/download_manager/util/rolling_progress_updates.rs(+5 -0)📝
src-tauri/src/error/application_download_error.rs(+1 -1)...and 19 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.