Skip to content

Improved git#149

Merged
Jordonbc merged 53 commits intoDevfrom
Improved-Git
Feb 7, 2026
Merged

Improved git#149
Jordonbc merged 53 commits intoDevfrom
Improved-Git

Conversation

@Jordonbc
Copy link
Collaborator

@Jordonbc Jordonbc commented Feb 7, 2026

No description provided.

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.
Jordonbc and others added 20 commits February 7, 2026 19:46
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.
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Jordonbc and others added 3 commits February 7, 2026 23:16
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.
@Jordonbc Jordonbc merged commit a722cbb into Dev Feb 7, 2026
5 checks passed
@Jordonbc Jordonbc deleted the Improved-Git branch February 7, 2026 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant