Skip to content

feat(login): broaden gitea tagline to name forgejo and codeberg#2859

Merged
afonsojramos merged 2 commits intomainfrom
gitea-tagline-forgejo-codeberg
May 9, 2026
Merged

feat(login): broaden gitea tagline to name forgejo and codeberg#2859
afonsojramos merged 2 commits intomainfrom
gitea-tagline-forgejo-codeberg

Conversation

@afonsojramos
Copy link
Copy Markdown
Member

Summary

Updates the Gitea forge tagline on the login screen from Self-hosted Git service to Gitea, Forgejo & Codeberg.

The gitea adapter is API-compatible with Forgejo (a Gitea fork) and Codeberg (which runs Forgejo), so users of those forges already authenticate through this path successfully. Naming them in the tagline gives Forgejo/Codeberg users confidence they're in the right place instead of bouncing off a tab labelled "Gitea".

Also includes a tiny drive-by: removes an unused AccountUUID type import in AccountFilter.tsx that was tripping the local pre-commit tsc --noEmit hook.

Test plan

  • pnpm vitest run src/renderer/utils/forges/gitea — 32/32 passing locally.
  • pnpm tsc --noEmit — clean (the drive-by fix unblocks this).
  • Visually confirm in the running app: Gitea tab tagline reads "Gitea, Forgejo & Codeberg".

@github-actions github-actions Bot added the enhancement New feature or enhancement to existing functionality label May 9, 2026
@afonsojramos afonsojramos merged commit 4c6cb57 into main May 9, 2026
13 checks passed
@afonsojramos afonsojramos deleted the gitea-tagline-forgejo-codeberg branch May 9, 2026 11:11
@github-actions github-actions Bot added this to the Release 7.0.0 milestone May 9, 2026
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 9, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or enhancement to existing functionality

Development

Successfully merging this pull request may close these issues.

2 participants