Skip to content

Add conflict resolution options to workspace settings - #123

Open
iamrajeshk wants to merge 2 commits into
developfrom
feature-config-conflict-resolution
Open

Add conflict resolution options to workspace settings#123
iamrajeshk wants to merge 2 commits into
developfrom
feature-config-conflict-resolution

Conversation

@iamrajeshk

@iamrajeshk iamrajeshk commented Aug 31, 2026

Copy link
Copy Markdown

This pull request introduces a new workspace setting that allows users to control how conflicts are handled—either by resolving them or overriding them. The change adds both the frontend UI for this option and the necessary data model and API support.

Workspace conflict handling improvements:

  • Added a new UI section in Apps.vue for selecting conflict handling behavior ("Resolve" or "Override") using radio buttons, bound to a new workspaceOverrideConflicts property.
  • Introduced the overrideConflicts property to the Workspace and WorkspacePatch TypeScript interfaces to support this setting in the data model. [1] [2]
  • Bound the UI value to the workspace model in the component state (workspaceOverrideConflicts ref) and included it in the save operation for workspace configuration. [1] [2]
Screenshot 2026-08-31 at 2 30 21 PM

Task 4129: ASR: Added mode selection settings in Workspaces for Conflict resolution

@coderabbitai

coderabbitai Bot commented Aug 31, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: ef0dd6f3-5baa-4113-b6ff-8171882ac8cf


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@jeffmaki

Copy link
Copy Markdown
Contributor

@cyrossignol is going to provide some new copy here, please don't merge until he chimes in. Thanks!

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.

3 participants