You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In @jupyterlab/git, the merge addon from CM5 was used directly to display merge views for plain text using a 3 panels view: theirs | final | ours. It will be nice to add a setting in nbdime widget to select either the current 4 panels view or that 3 panel view.
The text was updated successfully, but these errors were encountered:
* Add ability to set showBase from CLI option
* Use DiffPanel for diff widgets
* Support merge view with 3 panels (theirs | final | ours) in addition to the current 4 panels views
Fixes#682
* Add integration tests
* Fix diff views
* Lint the code
* Fix final padding for merged editor in 3-panels view
* Fix scroll synchronization for 3-panels view
* Update Playwright Snapshots
* Update Playwright Snapshots
* Add delay to improve test robustness on Windows
* Change expectation
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
In
@jupyterlab/git
, the merge addon from CM5 was used directly to display merge views for plain text using a 3 panels view:theirs | final | ours
. It will be nice to add a setting in nbdime widget to select either the current 4 panels view or that 3 panel view.The text was updated successfully, but these errors were encountered: