Files
hamann-ausgabe-core/HaWeb/Views/Shared/_Notifications.cshtml
Simon Martens 050784025c HTMX add
2024-01-25 18:20:18 +01:00

15 lines
1.1 KiB
Plaintext

<div class="ha-notifications" id="comm-notifications">
<div class="ha-notcontent">
<div class="ha-commslog" id="commsLog"></div>
<div class="ha-noticon">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 640 512"><!--! Font Awesome Free 6.4.2 by fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M0 336c0 79.5 64.5 144 144 144H512c70.7 0 128-57.3 128-128c0-61.9-44-113.6-102.4-125.4c4.1-10.7 6.4-22.4 6.4-34.6c0-53-43-96-96-96c-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32C167.6 32 96 103.6 96 192c0 2.7 .1 5.4 .2 8.1C40.2 219.8 0 273.2 0 336z"/></svg>
@* <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"><title>circle-small</title><path d="M12,10A2,2 0 0,0 10,12C10,13.11 10.9,14 12,14C13.11,14 14,13.11 14,12A2,2 0 0,0 12,10Z" /></svg> *@
</div>
</div>
</div>
<script type="module">
import { startup_websocket } from "/dist/scripts.js";
startup_websocket();
</script>