mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 00:05:52 +03:00
[PR #799] [CLOSED] Install and download queue #1756
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#1756
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/PlayCover/PlayCover/pull/799
Author: @TheMoonThatRises
Created: 2/14/2023
Status: ❌ Closed
Base:
develop← Head:feat/downloadinstallqueue📝 Commits (10+)
9e73485feat: install and download queue7116fc0rename manager class QueuesVM -> QueuesManagera1c0db1feat: collapsable view12535c3feat: allow install to be cancelled828afbarestructure queue + allow install to be cancelled733235efeat: view for queue itemsed0ea85fix swiftlint cyclomatic complexity28aa12cMerge branch 'develop' into feat/downloadinstallqueuec1c3228fix completion function not runningce11032simplify installvm + downloadvm📊 Changes
15 files changed (+561 additions, -170 deletions)
View changed files
📝
PlayCover.xcodeproj/project.pbxproj(+8 -0)📝
PlayCover/AppInstaller/Downloader.swift(+42 -73)📝
PlayCover/AppInstaller/Installer.swift(+56 -12)📝
PlayCover/Utils/URLHandler.swift(+1 -8)📝
PlayCover/ViewModel/DownloadVM.swift(+14 -3)📝
PlayCover/ViewModel/InstallVM.swift(+7 -2)📝
PlayCover/ViewModel/ProgressVM.swift(+52 -3)➕
PlayCover/ViewModel/QueuesVM.swift(+186 -0)📝
PlayCover/ViewModel/ToastVM.swift(+2 -1)📝
PlayCover/Views/App Views/StoreAppView.swift(+15 -6)➕
PlayCover/Views/QueueView.swift(+124 -0)📝
PlayCover/Views/Sidebar Views/AppLibraryView.swift(+16 -29)📝
PlayCover/Views/Sidebar Views/IPALibraryView.swift(+12 -0)📝
PlayCover/Views/ToastView.swift(+15 -33)📝
PlayCover/en.lproj/Localizable.strings(+11 -0)📄 Description
Allows users to install and download multiple items in a queue style.
Todo:
Transparent toast when mouse is hovering over itCollapsable Toasts🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.