This repository was archived by the owner on Oct 1, 2025. It is now read-only.
Added a "Disable Description" checkbox on notifications#14
Open
Seniorsimo wants to merge 3 commits intobjoerns1983:masterfrom
Open
Added a "Disable Description" checkbox on notifications#14Seniorsimo wants to merge 3 commits intobjoerns1983:masterfrom
Seniorsimo wants to merge 3 commits intobjoerns1983:masterfrom
Conversation
…e notification description text
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
In this pull request, I have added a checkbox feature that allows users to disable the inclusion of descriptions in notifications. This is particularly useful in cases where the description may not be necessary or desired.
Reasoning
Descriptions are a valuable feature, especially when new media, such as TV shows or anime, is added. However, there are situations where this information can be tedious or spoil the content, particularly for TV shows. Additionally, having descriptions for every notification can make the chat experience feel cluttered and overwhelming.
Implementation
Added a checkbox option in the notification settings.
When the checkbox is checked, descriptions will not be included in notifications. (Default behaviour: unchecked)
Benefits
Provides users with control over the content of their notifications.
Helps avoid spoilers for sensitive content.
Reduces the overall amount of text in chat, making it less heavy and more user-friendly.
Please review the changes and let me know if there are any adjustments or improvements needed.
Thank you!