-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Adding notification for reviews #3
Comments
Hello, I see two different improvement here:
They both are under different API. Also there is a need for a notification system, whether with a new tab in the UI or (/and) with browser notifications. My approach would be to compare after polling the API the stored content and the new content to trigger notifications if there are differences. Work to be done:
For comments (AFAIK):
For builds (AFAIK):
|
I would also add a clear all for notifications, maybe clear them if older than 24h ? I would go for both separate tab + extension icon notifications (is it possible). Step 1, starting with a new tab. I can look into it :) |
I'm creating a tab for notifications |
I'm on it, I started a but of refactoring, my proposal would be to poll for MR list every X seconds / minutes -> remove the retry |
I see two different approach for notifications:
|
I have a PR ready for the refactor of App.tsx, I fork? |
Any news to share about this? It'd be a great feature, making the extension a complete replacement for e-mail based notifications. The different notification levels as in GitLab's Profile -> Notifications would be great. I'd be personally happy with just the "Participate" level though :) |
It would be awesome to be notified when:
a comment is added to a PR, to the PR owner
a reply is added to a comment, to the comment owner
a build fails
all builds passed
Additionaly, could be great to have a mute notifications buttons, for folks who prefer polling their PRs regularly
The text was updated successfully, but these errors were encountered: