CodeEditApp / CodeEditSourceEditor

A code editor view written in Swift powered by tree-sitter.
https://codeeditapp.github.io/CodeEditSourceEditor/documentation/codeeditsourceeditor
MIT License
510 stars 78 forks source link

✨ Code Review Ribbon #130

Open austincondiff opened 1 year ago

austincondiff commented 1 year ago

A code review ribbon needs to exist in the ruler view that both indicates change and provides actions the user can take on these changes including:

See below screenshots to see how this might look (or refer to Xcode for reference)

image image Screenshot 2023-01-25 at 10 06 17 AM

Note: This may require #127 to be complete in order to begin working on this.