Skip to content
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

mods list search #2707

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

mods list search #2707

wants to merge 1 commit into from

Conversation

petchema
Copy link
Collaborator

Mod list search (#2705) implementation

At first I tried to implement view filtering (only display mods that matched), but that made the semantic of "increase mod order" and "decrease mod order" buttons... complicated. Also, the mod manager relies heavily on several arrays using the same indices, so it was almost intractable.

So I implemented a simpler search; Within the UI components limitations, I added a text field, and "up" and "down" arrow to find the previous and next match. It's serviceable.

@petchema petchema added enhancement A new feature or an improvement to an existing one. UI Change or issue related to the User Interface labels Nov 11, 2024
@petchema
Copy link
Collaborator Author

modlist search

@petchema petchema changed the title Implement mod list search mods list search Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A new feature or an improvement to an existing one. UI Change or issue related to the User Interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant