[PR #275] [MERGED] Switch to Finder-style UI, Metal HUD Toggle, Context menu and app settings tweaks #1547

Closed
opened 2026-03-03 19:07:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/PlayCover/PlayCover/pull/275
Author: @IsaacMarovitz
Created: 8/30/2022
Status: Merged
Merged: 9/2/2022
Merged by: @Depal1

Base: 2.0-UIHead: 2.0-UI


📝 Commits (10+)

  • 2dffb23 75 Hz Option
  • 64db277 Metal HUD Toggle, Context menu and app settings tweaks
  • 2e694c4 Context menu updates
  • 9660261 Fix warning
  • d2edae3 Merge branch 'PlayCover:2.0-UI' into 2.0-UI
  • 0c28702 Switch to Finder-style UI, change method of getting icons, ,make IPA and Store libraries match
  • 5380d02 SwiftLint
  • 49b793a App Settings Finder-UI improved
  • 5799260 Update IPA Library to use Finder-style UI
  • c0af8b0 UserDefaults

📊 Changes

10 files changed (+297 additions, -208 deletions)

View changed files

📝 PlayCover/AppInstaller/Utils/Entitlements.swift (+1 -0)
📝 PlayCover/Model/AppInfo.swift (+24 -0)
📝 PlayCover/Model/AppSettings.swift (+1 -0)
📝 PlayCover/Model/PlayApp.swift (+34 -7)
📝 PlayCover/Views/App Views/PlayAppView.swift (+88 -92)
📝 PlayCover/Views/App Views/StoreAppView.swift (+67 -63)
📝 PlayCover/Views/AppSettingsView.swift (+13 -4)
📝 PlayCover/Views/Sidebar Views/AppLibraryView.swift (+36 -19)
📝 PlayCover/Views/Sidebar Views/IPALibraryView.swift (+21 -11)
📝 PlayCover/en.lproj/Localizable.strings (+12 -12)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/PlayCover/PlayCover/pull/275 **Author:** [@IsaacMarovitz](https://github.com/IsaacMarovitz) **Created:** 8/30/2022 **Status:** ✅ Merged **Merged:** 9/2/2022 **Merged by:** [@Depal1](https://github.com/Depal1) **Base:** `2.0-UI` ← **Head:** `2.0-UI` --- ### 📝 Commits (10+) - [`2dffb23`](https://github.com/PlayCover/PlayCover/commit/2dffb23c80fdd2d89caf3f37aae88bbff99d6f65) 75 Hz Option - [`64db277`](https://github.com/PlayCover/PlayCover/commit/64db277e15073d27cd7eae9ca2048dc7c0bcb06f) Metal HUD Toggle, Context menu and app settings tweaks - [`2e694c4`](https://github.com/PlayCover/PlayCover/commit/2e694c459e81b0af1af53900e0f3ec7630cf6b63) Context menu updates - [`9660261`](https://github.com/PlayCover/PlayCover/commit/966026192c07338b0156b6614e1433ad986ffe29) Fix warning - [`d2edae3`](https://github.com/PlayCover/PlayCover/commit/d2edae35ce85e28c79683b49c131b4aa08738a90) Merge branch 'PlayCover:2.0-UI' into 2.0-UI - [`0c28702`](https://github.com/PlayCover/PlayCover/commit/0c28702b4af5a84d574e3d2e80bf0a24b2789e8e) Switch to Finder-style UI, change method of getting icons, ,make IPA and Store libraries match - [`5380d02`](https://github.com/PlayCover/PlayCover/commit/5380d023ee24b0b80a9c597f917df8274483bdac) SwiftLint - [`49b793a`](https://github.com/PlayCover/PlayCover/commit/49b793a7e8fcf245a3fd32f69de169ae0e2f45f9) App Settings Finder-UI improved - [`5799260`](https://github.com/PlayCover/PlayCover/commit/57992607606d34c2852803c560428c360c806cc2) Update IPA Library to use Finder-style UI - [`c0af8b0`](https://github.com/PlayCover/PlayCover/commit/c0af8b0c9723df34a86d8328cb7b9ef3210e3a31) UserDefaults ### 📊 Changes **10 files changed** (+297 additions, -208 deletions) <details> <summary>View changed files</summary> 📝 `PlayCover/AppInstaller/Utils/Entitlements.swift` (+1 -0) 📝 `PlayCover/Model/AppInfo.swift` (+24 -0) 📝 `PlayCover/Model/AppSettings.swift` (+1 -0) 📝 `PlayCover/Model/PlayApp.swift` (+34 -7) 📝 `PlayCover/Views/App Views/PlayAppView.swift` (+88 -92) 📝 `PlayCover/Views/App Views/StoreAppView.swift` (+67 -63) 📝 `PlayCover/Views/AppSettingsView.swift` (+13 -4) 📝 `PlayCover/Views/Sidebar Views/AppLibraryView.swift` (+36 -19) 📝 `PlayCover/Views/Sidebar Views/IPALibraryView.swift` (+21 -11) 📝 `PlayCover/en.lproj/Localizable.strings` (+12 -12) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 19:07:37 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/PlayCover#1547
No description provided.