Feature Request: Browser Notification #106727
-
Product Feedback - Feature RequestAn option for browser notification in https://github.com/settings/notifications I'm also confused as of why it's not already possible Workarounds |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
A few related issues/repos that are relevant to this discussion. julienv3/github-notifications#3 I’d really love this feature to exist and hope someday it gets prioritized at GitHub. |
Beta Was this translation helpful? Give feedback.
-
💬 Your Product Feedback Has Been Submitted 🎉 Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
It's me again 😂 I'm going to share more of my learnings and efforts. I believe realtime notifications, however achieved, are a much-desired feature! Chapter 1 - The TechI've looked into a few private APIs that Github has related to pipelines and the notification bell. There are two realtime endpoints that allow you to get pipeline status and activity. Caution THESE ARE PRIVATE APIs AND YOU PROBABLY SHOULD NOT USE THEM github-websocket-pipeline-api - Reverse engineering the Github websocket API - The goal of these projects was to prove that GitHub has the technology in place to support realtime functionality. It means that they need to find the time and budget to support a new project to give us this feature. Chapter 2 - Github Desktop an Ideal ConduitI've asked for a the github desktop app to be extended to support backgrounding in this feature request but it was closed as not planned because of desktop/desktop#7291 (comment) which claims the main deciding factor is Windows Design Guidelines 🫤. As of today the Github Desktop app has the ability to push you the these events ( The folks involved with those discussions absolutely deserve a ping here @shiftkey @niik 🙏. Chapter 3 - My Own QuestI wanted realtime notifications to be a thing so I attempted at building something myself. This was a simple idea of adding a github app to your repo then you handle the realtime via webhooks. 🪦 RIP https://buildtray.com In the end, it was much easier to just add a webhook to each repo and connect it to discord. However, I've put a few things in place to make the output more desirable. Chapter 4 - ConclusionIt's clear that the community still wants this feature and there are other discussion too. community/discussions#7229 is another request for allowing all notifications to be pushed on the web app. Optimistic we can see this feature delivered ❤️. |
Beta Was this translation helpful? Give feedback.
💬 Your Product Feedback Has Been Submitted 🎉
Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users.
Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀