Show HN: PRHero is a better UI for pull requests
1–6 of 6 posts
Re: Show HN: PRHero is a better UI for pull requests
#2I didn't look at the code, but do you think it's something that's easy to add or would that require major refactoring?
Re: Show HN: PRHero is a better UI for pull requests
#3Monaco is the editor from VS Code, extracted and officially supported as a standalone component to use elsewhere. Internally I think the extraction work is pretty complicated, and the setup isn't effortless, but the resulting user experience is excellent imo (much like VS code itself). This all looks great!
Re: Show HN: PRHero is a better UI for pull requests
#4Re: Show HN: PRHero is a better UI for pull requests
#5This is something I have searched for before, but never found what I was looking for: gitlab support. Any plans to support that? I didn't look at the code, but do you think it's something that's easy to add or would that require major refactoring?
Re: Show HN: PRHero is a better UI for pull requests
#6This is something I have searched for before, but never found what I was looking for: gitlab support. Any plans to support that? I didn't look at the code, but do you think it's something that's easy to add or would that require major refactoring?
I think as long as gitlab has a diff API and a file list API it would be pretty simple. Unfamiliar with their APIs though.
Get the diff of a commit - https://docs.gitlab.com/ee/api/commits.html#get-the-diff-of-...
List repository tree - https://docs.gitlab.com/ee/api/repositories.html#list-reposi...
Repository files API - https://docs.gitlab.com/ee/api/repository_files.html