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(setup): animate the progress bar at 0% so a slow download start isn't read as frozen
NCBI can take a while to begin streaming the 419 MB ClinVar file. The bar sat at
a static 0% during that connect/first-bytes window, looking stuck. Treat pct<=0
(not just <0) as indeterminate and drop the inline width so the animated CSS
actually shows. Applied to both the /setup page and the Settings download button.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments