aboutsummaryrefslogtreecommitdiffstats
path: root/bundle/prr-ui/ftplugin/prr
AgeCommit message (Collapse)Author
2023-12-12prr-ui: Allow `PrrApprove` and `PrrReject` to be called outside of *.prrTeddy Wing
Sometimes I don't have any line comments to make and can go ahead and accept or reject a change immediately. In those cases, I want `PrrApprove` and `PrrReject` to be available in any file type buffer, not just in *.prr buffers. Additionally, those two commands should automatically do `PrrStart` if it hasn't been executed manually before, like we already do with `PrrComment`.
2023-11-30prr-ui: Pick a random emoji to include in `PrrApprove`Teddy Wing
I collected a list of emoji from https://github.com/ikatyang/emoji-cheat-sheet and trimmed it down. Now, the pull request approval message will chose one of these emoji at random to include.
2023-11-30prr-ui: Educate quotes in prr buffersTeddy Wing
2023-11-30prr-ui: Move to top of file on `PrrApprove` and `PrrReject`Teddy Wing
This puts the cursor in the correct position to quickly add a top-level review comment.
2023-11-27prr-ui: Add `PrrApprove` and `PrrReject` commandsTeddy Wing
Add commands to quickly approve or reject a pull request.