8d2efbeb4a
continuous-integration/drone/pr Build is passing
Redesigned account, checkout Added stock management design elements
58 lines
3.2 KiB
Plaintext
58 lines
3.2 KiB
Plaintext
<script type="module" src="@Assets["Components/Layout/ReconnectModal.razor.js"]"></script>
|
|
|
|
<dialog id="components-reconnect-modal" data-nosnippet>
|
|
<div class="glassine-page-jacket"></div>
|
|
|
|
<div class="literary-sync-strip">
|
|
<div class="strip-container">
|
|
|
|
<div class="sync-status-indicator">
|
|
<svg class="literary-helix-loader" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
|
|
<path class="book-base-spine" d="M12 5v14M12 5c-1.5-2-4.5-2-7-2H2v14h3c2.5 0 5.5 0 7 2M12 5c1.5-2 4.5-2 7-2h3v14h-3c-2.5 0-5.5 0-7 2" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" />
|
|
<path class="flipping-leaf-vector" d="M12 5c-1-1.5-3-2-5-2H3v14h4c2 0 4 .5 5 2" fill="none" stroke="currentColor" stroke-width="1.75" stroke-linecap="round" stroke-linejoin="round" />
|
|
</svg>
|
|
<span class="font-monospace text-uppercase small-tracking">Catalog Circuit Sync</span>
|
|
</div>
|
|
|
|
<div class="sync-message-body">
|
|
<span class="components-reconnect-first-attempt-visible">
|
|
Connection interrupted. Re-indexing active reading stack...
|
|
</span>
|
|
|
|
<span class="components-reconnect-repeated-attempt-visible">
|
|
Sync delayed. Re-aligning database archives in <span id="components-seconds-to-next-attempt" class="fw-bold font-monospace">0</span>s...
|
|
</span>
|
|
|
|
<span class="components-reconnect-failed-visible text-crimson">
|
|
Archival path blocked. Automated sync offline.
|
|
</span>
|
|
|
|
<span class="components-pause-visible">
|
|
Reading layout paused by host environment node.
|
|
</span>
|
|
|
|
<span class="components-resume-failed-visible text-crimson">
|
|
State alignment broken.
|
|
</span>
|
|
</div>
|
|
|
|
<div class="sync-action-node">
|
|
<button id="components-reconnect-button" class="btn-strip-action components-reconnect-failed-visible">
|
|
<span>Retry Sync</span>
|
|
<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
|
|
<path d="M21.5 2v6h-6M21.34 15.57a10 10 0 1 1-.57-8.38l5.67-5.67" />
|
|
</svg>
|
|
</button>
|
|
<button id="components-resume-button" class="btn-strip-action components-pause-visible components-resume-failed-visible">
|
|
<span>Reload Session</span>
|
|
<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
|
|
<polyline points="23 4 23 10 17 10"></polyline>
|
|
<polyline points="1 20 1 14 7 14"></polyline>
|
|
<path d="M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15"></path>
|
|
</svg>
|
|
</button>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</dialog> |