mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-19 13:35:57 -04:00
[PR #187] [MERGED] Game updates #187
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/187
Author: @DecDuck
Created: 2/24/2026
Status: ✅ Merged
Merged: 2/25/2026
Merged by: @DecDuck
Base:
develop← Head:game-updates📝 Commits (10+)
e752e77refactor: split umu launcherd1f1904feat: latest version picker + fixes774d86dfeat: frontend latest changes6e3a50efeat: game update detection w/ setting0cce821feat: fixes and refactor for game updatead3be7cfix: windows uia6fd097fix: depsc828990feat: update modificationsc24fc07feat: missing ui and lock updatef90388afix: create install dir on init📊 Changes
38 files changed (+1190 additions, -570 deletions)
View changed files
📝
main/components/GameOptions/Launch.vue(+10 -9)➕
main/components/GameOptions/Updates.vue(+36 -0)📝
main/components/GameOptionsModal.vue(+16 -10)📝
main/components/GameStatusButton.vue(+111 -62)📝
main/components/HeaderProtonSupportWidget.vue(+15 -7)📝
main/components/LibrarySearch.vue(+58 -44)📝
main/composables/game.ts(+20 -30)➕
main/composables/proton.ts(+32 -0)📝
main/package.json(+2 -1)📝
main/pages/library.vue(+1 -0)📝
main/pages/library/[id]/index.vue(+197 -76)📝
main/pages/settings/compat.vue(+11 -11)📝
main/pnpm-lock.yaml(+66 -42)📝
main/pnpm-workspace.yaml(+14 -0)📝
main/tailwind.config.js(+2 -2)📝
main/types.ts(+31 -15)📝
src-tauri/Cargo.lock(+29 -7)📝
src-tauri/Cargo.toml(+2 -1)📝
src-tauri/client/src/app_state.rs(+2 -1)📝
src-tauri/database/src/db.rs(+5 -0)...and 18 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.