-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Add Notifications section in User Settings #35008
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
Conversation
I see where this is coming from as GitHub also has such a section. I wonder if we have more stuff to put into it than this single option. |
@silverwind Yes, I plan to put Actions email settings in it. |
at work i get 4000+ emails daily, i never look into any of them, i just use the filters "review requested" and "Created by you" ... Its killing my postbox, and if i unfollow i don't get the bubble notification ... Thanks a lot for this PR !! |
@xuedi @lunny My current plan is:
|
@xuedi @lunny Presumably in future PRs, could drop current notification setting constants and create a set of fine-grained notification settings similar to GitHub's. Since lots focus on Issues, Pull Requests and Releases, probably won't be a difficult task. Can start from |
Thank you. I also think this PR should be merged first. |
Co-authored-by: wxiaoguang <[email protected]> Signed-off-by: NorthRealm <[email protected]>
Co-authored-by: wxiaoguang <[email protected]> Signed-off-by: NorthRealm <[email protected]>
* giteaofficial/main: Refactor view issue & comment list styles (go-gitea#35061) Fix user's sign email check (go-gitea#35045) [skip ci] Updated translations via Crowdin Fix incorrect comment diff hunk parsing, fix github asset ID nil panic (go-gitea#35046) Add Notifications section in User Settings (go-gitea#35008)
Related: #34982