[PR #1767] [MERGED] fix scroll lag #1909

Closed
opened 2026-03-03 19:09:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/PlayCover/PlayCover/pull/1767
Author: @Catta1997
Created: 12/11/2024
Status: Merged
Merged: 1/20/2025
Merged by: @TheMoonThatRises

Base: developHead: fixScrollLag


📝 Commits (10+)

📊 Changes

12 files changed (+149 additions, -86 deletions)

View changed files

📝 PlayCover.xcodeproj/project.pbxproj (+5 -5)
📝 PlayCover/Utils/Cacher.swift (+30 -4)
📝 PlayCover/ViewModel/StoreVM.swift (+1 -1)
📝 PlayCover/Views/App Views/PlayAppView.swift (+4 -4)
📝 PlayCover/Views/App Views/StoreAppView.swift (+79 -47)
📝 PlayCover/Views/AppSettingsView.swift (+1 -1)
📝 PlayCover/Views/MenuBarView.swift (+1 -1)
📝 PlayCover/Views/PlayCoverApp.swift (+1 -0)
📝 PlayCover/Views/Sidebar Views/IPALibraryView.swift (+1 -1)
📝 PlayCover/Views/Sidebar Views/IPASourceView.swift (+1 -1)
📝 PlayCover/Views/StoreInfoAppView.swift (+24 -20)
📝 README.md (+1 -1)

📄 Description

Fix (I hope) #1724


🔄 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/1767 **Author:** [@Catta1997](https://github.com/Catta1997) **Created:** 12/11/2024 **Status:** ✅ Merged **Merged:** 1/20/2025 **Merged by:** [@TheMoonThatRises](https://github.com/TheMoonThatRises) **Base:** `develop` ← **Head:** `fixScrollLag` --- ### 📝 Commits (10+) - [`8451404`](https://github.com/PlayCover/PlayCover/commit/8451404907e3690d6ebfae1409bb3690d84f30ae) fix scroll lag - [`9c5122d`](https://github.com/PlayCover/PlayCover/commit/9c5122dd511dedf157dbb9f4132ca2ead2227dbc) Fix other view lag - [`d7555fb`](https://github.com/PlayCover/PlayCover/commit/d7555fbfbbb5981cbc32fbc63d2f22a230d6339a) fix - [`ef11545`](https://github.com/PlayCover/PlayCover/commit/ef11545bdd45e351b654a004ba87ccec0b63088c) Changed library - [`a1b2055`](https://github.com/PlayCover/PlayCover/commit/a1b2055bb7e5adbdd4d39e56cf415067e7f97277) Final fix - [`0cbebe2`](https://github.com/PlayCover/PlayCover/commit/0cbebe2515f29e879e0cf6fa30866fde881680be) Clean old iconCache cache on launch - [`eb68401`](https://github.com/PlayCover/PlayCover/commit/eb68401ef4d1a846ab8af57b051c63b21b83e970) required changes - [`cc69624`](https://github.com/PlayCover/PlayCover/commit/cc69624a6ebd8cd0476377ff87f2c78e81a98bb0) use Cacher.shared instead Cacher() - [`e4d5a78`](https://github.com/PlayCover/PlayCover/commit/e4d5a783c9a62bf49f608a767eb1900da9dd2988) fixed some old cache.read() method - [`3e2b95b`](https://github.com/PlayCover/PlayCover/commit/3e2b95b706f63b501f345fbf0405c2955596da27) fix multiple UniqueID ### 📊 Changes **12 files changed** (+149 additions, -86 deletions) <details> <summary>View changed files</summary> 📝 `PlayCover.xcodeproj/project.pbxproj` (+5 -5) 📝 `PlayCover/Utils/Cacher.swift` (+30 -4) 📝 `PlayCover/ViewModel/StoreVM.swift` (+1 -1) 📝 `PlayCover/Views/App Views/PlayAppView.swift` (+4 -4) 📝 `PlayCover/Views/App Views/StoreAppView.swift` (+79 -47) 📝 `PlayCover/Views/AppSettingsView.swift` (+1 -1) 📝 `PlayCover/Views/MenuBarView.swift` (+1 -1) 📝 `PlayCover/Views/PlayCoverApp.swift` (+1 -0) 📝 `PlayCover/Views/Sidebar Views/IPALibraryView.swift` (+1 -1) 📝 `PlayCover/Views/Sidebar Views/IPASourceView.swift` (+1 -1) 📝 `PlayCover/Views/StoreInfoAppView.swift` (+24 -20) 📝 `README.md` (+1 -1) </details> ### 📄 Description Fix (I hope) #1724 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 19:09:35 +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#1909
No description provided.