-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Enhance Game List with Advanced Filtering Options #113
Enhance Game List with Advanced Filtering Options #113
Conversation
LibraryView
Other issues mention this view's slow performance. The slowdowns are quite apparent during filtering. After we've worked through these UI improvements, I'm going to look more into multi-threading the code. |
483f021
to
3cea0f6
Compare
@marcusziade Sure thing. |
@marcusziade I would do this myself, but I don't want to break your other open PRs. At the moment, this is preventing me from merging all of your other open PRs. Sorry about that, especially doesn't help with the git oopsie I made earlier today. |
Maybe instead of having this non-optional bar at the top of the library at all times, a filter icon with a popover with these options would be better with some kind of indicator about if there are filters applied or not. |
If there are existing types, then let's definitely use those. I'll redo and reopen this 👍 @blackxfiied |
Would you draw a simple sketch for me? Sounds good, just need to confirm, @jeremybosma |
@marcusziade |
I was thinking a simple popover with apple themed stuff like i think this will look much better especially on the non maximized window. The entire interface should feel and utilize more things actually apple products do imo so it feels part of the operating system. Performance also plays a big role in this everywhere around the app. |
…oduced in #113) This commit is functional, although the structure is improper. This will not affect the use of Mythic, but will be refactored after my hiatus.
Close #87
This PR introduces advanced filtering capabilities to the GameListEvo view, improving user experience and game management. Key changes include:
CleanShot.2024-06-21.at.22.21.50.mp4