-
-
Notifications
You must be signed in to change notification settings - Fork 794
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
Tag Favoriting #4728
Tag Favoriting #4728
Conversation
Finally got the filter to work |
Thanks for the PR. Please address the failed checks. |
sorry, new to linters and such, no idea if that was the only problem or if I need to clean up something else also. I will google a proper linting tutorial if more stuff comes back messy |
Just look through your changes and undo the pointless ones, like changing indentation. That would be a start. For the others, go to checks and look at the details for why they're failing. |
Migration version conflicts with existing one https://github.com/stashapp/stash/blob/develop/pkg/sqlite/migrations/56_studio_favorite.up.sql. You will need to either update the existing migration or bump the version. |
Adds the heart indicator to the overlay for favorite tag and studio cards. Requires server `v0.26.0` Ref: - stashapp/stash#4675 - stashapp/stash#4728
Adds the heart indicator to the overlay for favorite tag and studio cards. Requires server `v0.26.0` Ref: - stashapp/stash#4675 - stashapp/stash#4728
* Add missing key unbind --------- Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
added tag favoriting, still needs the filter support