Description
Feature Description
Hi Team,
I’ve noticed that in GitHub, the browser tab dynamically updates to show PR statuses (e.g., yellow dot for pending checks, green for passed, red for failed). This provides a quick visual cue when monitoring pull requests during code review or CI runs.
Currently, Gitea does not support this feature out-of-the-box. I’d like to explore the possibility of implementing a similar experience in our Gitea instance.
🔍 Idea Summary:
Add visual indicators (dot icons or status-based favicon) to the browser tab when viewing pull requests.
This could reflect the latest CI/CD check status (pending, success, failure).
Options:
Use a custom JavaScript snippet to modify the favicon dynamically based on API responses.
Create a browser userscript (e.g., via Tampermonkey).
Modify Gitea’s frontend templates to support this natively (less preferred unless we maintain a fork).
✅ Benefits:
Quickly track CI status without switching tabs.
Improves developer workflow during code reviews.
Aligns the UX closer to what developers expect from platforms like GitHub.