[PR #75] [CLOSED] Move to async runtime #136

Closed
opened 2026-02-17 17:12:10 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop-app/pull/75
Author: @DecDuck
Created: 7/26/2025
Status: Closed

Base: developHead: async


📝 Commits (3)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Drop-OSS/drop-app/pull/75 **Author:** [@DecDuck](https://github.com/DecDuck) **Created:** 7/26/2025 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `async` --- ### 📝 Commits (3) - [`f92ec38`](https://github.com/Drop-OSS/drop-app/commit/f92ec382314be126a190b5ea20f886ea2fe8028d) feat: move to async runtime - [`aad2d96`](https://github.com/Drop-OSS/drop-app/commit/aad2d964eb4ac9c705bda48ee02f07ffbffe9f4e) fix: app states - [`9a85f68`](https://github.com/Drop-OSS/drop-app/commit/9a85f68d3a4a80255c0a6f97fb7aaf252fda7f04) chore: commit changes, still bad ### 📊 Changes **33 files changed** (+1742 additions, -1265 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:12:10 -05:00
yindo closed this issue 2026-02-17 17:12:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop-app#136