/
rezvich
/
BlazorMatchGame
Обзор
Документация
Войти
/
rezvich
/
BlazorMatchGame
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
Components/Layout/ReconnectModal.razor
31 строка
1 KB
ItsEnd
first_commit
27 дек 2025, 12:40
27 дек 2025, 12:40
10ac941
Код
Авторство
О чём код?
<script type="module" src="@Assets["Components/Layout/ReconnectModal.razor.js"]"></script> <dialog id="components-reconnect-modal" data-nosnippet> <div class="components-reconnect-container"> <div class="components-rejoining-animation" aria-hidden="true"> <div></div> <div></div> </div> <p class="components-reconnect-first-attempt-visible"> Rejoining the server... </p> <p class="components-reconnect-repeated-attempt-visible"> Rejoin failed... trying again in <span id="components-seconds-to-next-attempt"></span> seconds. </p> <p class="components-reconnect-failed-visible"> Failed to rejoin.<br />Please retry or reload the page. </p> <button id="components-reconnect-button" class="components-reconnect-failed-visible"> Retry </button> <p class="components-pause-visible"> The session has been paused by the server. </p> <button id="components-resume-button" class="components-pause-visible"> Resume </button> <p class="components-resume-failed-visible"> Failed to resume the session.<br />Please reload the page. </p> </div> </dialog>