mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-20 05:53:37 -04:00
[PR #112] [MERGED] v2 download API and fixes #148
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/112
Author: @DecDuck
Created: 8/5/2025
Status: ✅ Merged
Merged: 8/9/2025
Merged by: @DecDuck
Base:
develop← Head:dl📝 Commits (10+)
124d51bfix: potential download fixes2f91621fix: show installed games not on remotec1ee41efix: more download_logic error handling340c60apartial: move to async2c07bf2feat: interactivity improvements76a1b57feat: v2 download APIefef64bfix: download seek offsets05e7a10fix: clippy403b37cfix: apply clippy suggestion2b82ca9fix: performance improvements starting up download📊 Changes
27 files changed (+859 additions, -603 deletions)
View changed files
📝
main/components/LibrarySearch.vue(+36 -8)📝
main/composables/game.ts(+1 -0)📝
main/package.json(+1 -1)📝
main/pages/library/[id]/index.vue(+27 -3)📝
src-tauri/Cargo.lock(+1 -1)📝
src-tauri/Cargo.toml(+1 -1)📝
src-tauri/build.rs(+1 -0)📝
src-tauri/src/database/models.rs(+1 -0)📝
src-tauri/src/download_manager/download_manager_builder.rs(+15 -4)📝
src-tauri/src/download_manager/util/progress_object.rs(+3 -3)📝
src-tauri/src/error/application_download_error.rs(+3 -1)📝
src-tauri/src/games/collections/commands.rs(+42 -55)📝
src-tauri/src/games/commands.rs(+10 -10)📝
src-tauri/src/games/downloads/commands.rs(+38 -31)📝
src-tauri/src/games/downloads/download_agent.rs(+201 -132)📝
src-tauri/src/games/downloads/download_logic.rs(+121 -91)📝
src-tauri/src/games/downloads/drop_data.rs(+0 -8)📝
src-tauri/src/games/downloads/manifest.rs(+77 -6)📝
src-tauri/src/games/downloads/validate.rs(+8 -10)📝
src-tauri/src/games/library.rs(+93 -82)...and 7 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.