mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-21 08:56:07 -04:00
[PR #96] [MERGED] Process manager templating & game importing #145
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/96
Author: @DecDuck
Created: 8/2/2025
Status: ✅ Merged
Merged: 8/2/2025
Merged by: @DecDuck
Base:
develop← Head:process-templating📝 Commits (5)
f3c9613feat: add new template options, asahi support, and refactoring2a38632feat: install dir scanning, validation fixes, progress fixes, download manager refactor4670f25feat: out of box support for Asahi Linux04dd833fix: clippyfb889f1fix: don't break database📊 Changes
36 files changed (+766 additions, -480 deletions)
View changed files
📝
app.vue(+1 -0)📝
components/GameStatusButton.vue(+77 -41)📝
components/LibrarySearch.vue(+3 -1)📝
drop-base(+1 -1)📝
package.json(+1 -1)📝
pages/library/[id]/index.vue(+7 -0)📝
src-tauri/Cargo.lock(+12 -1)📝
src-tauri/Cargo.toml(+2 -1)📝
src-tauri/src/database/commands.rs(+3 -1)📝
src-tauri/src/database/db.rs(+16 -14)📝
src-tauri/src/database/mod.rs(+1 -0)📝
src-tauri/src/database/models.rs(+24 -21)➕
src-tauri/src/database/scan.rs(+52 -0)📝
src-tauri/src/download_manager/download_manager_builder.rs(+3 -3)📝
src-tauri/src/download_manager/downloadable.rs(+2 -2)📝
src-tauri/src/download_manager/util/download_thread_control_flag.rs(+2 -2)📝
src-tauri/src/download_manager/util/progress_object.rs(+8 -10)📝
src-tauri/src/download_manager/util/rolling_progress_updates.rs(+1 -1)📝
src-tauri/src/error/process_error.rs(+0 -2)📝
src-tauri/src/games/commands.rs(+10 -5)...and 16 more files
📄 Description
Currently:
muvmsupport🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.