Hallo gittea community!
I’m trying to use gittea for some personal projects. For now I like it very much and thanks for the for the great job! However I have some issues with the review workflow:
My issue
I can see commit separately but it is not possible to add comments. I can navigate to the parent commit but it is not possible to know if that is a commit related the the PR I’m reviewing. I cannot navigate to the next commit within that PR unless I go back to the commit list.
My expected workflow
I would like to open the first commit (oldest), comment it, open the next commit using the next button, repeat until the last commit and finally, approve or request changes.
As in github, is it possible to navigate through each commits of a PR using prev/next buttons and comment each commit separately? If not, how “difficult” would it be to add such of feature?