Add obfuscate unseen episodes user setting and functionality#1067
Conversation
|
It could be nice if when clicking the hidden image/plot it reveals |
I like that idea a lot. I've added this to the PR. |
|
Would it be better to blur the episode image, rather than using the season image in its place? Considering they usually use different aspect ratios, I would expect a lot of weird clipping when used like this. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #1067 +/- ##
==========================================
- Coverage 82.31% 82.11% -0.21%
==========================================
Files 78 78
Lines 7742 7744 +2
==========================================
- Hits 6373 6359 -14
- Misses 1369 1385 +16 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Thanks for the PR! I added this:
|
Summary
Adds a new user setting that allows users to hide episode artwork and blur episode descriptions for unseen episodes, helping avoid accidental spoilers.
Changes
obfuscate_unseen_episodesfield in the User model (defaults to off)Testing