Manage PRs done! Added few new things…
I finally finished making Manage PRs. So now you can:
- Delete Comment
- Merge
- Review
- Close PR
- Reopen PR
I also had to fix some design flaws and function flaws but now it should be all good.
Before doing all of this, there was a bunch of GET requests… now? Now it is also a bunch of PATCH & PUT requests.
Also, now when you’ll try to link your GitHub Repository with the local one, you will just select the one that is on your GitHub account.
Another thing! When you have conflicts between the local repository and the remote one (GitHub) and you try to sync them, a lot of the time Notepad pops us and tells you to remove the version of the text that you don’t want.
Well now Helyx does it too and doesn’t open notepad, but lets you do it directly in TUI interface in my very own notepad. Conflict solver also uses alternate screen for this. (there’s sadly no showoff image for this, because currently I don’t have anything to create a conflict on)
I am not sure what to do next in a next devlog, since everything I really wanted to do is already done… well… not everything but everything around the main things is.
Maybe I’ll move on another refactoring? Or finishing the language settings? Well, we will see!
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.