-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Do not reload page after resolving a conversation #15981
Labels
topic/ui
Change the appearance of the Gitea UI
Comments
very annoying if you got a long code review, because the page jumps to the top everytime you resolve a conversation |
jpraet
added a commit
to jpraet/gitea
that referenced
this issue
Jan 6, 2024
jpraet
added a commit
to jpraet/gitea
that referenced
this issue
Jan 12, 2024
jpraet
added a commit
to jpraet/gitea
that referenced
this issue
Jan 19, 2024
GiteaBot
added a commit
to jpraet/gitea
that referenced
this issue
Jan 22, 2024
GiteaBot
added a commit
to jpraet/gitea
that referenced
this issue
Jan 23, 2024
GiteaBot
added a commit
to jpraet/gitea
that referenced
this issue
Jan 23, 2024
GiteaBot
added a commit
to jpraet/gitea
that referenced
this issue
Jan 24, 2024
GiteaBot
added a commit
to jpraet/gitea
that referenced
this issue
Jan 24, 2024
GiteaBot
added a commit
to jpraet/gitea
that referenced
this issue
Jan 24, 2024
GiteaBot
added a commit
to jpraet/gitea
that referenced
this issue
Jan 24, 2024
GiteaBot
added a commit
to jpraet/gitea
that referenced
this issue
Jan 24, 2024
lunny
pushed a commit
that referenced
this issue
Jan 24, 2024
jpraet
added a commit
to jpraet/gitea
that referenced
this issue
Jan 24, 2024
KN4CK3R
pushed a commit
that referenced
this issue
Jan 24, 2024
henrygoodman
pushed a commit
to henrygoodman/gitea
that referenced
this issue
Jan 31, 2024
silverwind
pushed a commit
to silverwind/gitea
that referenced
this issue
Feb 20, 2024
Automatically locked because of our CONTRIBUTING guidelines |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
Currently, when resolving a conversation in a PR inside the
Conversation
tab, the page automatically gets reloaded.Surprisingly, when resolving a conversation there inside the
Files Changed
tab, then it does not get reloaded.This is interesting as I would have expected both to use the same exact code, given that both should do exactly the same.
Would it be possible to not have to endure a reload every time a conversation is resolved in the
Conversation
tab, simply by replacing the currently present code with the one used in theFiles changed
tab?The text was updated successfully, but these errors were encountered: