-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
Feature: "Not any pests" chat filter and "No pests!" title #1957
Conversation
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 message should be made into a repo pattern, probably in PestFinder and then ChatFilter can use that pattern
src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/garden/pests/PestFinder.kt
Outdated
Show resolved
Hide resolved
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.
changes look good, just two more things i saw
src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/garden/pests/PestFinder.kt
Outdated
Show resolved
Hide resolved
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
# Conflicts: # src/main/java/at/hannibal2/skyhanni/features/chat/ChatFilter.kt
Conflicts have been resolved! 🎉 |
This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes. |
Conflicts have been resolved! 🎉 |
…02#1957) Co-authored-by: Cal <cwolfson58@gmail.com> Co-authored-by: hannibal2 <24389977+hannibal00212@users.noreply.github.com>
What
Adds a filter which hides the "not any pests" message. Also adds a "No Pests!" title, which triggers when you use the Pest Tracker with no pests on your garden. Those features can be used separately.
Images
Changelog New Features