mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
16 lines
381 B
HTML
16 lines
381 B
HTML
|
|
<connectionAlert:>
|
||
|
|
<div class="connection">
|
||
|
|
{#unless connected}
|
||
|
|
<p class="alert">
|
||
|
|
{#if canConnect}
|
||
|
|
Offline
|
||
|
|
{#unless :self.hideReconnect}
|
||
|
|
– <a x-bind="click:connect">Reconnect</a>
|
||
|
|
{/}
|
||
|
|
{else}
|
||
|
|
Unable to reconnect – <a x-bind="click:reload">Reload</a>
|
||
|
|
{/}
|
||
|
|
</p>
|
||
|
|
{/}
|
||
|
|
</div>
|