Skip to content

feat(patches): add selectable patch diff mode#4752

Open
soumajitgh wants to merge 1 commit into
Dokploy:canaryfrom
soumajitgh:fix/patch-diff-editor
Open

feat(patches): add selectable patch diff mode#4752
soumajitgh wants to merge 1 commit into
Dokploy:canaryfrom
soumajitgh:fix/patch-diff-editor

Conversation

@soumajitgh

@soumajitgh soumajitgh commented Jul 7, 2026

Copy link
Copy Markdown

Closes #4719

Summary

  • keep Editor as the default patch mode
  • add a dropdown to switch to Diff mode
  • show diff review without replacing the original editing flow

Testing

  • apps/dokploy/node_modules/.bin/tsc -p apps/dokploy/tsconfig.json --noEmit
  • node_modules/.bin/vitest --config __test__/vitest.config.ts run __test__/patches/patch-diff.test.ts

Screenshots

Old UI:
2026-07-07_08-47-24

New UI:
2026-07-07_08-43-49

@soumajitgh soumajitgh marked this pull request as ready for review July 7, 2026 03:17
@soumajitgh soumajitgh requested a review from Siumauricio as a code owner July 7, 2026 03:17
@dosubot dosubot Bot added size:XL This PR changes 500-999 lines, ignoring generated files. pr-open labels Jul 7, 2026
@soumajitgh soumajitgh force-pushed the fix/patch-diff-editor branch from 560b33b to 9ca8641 Compare July 7, 2026 03:46
@soumajitgh soumajitgh changed the title Patch editor mode selector and diff view feat(patches): add selectable patch diff mode Jul 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-open size:XL This PR changes 500-999 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add git-diff-style editor with unified/split toggle and full screen mode for patch editing

1 participant