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

feat: Add toggle button to show/hide child mods, and a search widget #21

Merged
merged 10 commits into from
Apr 27, 2024

Conversation

magicus
Copy link
Owner

@magicus magicus commented Apr 27, 2024

  • Add a toggleable button for showing or hiding indirect mods. By default
    indirect mods are not shown. Indirect mods are installed as child mods from a
    top-level mod, and most of the time the setting screens are not relevant for
    those.
  • Add a search/filter widget to hide non-matching mods. This is useful when you
    have a lot of mods installed. By typing a few characters, only mods with a
    matching name or id will be shown.

Solves #10 and #12.

@magicus magicus merged commit 5f43ea4 into master Apr 27, 2024
3 checks passed
magicus added a commit that referenced this pull request Apr 27, 2024
…21)

* chore: Refactor package structure

* refactor: Extract TitledScreen

* refactor: Extract ModSettingsOption to top-level class

* refactor: Rename ModSettingsOption to ModConfigInfo

* feat: Filter list of mod based on search string and if child mods are included

* chore: Fix incorrect whitespace

* refactor: Cleanups and preparing for mod options

* feat: Add icon button widgets

* feat: Add toggle button to show or hide child mods, and a search widget to filter visible mods

* chore: Update changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant