-
Notifications
You must be signed in to change notification settings - Fork 766
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: SourceFolders #1592
Feat: SourceFolders #1592
Conversation
- Search Field Fix - Local IPA Source Fix - Name Local Legacy IPA Sources `localhost` - Bug where if a source load fails could't load other ones fix - Added Source List Search
StoreVM SourceResolve Improvement Switch to NavigationStack package (not mine, should be updated after my PR gets merged)
Can this be implemented without the Semaphore and NavigationStack-backport packages? It would be nice to not include too many external packages, as most of this can be done in pure Swift (as for NavigationStack, I was thinking it could be a feature restricted to the earliest MacOS version that supports it). @Depal1? |
For |
PlayCover runs fairly good in macOS 12, as a matter of fact it might be the best macOS version to run it (due to the obnoxious changes to Mac Catalyst since Ventura), so I am a bit adamant of cutting it out from the supported macOS version list if the reason behind the change is UI. Making |
@Depal1 you know that adds tons of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The minimum width of the sidebar is not displaying the name 'IPA Library' completely since the dropdown arrow was added.
1. Makes sure Sidebar width shows IPALibrary completely 2. Marks `appendSourceData()` as a private function
@Depal1 fixed. |
There seems to be an issue where switching from a source folder to the IPA Library will not display anything. Is this a reproducible issue @Depal1? |
I am not being able to reproduce it on my end. Switching from a source folder to IPA Library is displaying the IPAs from all sources. |
Originally #880, messed up the codes so I needed to detach my last commit to resolve conflicts again.