Live data from Hacker News

Show HN: PRHero is a better UI for pull requests

github.com

1–6 of 6 posts

Re: Show HN: PRHero is a better UI for pull requests

#3
A bit of a tangent, but I'm loving seeing Monaco embedded in more projects like this.

Monaco 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

#5
post #2

This 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.

Re: Show HN: PRHero is a better UI for pull requests

#6
post #5
post #2

This 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.

Just wanted to chime in and add following links from our documentation:

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