mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-21 08:56:07 -04:00
[PR #75] [CLOSED] Move to async runtime #136
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/75
Author: @DecDuck
Created: 7/26/2025
Status: ❌ Closed
Base:
develop← Head:async📝 Commits (3)
f92ec38feat: move to async runtimeaad2d96fix: app states9a85f68chore: commit changes, still bad📊 Changes
33 files changed (+1742 additions, -1265 deletions)
View changed files
📝
app.vue(+1 -0)📝
pages/library/[id]/index.vue(+1 -0)📝
src-tauri/Cargo.lock(+732 -432)📝
src-tauri/Cargo.toml(+9 -5)📝
src-tauri/src/client/autostart.rs(+12 -10)📝
src-tauri/src/client/cleanup.rs(+11 -6)📝
src-tauri/src/client/commands.rs(+4 -4)📝
src-tauri/src/database/commands.rs(+13 -13)📝
src-tauri/src/database/db.rs(+58 -44)📝
src-tauri/src/database/mod.rs(+1 -1)📝
src-tauri/src/download_manager/commands.rs(+16 -14)📝
src-tauri/src/download_manager/download_manager_builder.rs(+98 -74)📝
src-tauri/src/download_manager/download_manager_frontend.rs(+5 -6)📝
src-tauri/src/download_manager/downloadable.rs(+11 -10)📝
src-tauri/src/games/collections/commands.rs(+39 -33)📝
src-tauri/src/games/commands.rs(+64 -21)📝
src-tauri/src/games/downloads/commands.rs(+12 -13)📝
src-tauri/src/games/downloads/download_agent.rs(+126 -89)📝
src-tauri/src/games/downloads/download_logic.rs(+55 -41)📝
src-tauri/src/games/downloads/validate.rs(+34 -37)...and 13 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.