[PR #116] [MERGED] Misc fixes #154

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

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop-app/pull/116
Author: @DecDuck
Created: 8/12/2025
Status: Merged
Merged: 8/15/2025
Merged by: @DecDuck

Base: developHead: error-fixes


📝 Commits (5)

  • 790f541 fix: use Arc instead of just ErrorKind
  • c95388c fix: game status updates for UI
  • 882b04c fix: missing game version on push_game_update calls
  • c2df7e8 feat: wait if library load takes <300ms
  • 5cfe563 fix: clippy

📊 Changes

7 files changed (+90 additions, -107 deletions)

View changed files

📝 main/components/LibrarySearch.vue (+41 -67)
📝 src-tauri/src/download_manager/download_manager_builder.rs (+7 -6)
📝 src-tauri/src/error/application_download_error.rs (+3 -2)
📝 src-tauri/src/games/downloads/download_agent.rs (+9 -12)
📝 src-tauri/src/games/downloads/download_logic.rs (+12 -8)
📝 src-tauri/src/games/library.rs (+15 -9)
📝 src-tauri/src/process/utils.rs (+3 -3)

📄 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/116 **Author:** [@DecDuck](https://github.com/DecDuck) **Created:** 8/12/2025 **Status:** ✅ Merged **Merged:** 8/15/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `error-fixes` --- ### 📝 Commits (5) - [`790f541`](https://github.com/Drop-OSS/drop-app/commit/790f541dbb1e6f3d3182e34d9f52521f9831bdc8) fix: use Arc<Error> instead of just ErrorKind - [`c95388c`](https://github.com/Drop-OSS/drop-app/commit/c95388c4ea2c1baf64e6ab78603083e08fec5818) fix: game status updates for UI - [`882b04c`](https://github.com/Drop-OSS/drop-app/commit/882b04ce504e8c3fa04211866912bc33947c84f9) fix: missing game version on push_game_update calls - [`c2df7e8`](https://github.com/Drop-OSS/drop-app/commit/c2df7e8421224767fc78b330e4cba2fe88e7f228) feat: wait if library load takes <300ms - [`5cfe563`](https://github.com/Drop-OSS/drop-app/commit/5cfe56308908238703c6029d93ed2226ae327579) fix: clippy ### 📊 Changes **7 files changed** (+90 additions, -107 deletions) <details> <summary>View changed files</summary> 📝 `main/components/LibrarySearch.vue` (+41 -67) 📝 `src-tauri/src/download_manager/download_manager_builder.rs` (+7 -6) 📝 `src-tauri/src/error/application_download_error.rs` (+3 -2) 📝 `src-tauri/src/games/downloads/download_agent.rs` (+9 -12) 📝 `src-tauri/src/games/downloads/download_logic.rs` (+12 -8) 📝 `src-tauri/src/games/library.rs` (+15 -9) 📝 `src-tauri/src/process/utils.rs` (+3 -3) </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:12 -05:00
yindo closed this issue 2026-02-17 17:12:13 -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#154