mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-05-08 14:24:46 +02:00
0ecb91aa08
The retry progress element was always created empty. The socket event with the real attempt count could arrive before the DOM was ready, causing it to be lost. Now pending messages pre-populate with 'Attempt 1/...' which gets updated to the real count when the socket event arrives. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>