mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-21 00:45:21 -04:00
[PR #71] [MERGED] Process manager fixes #133
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/71
Author: @DecDuck
Created: 7/18/2025
Status: ✅ Merged
Merged: 7/24/2025
Merged by: @quexeky
Base:
develop← Head:process-manager-fixes📝 Commits (10+)
23725cafix: launching on linuxfeffa59feat: [GH-ISSUE #135] [BUG] Non-admin users should not see the Admin Dashboard as an option (#70)9355d56feat: add dummy store pagec6e1c53feat: add store redir and refresh button to library3707bcbfeat: cache first object fetching68f630dfeat: Remove let_chains feature and update to Rust 2024f83a292feat: Check for if process was manually stopped2b648f4fix: use bitcode instead of serde4bee226chore: remove logs675a944fix: clippy📊 Changes
26 files changed (+424 additions, -225 deletions)
View changed files
📝
components/GameStatusButton.vue(+2 -1)📝
components/LibrarySearch.vue(+33 -18)📝
composables/game.ts(+0 -2)📝
composables/state-navigation.ts(+22 -3)📝
package.json(+1 -0)📝
pages/settings/debug.vue(+0 -2)📝
pages/store/index.vue(+35 -1)📝
src-tauri/Cargo.lock(+138 -106)📝
src-tauri/Cargo.toml(+3 -2)📝
src-tauri/capabilities/default.json(+2 -1)📝
src-tauri/src/download_manager/download_manager_builder.rs(+14 -13)📝
src-tauri/src/download_manager/download_manager_frontend.rs(+1 -3)📝
src-tauri/src/download_manager/mod.rs(+1 -1)📝
src-tauri/src/error/application_download_error.rs(+1 -1)📝
src-tauri/src/error/process_error.rs(+6 -4)📝
src-tauri/src/games/commands.rs(+2 -3)📝
src-tauri/src/games/downloads/commands.rs(+3 -1)📝
src-tauri/src/games/library.rs(+2 -1)📝
src-tauri/src/lib.rs(+10 -5)📝
src-tauri/src/process/commands.rs(+10 -0)...and 6 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.