Skip to content

Load issuable participants asynchronously

The database query for Issue and Merge Request participants is pretty heavy for such a small piece of content that users generally won't need instant access to. We could improve page load performance on Issues and Merge Requests by loading the content asynchronously instead.

from: @jschatz1

Design

  • Simply use the font awesome spinner to indicate that we are we are waiting for the button / button state.

Out of scope

SVG: Spinner
Edited by Victor Wu