{# Gitea Activity Widget - Tabbed Commits/Repos/Featured/PRs #} {% set ghFallbackCommits = githubActivity.commits if githubActivity and githubActivity.commits else [] %} {% set ghFallbackFeatured = githubActivity.featured if githubActivity and githubActivity.featured else [] %} {% set ghFallbackContributions = githubActivity.contributions if githubActivity and githubActivity.contributions else [] %} {% set ghFallbackRepos = githubRepos if githubRepos else [] %} {% set giteaProfileUrl = site.gitea.url + "/" + site.gitea.org %}

{% include "components/icons/gitea.svg" %} Gitea

{# Tab buttons — order: Commits, Repos, Featured, PRs #}
{# Tab content — fixed height container to prevent layout shift #}
{# Loading state #}
Loading...
{# Commits Tab #}
No recent commits.
{# Repos Tab #}
No repositories found.
{# Featured Tab #} {# PRs Tab #}
No recent PRs.
{# Footer link — hidden for now View on Gitea #}