-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Source Control Navigator: Added support for viewing file changes #627
Conversation
Just to confirm: for now, we are not able to view the exact changes in the editor, right? |
@lilingxi01 I believe we won't be able to until we get our new editor view in place. @lukepistrol can you confirm? At that point we will be able to add in features like code review to compare local changes. |
@lilingxi01 @austincondiff who are we waiting on? |
@nanashili: We are waiting on either @lilingxi01 or @MysteryCoder456 to approve. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
CodeEdit/NavigatorSidebar/SourceControlNavigator/SourceControlToolbarBottom.swift
Outdated
Show resolved
Hide resolved
CodeEditModules/Modules/Git/src/Client/Models/ChangedFiles.swift
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Description
Added support for showing changed/created files in the currently opened workspace.
Related Issue
✨ Source Control Navigator #352
Checklist
Screenshots