From 6950615403e846ed38b59f253169d3dd77ccf69d Mon Sep 17 00:00:00 2001 From: Logan Rosen Date: Sun, 15 Mar 2026 18:08:03 -0400 Subject: [PATCH] Link stars chip to GitHub stargazers page The stars count chip on the repository dashboard was clickable but didn't navigate anywhere. Wrap it in an anchor tag linking to the GitHub stargazers page, matching the pattern used by the issues chip. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- src/dashboards/hacs-repository-dashboard.ts | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/dashboards/hacs-repository-dashboard.ts b/src/dashboards/hacs-repository-dashboard.ts index 7db2a703..f2e41e22 100644 --- a/src/dashboards/hacs-repository-dashboard.ts +++ b/src/dashboards/hacs-repository-dashboard.ts @@ -239,13 +239,19 @@ export class HacsRepositoryDashboard extends LitElement { ` : ""} - - - ${this._repository.stars} - + + + ${this._repository.stars} + +