[go: up one dir, main page]

Skip to content

Don't auto-load resolved thread replies in MRs

In MRs, when a thread is resolved its content is mostly hidden (including its replies). See these examples:

  1. Diff thread
  2. Non-diff thread

image

Instead of fetching and loading those replies on page load, we can defer that loading to when the user expands the thread on demand.

Edited by 🤖 GitLab Bot 🤖