diff --git a/_includes/components/widgets/github-repos.njk b/_includes/components/widgets/github-repos.njk index 2907324..687ee6b 100644 --- a/_includes/components/widgets/github-repos.njk +++ b/_includes/components/widgets/github-repos.njk @@ -1,32 +1,167 @@ -{# GitHub Repos Widget #} -{% if githubRepos and githubRepos.length %} -
+{# GitHub Activity Widget - Tabbed Projects/Commits/PRs with live API data #} +

- GitHub Projects + GitHub

- - - View all repositories + + {# Tab buttons #} +
+ + + +
+ + {# Loading state #} +
+ Loading... +
+ + {# Projects Tab #} +
+
    + +
+
No projects found.
+
+ + {# Commits Tab #} +
+
    + +
+
No recent commits.
+
+ + {# PRs Tab #} +
+
    + +
+
No recent PRs or issues.
+
+ + {# Footer link #} + {% if site.feeds.github %} +
+ View on GitHub + + {% endif %}
-{% endif %} + +