-
Notifications
You must be signed in to change notification settings - Fork 566
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
Hide entries whose scanlators are excluded from updates tab #1623
base: main
Are you sure you want to change the base?
Hide entries whose scanlators are excluded from updates tab #1623
Conversation
why not just filter them in sql? |
I initially attempted to filter it in SQL using the following query:
I couldn’t get the query to work, so I filtered in code instead. |
Why? I tested this query and it works well |
02564c7
to
06f9758
Compare
06f9758
to
205d5e0
Compare
I pushed new change that only use SQL for this, but can you confirm that this is working? It works on my Android 10 emulator but not on my Android 14 emulator (which is used when i created this PR). Desktop.2025.02.04.-.20.58.16.06.mp4 |
You need to also create an database migration too. That's why on your previously installed emulator it won't work. |
Yeah, migrating the view completely slipped my mind. I appreciate the help. |
Can you make this a toggle or something? With also an unread filter. |
Closes #1001