Merged
Conversation
Track the plugin commit that sets Cargo target-dir in Backend/built-in-plugins/Git/.cargo/config.toml so cargo openvcs dist finds openvcs-git-plugin.wasm.
Create a symlink from Backend/built-in-plugins/Git/target to the workspace target before plugin bundling in both tauri dev and just build plugins flows.
Restore direct cargo openvcs dist invocations now that the dist tool is updated to use workspace target resolution.
Remove background HEAD polling, make diff selection lazy, and switch hunk/line toggle handling to delegated events. Narrow and batch scrollbar observer scanning to only relevant containers. Add frontend tests for patch selection semantics and scrollbar observer filtering.
This reverts commit 4fa1936.
Add a new Performance setting for UI animations, defaulted to enabled. Wire it through backend config, settings UI load/save/reset, startup application, and a global CSS gate that disables transitions and animations when turned off.
Update file status typing, labels, and styles for submodule entries. Include updated Git plugin submodule pointer with backend detection and submodule operation support.
Update the bundled Git plugin pointer so the Submodules menu opens a manager modal instead of only showing a notification.
Update bundled Git plugin pointer so Submodule Open switches to the submodule repository in-app.
Add a global close-all modal path and invoke it on repo selection/reopen. Also close branch/fetch popovers and signal plugin UIs to dismiss repository-scoped dialogs.
Update bundled Git plugin pointer with loading spinner feedback for Submodules and LFS Locks dialogs.
Update bundled Git plugin pointer with larger Submodules and LFS Locks modal layouts.
Update bundled Git plugin pointer with larger Submodules/LFS dialog sizing.
Update bundled Git plugin pointer after restoring modal sizes and keeping only loading animation adjustments.
Update bundled Git plugin pointer with larger loading indicator styling.
Update bundled Git plugin pointer with centered stacked loading indicator layout.
Update bundled Git plugin pointer with in-modal two-step submodule removal confirmation.
Update bundled Git plugin pointer with dedicated submodule remove confirmation modal.
Update bundled Git plugin pointer with native add-submodule modal dialog behavior.
Update built-in Git plugin submodule pointer for Add Submodule modal spacing improvements.
Update built-in Git plugin pointer with Add Submodule field overlap styling fix.
Move closeFetchPopover to module scope so forceCloseTransientUi can call it without TS2304. Preserve existing popover close animation behavior.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d15a412f2d
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Initialize submodules recursively in all workflow checkout steps so workspace members located in submodules are available during CI runs (including cargo fmt/clippy).
Scope call_vcs_backend_method workspace access to the current repo workdir. Reject params.path values that resolve outside the active repository to prevent RPC workspace boundary bypass for read/write/exec capabilities.
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.
No description provided.