mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-19 21:43:35 -04:00
[PR #173] [MERGED] Depot API downloads #169
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/173
Author: @DecDuck
Created: 12/19/2025
Status: ✅ Merged
Merged: 1/19/2026
Merged by: @DecDuck
Base:
develop← Head:torrential📝 Commits (10+)
6fd9a6afeat: depot api downloadsb537f89feat: frontend fixes and experimental webview storec1e34fafeat: sync downloader24b94dffeat: cleanup and fixes58c6f3efeat: encrypted database and fixed resumingd7f1280feat: launch option selector58da185fix: autostart when no options06a548efix: clippyc3e63dcfix: clippy x27d4c4e0feat: executor launch📊 Changes
72 files changed (+3399 additions, -2701 deletions)
View changed files
📝
libs/drop-base(+1 -1)📝
main/app.vue(+5 -4)📝
main/assets/main.scss(+1 -0)➕
main/components/DependencyRequiredModal.vue(+106 -0)➕
main/components/InstallDirectorySelector.vue(+87 -0)📝
main/components/LibrarySearch.vue(+61 -30)📝
main/components/OfflineHeaderWidget.vue(+8 -2)📝
main/composables/downloads.ts(+15 -1)📝
main/composables/game.ts(+23 -4)📝
main/composables/use-object.ts(+1 -1)📝
main/package.json(+1 -1)📝
main/pages/library/[id]/index.vue(+212 -90)📝
main/pages/queue.vue(+4 -15)📝
main/pages/store/index.vue(+3 -28)📝
main/pnpm-lock.yaml(+7 -7)📝
main/types.ts(+2 -0)📝
nvidia-prop-dev.sh(+1 -1)📝
src-tauri/Cargo.lock(+1062 -777)📝
src-tauri/Cargo.toml(+104 -108)📝
src-tauri/client/Cargo.toml(+6 -6)...and 52 more files
📄 Description
Enables downloading across multiple download depots for faster speeds and load balancing.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.