Files
mc-webui/app
MarekWo 0ecb91aa08 fix(dm): show 'Attempt 1/...' immediately after sending DM
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>
2026-03-31 09:47:41 +02:00
..