- {item.full_name}
- {item.is_public && !!item.stargazers_count && (
-
- ({item.stargazers_count}⭐)
+ {config?.APP_MODE === "saas" &&
+ config?.APP_SLUG &&
+ ((
+
+ e.stopPropagation()}
+ >
+ Add more repositories...
+
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
+ ) as any)}
+ {userRepositories.length > 0 && (
+
+ {userRepositories.map((repo) => (
+
+ {repo.full_name}
+
+ ))}
+
+ )}
+ {publicRepositories.length > 0 && (
+
+ {publicRepositories.map((repo) => (
+
+ {repo.full_name}
+
+ ({repo.stargazers_count || 0}⭐)
- )}
-
-