Closed
Description
- Gitea version (or commit ref): 1.9.4
- Git version: Not relevant
- Operating system: Not relevant
Description
I am reviewing a big feature, using the option to ignore all whitespace changes. When I then make a comment, the whitespace preferences are discarded. (Probably because of the #issuecomment-<number>
part in the url)
When I then again set my whitespace preferences, I am no longer automatically moved to the comment I just made. Hence, I have two feature requests:
- When making a comment, your whitespace & splitscreen preferences should not be discarted.
- When changing your preferences, you want to be moved to the comment in your URL.
I think this can be fixed by changing the comment movement parameter to a GET-variable, but I am not sure if this is indeed possible (I do not know any GO).