You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(merge): show loader during initial fetch instead of flashing empty upload
On the merge page, summary started as null and was treated as "no merge",
so on load the empty "Upload raw files" state flashed for a few seconds
before the active merge appeared. Added an initialLoading flag: show a
spinner until the first data fetch resolves, and only render the empty
upload state once we actually know no merge exists.
0 commit comments