You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds functionality to fetch the latest GitHub releases for configured repositories.
- Introduces `ReleaseInfo` type for release data.
- Stores latest release information in the `latestReleases` state in `App.tsx`.
- Fetches release data when GitHub PAT is available and repositories are loaded.
- Passes `latestRelease` prop to `RepositoryCard` for display.
- Updates `DashboardProps` and `RepositoryCardProps` to include `latestReleases` and `latestRelease` respectively.
- Adds `githubPat` field to `GlobalSettings` type.
- Imports `ReleaseInfo` type into relevant components and files.
<pclassName="mt-1 text-xs text-gray-500">Required for fetching release info. <ahref="https://github.com/settings/tokens?type=beta"target="_blank"rel="noopener noreferrer"className="text-blue-500 hover:underline">Create a fine-grained token</a> with `Read-only` access to `Contents`.</p>
195
+
</div>
196
+
186
197
<div>
187
198
<labelclassName="block text-sm font-medium text-gray-700 dark:text-gray-300">Open Web Links In</label>
0 commit comments