mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-21 08:56:07 -04:00
[PR #183] [MERGED] Async downloader, better Proton support #174
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/183
Author: @DecDuck
Created: 2/6/2026
Status: ✅ Merged
Merged: 2/6/2026
Merged by: @DecDuck
Base:
develop← Head:async-downloader📝 Commits (7)
887cea7feat: async downloader + other fixesbb024fefeat: windows command parsing + use library path for install pathba1c11ffeat: better proton support4334f5ffeat: style fixes and store button now uses in-appc8edbe3feat: emulator rename + umu emulator fix6fa6bc8feat: bring process creation inline with docs7943f15fix: clippy📊 Changes
45 files changed (+1448 additions, -376 deletions)
View changed files
📝
libs/drop-base(+1 -1)➕
main/components/DefaultProtonButton.vue(+30 -0)📝
main/components/GameOptions/Launch.vue(+195 -3)📝
main/components/GameOptionsModal.vue(+14 -1)📝
main/components/Header.vue(+1 -0)➕
main/components/HeaderProtonSupportWidget.vue(+16 -0)📝
main/components/HeaderQueueWidget.vue(+2 -2)📝
main/components/HeaderWidget.vue(+27 -10)📝
main/components/LibrarySearch.vue(+37 -18)📝
main/composables/game.ts(+15 -3)📝
main/package.json(+1 -0)📝
main/pages/library/[id]/index.vue(+26 -21)📝
main/pages/settings.vue(+54 -29)➕
main/pages/settings/compat.vue(+340 -0)📝
main/pages/store/index.vue(+10 -6)📝
main/pnpm-lock.yaml(+53 -0)➕
main/public/proton-logo.png(+0 -0)📝
main/tailwind.config.js(+1 -0)📝
main/types.ts(+9 -1)📝
src-tauri/Cargo.lock(+26 -0)...and 25 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.