Conversation
Co-authored-by: Jordonbc <Jordonbc@users.noreply.github.com>
This reverts commit 50883ac.
Co-authored-by: Jordonbc <Jordonbc@users.noreply.github.com>
Co-authored-by: Jordonbc <Jordonbc@users.noreply.github.com>
This reverts commit b5844cc.
…tion or class' Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
Fix issues
PR Review: Dev → BetaSummaryThis PR makes significant architectural changes across frontend and backend, primarily:
Issues FoundBug (Frontend/src/scripts/features/repo/stash.ts): items.push({ label: 'Apply stash', action: async () => {
try {
await TAURI.invoke('git_stash_apply', { selector: target });These empty lines should be removed - they're leftover artifacts from removing Bug (Backend/src/tauri_commands/commit.rs): Code Quality:
Test Results
Recommendations
|
PR Review SummaryBased on my review of the changes: Issues Investigated
Test Results
RecommendationThe PR looks good. The main concern is the
No code edits needed - tests pass. |


No description provided.