I started to implement a simple tool that supports my code reviews.
There is obviously a plethora of things you could build around this, but I'd like to start with something basic and the gradually add more features.
For now, this means that when I'm viewing a merge request in Gitlab, I can click on an injected link and see the code changes in my review tool.
I have a filterable list of file changes and can see always the individual full files (unlike in Gitlab, where you always have to scroll to a (potentially) looooong list of change snippets).
Although this is a very basic tool, I find myself actually wanting to use it. More importantly, I also feel that my code reviews (for others) already got better with my tool! 😊