404
+This page doesn't exist.
+ + Go Home + +AI-powered git history explorer
+- Understand code history with AI-powered explanations. + Paste a GitHub repo. Walk every commit. Understand what changed and why — with AI.
+ {pickingBranch && pendingJobData && repoMeta && ( +Recent
+{error}
+{commitsQuery.error instanceof Error ? commitsQuery.error.message : 'Something went wrong'}
@@ -650,7 +527,9 @@ export default function ExplorePage({ params }: { params: Promise<{ id: string } } if (!repository || commits.length === 0) { - if (waitingForInitialCommits) { + if (waitingForCommits) { + const ingestProgress = ingestJob.data?.progress ? Number(ingestJob.data.progress) : 0; + const ingestStatus = ingestJob.data?.status; return ({currentCommit.sha.substring(0, 7)}
- {currentCommit.sha.substring(0, 7)}
Loading content...
Loading commit diff...
-This commit has no textual file changes.
-
+ {compareBaseSha ? compareBaseSha.slice(0, 7) : 'None'}
+
+ ...
+ Head:
+
+ {compareHeadSha ? compareHeadSha.slice(0, 7) : 'None'}
+
Comparing commits...
-Select two different commits to compare file history.
-Select a file from the tree to view its diff.
+Loading diff...
+This file was not modified in this commit.
Try a different commit pair to inspect file changes.
-Select a file from the tree to compare.
+Comparing commits...
+Select two different commits to compare.
+This file was not modified between the selected commits.
+{error}
+{commitsQuery.error instanceof Error ? commitsQuery.error.message : 'Something went wrong'}
This page doesn't exist.
+ + Go Home + +{error}
} +