feat: add collab category for gh-dashboard project

New COL badge (soft green) for collaboration projects, distinct from
OSS contributions.
This commit is contained in:
juanatsap
2026-05-07 23:12:32 +01:00
parent ad9a46f554
commit 46912f0bf3
5 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -762,7 +762,7 @@
},
{
"title": "gh-dashboard - Self-Hosted GitHub Analytics Dashboard",
"category": "collaboration",
"category": "collab",
"projectName": "gh-dashboard",
"projectDesc": "Self-Hosted GitHub Analytics Dashboard",
"url": "https://github.com/debba/gh-dashboard",
+1 -1
View File
@@ -762,7 +762,7 @@
},
{
"title": "gh-dashboard - Panel de Analíticas de GitHub Autoalojado",
"category": "collaboration",
"category": "collab",
"projectName": "gh-dashboard",
"projectDesc": "Panel de Analíticas de GitHub Autoalojado",
"url": "https://github.com/debba/gh-dashboard",
+1
View File
@@ -213,6 +213,7 @@
.category-webapp { background: #6bb8c7; } /* Soft cyan — web app */
.category-plugin { background: #d4a96a; } /* Soft amber — plugin */
.category-sdk { background: #a78bcc; } /* Soft violet — SDK */
.category-collab { background: #6bad7e; } /* Soft green — collaboration */
.category-contrib { background: #a0a7b0; } /* Soft gray — contributions */
/* Merged GitHub + Stars badge */
+1 -1
View File
File diff suppressed because one or more lines are too long
@@ -29,6 +29,7 @@
{{else if eq .Category "webapp"}}<span class="category-badge category-webapp">WEB</span>
{{else if eq .Category "plugin"}}<span class="category-badge category-plugin">PLG</span>
{{else if eq .Category "sdk"}}<span class="category-badge category-sdk">SDK</span>
{{else if eq .Category "collab"}}<span class="category-badge category-collab">COL</span>
{{else if eq .Category "contrib"}}<span class="category-badge category-contrib">OSS</span>
{{end}}<strong>
{{if .ProjectName}}