feat(code): replace diff editor with unified review panel#1410
Merged
jonathanlab merged 1 commit intomainfrom Apr 1, 2026
Merged
feat(code): replace diff editor with unified review panel#1410jonathanlab merged 1 commit intomainfrom
jonathanlab merged 1 commit intomainfrom
Conversation
Contributor
Author
96e8cf5 to
33c3903
Compare
This was referenced Apr 1, 2026
33c3903 to
001a277
Compare
797eceb to
82153f2
Compare
This was referenced Apr 1, 2026
a776aab to
5722c17
Compare
82153f2 to
1ce1ac4
Compare
jonathanlab
approved these changes
Apr 1, 2026
5722c17 to
e402b52
Compare
1ce1ac4 to
39f63f8
Compare
e402b52 to
d87b983
Compare
39f63f8 to
2beccd1
Compare
Contributor
Merge activity
|
jonathanlab
pushed a commit
that referenced
this pull request
Apr 1, 2026
## Problem just breaking out some smaller pieces of a larger PR (#1410) <!-- Who is this for and what problem does it solve? --> <!-- Closes #ISSUE_ID --> ## Changes shuffling around some code, making some shared utils <!-- What did you change and why? --> <!-- If there are frontend changes, include screenshots. --> ## How did you test this? <!-- Describe what you tested -- manual steps, automated tests, or both. --> <!-- If you're an agent, only list tests you actually ran. -->
jonathanlab
pushed a commit
that referenced
this pull request
Apr 1, 2026
## Problem in #1410 i am adding a new diff viewer it needs to be very fast we don't have a sufficiently-fast query yet <!-- Who is this for and what problem does it solve? --> <!-- Closes #ISSUE_ID --> ## Changes adds a new query `getDiffHead` to slurp up the whole diff in one query <!-- What did you change and why? --> <!-- If there are frontend changes, include screenshots. --> ## How did you test this? <!-- Describe what you tested -- manual steps, automated tests, or both. --> <!-- If you're an agent, only list tests you actually ran. -->
2beccd1 to
7fef082
Compare
jonathanlab
pushed a commit
that referenced
this pull request
Apr 1, 2026
## Problem as part of #1410, i replaced codemirror with `@pierre/diffs` in the changed file diff views but the in-chat diffs still use codemirror <!-- Who is this for and what problem does it solve? --> <!-- Closes #ISSUE_ID --> ## Changes for consistency mostly, replacing the in-chat diff view with the same thing, and some related cleanup <!-- What did you change and why? --> <!-- If there are frontend changes, include screenshots. --> ##  ## How did you test this? manually <!-- Describe what you tested -- manual steps, automated tests, or both. --> <!-- If you're an agent, only list tests you actually ran. -->
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.

Problem
Changes
@pierre/diffs(diffs.com) - shadow dom rendering w/ web workers 🤓ReviewShelldiffandcloud-diffpanel types/logic, uses a singlereviewtab nownext
How did you test this?
manually, a bunch