-
-
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: Custom Wardrobe #2039
Feature: Custom Wardrobe #2039
Conversation
Signed-off-by: Empa <42304516+ItsEmpa@users.noreply.github.com> Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com> Co-authored-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
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 highlighting of slots you can click blue seems to have broken since I last tested, and now it highlights the ones on the other page. (unless this is intentional) also the highlighting of empty slots that you cant click as grey doesnt seem to work
Signed-off-by: Empa <42304516+ItsEmpa@users.noreply.github.com>
…ature/custom-wardrobe
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.
worked for me :)
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.
src/main/java/at/hannibal2/skyhanni/features/inventory/wardrobe/CustomWardrobe.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/inventory/wardrobe/CustomWardrobe.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/inventory/wardrobe/WardrobeAPI.kt
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/inventory/wardrobe/WardrobeAPI.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/inventory/wardrobe/WardrobeAPI.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/inventory/wardrobe/WardrobeAPI.kt
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.
Added some additional suggestions
src/main/java/at/hannibal2/skyhanni/features/inventory/wardrobe/CustomWardrobe.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/inventory/wardrobe/CustomWardrobe.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/inventory/wardrobe/EstimatedWardrobePrice.kt
Outdated
Show resolved
Hide resolved
src/main/java/at/hannibal2/skyhanni/features/inventory/wardrobe/WardrobeAPI.kt
Outdated
Show resolved
Hide resolved
Signed-off-by: Empa <42304516+ItsEmpa@users.noreply.github.com>
Signed-off-by: Empa <42304516+ItsEmpa@users.noreply.github.com>
Signed-off-by: Empa <42304516+ItsEmpa@users.noreply.github.com>
Signed-off-by: Empa <42304516+ItsEmpa@users.noreply.github.com>
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.
surely
Dependencies
What
This pull request adds the Custom Wardrobe feature. You can now personalize your wardrobe with custom colors, display sizes, and favorite slots.
It also includes multiple Backend Changes, please look at the changelog for those.
Continues #1657 because that had too many commits
Discord Suggestion
Note
This currently does not support the NEU Wardrobe Keybind, since we block any keyboard click. We don't know how to fix that, but that fix won't happen this Pull Request.
Video
https://youtu.be/p57gL5ALyFE
Changelog New Features
Changelog Technical Details