mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 08:15:56 +03:00
[PR #232] [MERGED] Fix all the stuff i didnt get done in 2.0.0 ui lol #1528
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#1528
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/232
Author: @IsaacMarovitz
Created: 8/22/2022
Status: ✅ Merged
Merged: 8/23/2022
Merged by: @Candygoblen123
Base:
2.0-UI← Head:2.0-UI📝 Commits (10+)
469c472App Settings overhaul0c97f68Fixed appearance of AsyncImage + App Store Data!!!!160b689Add@discardableResult338fd6fChange completion to async/await, and change URL to URL?644f2f6Move iTunesResponse struct to seperate file17b93d8Move returnbf585a8Whitespace462e53cRemove throw85800fbCodable keymap + bunch of other improvements540963ePanel titles📊 Changes
19 files changed (+481 additions, -412 deletions)
View changed files
📝
Cartfile(+1 -1)📝
Cartfile.resolved(+1 -1)📝
PlayCover.xcodeproj/project.pbxproj(+11 -3)📝
PlayCover/AppInstaller/Utils/Entitlements.swift(+34 -5)📝
PlayCover/Model/AppSettings.swift(+59 -287)➕
PlayCover/Model/ITunesResponse.swift(+59 -0)➕
PlayCover/Model/Keymapping.swift(+166 -0)📝
PlayCover/Model/PlayApp.swift(+6 -2)📝
PlayCover/PlayCoverError.swift(+6 -14)📝
PlayCover/Views/App Views/PlayAppView.swift(+17 -14)📝
PlayCover/Views/App Views/StoreAppView.swift(+50 -22)📝
PlayCover/Views/AppSettingsView.swift(+34 -31)📝
PlayCover/Views/Genshin Account Views/ChangeGenshinAccountView.swift(+4 -4)📝
PlayCover/Views/Genshin Account Views/DeleteGenshinAccountView.swift(+2 -2)📝
PlayCover/Views/MainView.swift(+2 -3)📝
PlayCover/Views/MenuBarView.swift(+1 -1)📝
PlayCover/Views/Sidebar Views/AppLibraryView.swift(+1 -1)📝
PlayCover/Views/Sidebar Views/IPALibraryView.swift(+2 -2)📝
PlayCover/en.lproj/Localizable.strings(+25 -19)📄 Description
Fixing TODOs...
Very Serious Changelog:
Codablestruct for significantly better code readabilityAsyncImageand download icon from App Store for up-to-date icons and correct image sizeCodable🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.