Merge remote-tracking branch 'origin/main' into issue-center

# Conflicts:
#	src-tauri/src/main.rs
#	src/lib/components/ReviewCenter.svelte
#	src/lib/git.ts
This commit is contained in:
Christoph Brandau
2026-09-08 21:55:51 +02:00
7 changed files with 362 additions and 15 deletions
+1
View File
@@ -5572,6 +5572,7 @@
<IssueCenter language={appLanguage} integrations={gitIntegrationSettings} loadCredential={loadStoredCredential} onOpenSettings={openAppSettings} />
{:else if activeView === "review-center"}
<ReviewCenter
localRepositoryPath={activeRepoPath}
language={appLanguage}
integrations={gitIntegrationSettings}
initialQuery={reviewCenterInitialQuery}