Skip to content

Add PR Status Indicators in Gitea Browser Tab #34598

Open
@VinothKumar-Ganesan

Description

@VinothKumar-Ganesan

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.

Screenshots

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    proposal/acceptedWe have reviewed the proposal and agree that it should be implemented like that/at all.type/proposalThe new feature has not been accepted yet but needs to be discussed first.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions