diff --git a/app/components/settings/debug/DebugTab.tsx b/app/components/settings/debug/DebugTab.tsx index 438e1933..dcd2e7a1 100644 --- a/app/components/settings/debug/DebugTab.tsx +++ b/app/components/settings/debug/DebugTab.tsx @@ -1087,30 +1087,36 @@ export default function DebugTab() {
GitHub Repository:
-
-
Name: {webAppInfo.repoInfo.name}
-
- Full Name: {webAppInfo.repoInfo.fullName} +
+
+ {`${webAppInfo.repoInfo.owner.login}'s +
+
+ Owner: {webAppInfo.repoInfo.owner.login} +
+
+ Last Update: {new Date(webAppInfo.repoInfo.lastUpdate).toLocaleDateString()} +
+
-
- Description: {webAppInfo.repoInfo.description} -
-
Stars: {webAppInfo.repoInfo.stars}
-
Forks: {webAppInfo.repoInfo.forks}
-
- Open Issues: {webAppInfo.repoInfo.openIssues} -
-
- Default Branch: {webAppInfo.repoInfo.defaultBranch} -
-
- Last Update: {webAppInfo.repoInfo.lastUpdate} -
-
- Owner: {webAppInfo.repoInfo.owner.login} -
-
- Avatar URL: {webAppInfo.repoInfo.owner.avatarUrl} + +
+
+
+ {webAppInfo.repoInfo.stars.toLocaleString()} stars +
+
+
+ {webAppInfo.repoInfo.forks.toLocaleString()} forks +
+
+
+ {webAppInfo.repoInfo.openIssues.toLocaleString()} issues +