Merged
Conversation
- Added GitStatusChip component to display the current Git status for each service. - Implemented IPC methods for Git operations including fetching branches, checking out branches, creating branches, and stashing changes. - Enhanced the app store to manage Git status snapshots per service. - Created a new git module in the core crate to handle Git operations using the CLI. - Updated LogPanel to show Git status and allow branch management directly from the UI. - Added tests for Git functionalities including status checks, branch creation, and switching.
erdembas
pushed a commit
that referenced
this pull request
Apr 25, 2026
…0.6.0 Adds two entries from #49 (thanks @bedirhansay) into the unreleased 0.6.0 section: - Quality of Life: keyboard-driven UI zoom (Cmd/Ctrl + 0 / - / Shift+0), layout-aware key bindings, localStorage persistence. - Bug Fixes: ScanCache TTL is now instance-scoped so the test suite stops panicking on fresh Windows CI runners with `Instant::now()` < TTL. Sidebar dedup attribution stays as-is (already credited via #48). Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Changes
Verification
pnpm typecheckpnpm lintpnpm format:checkcargo fmt --check(src-tauri)cargo clippy -- -D warnings(src-tauri)Screenshots / demo
Notes for reviewers