feat: update go to 1.21.3

This commit is contained in:
efim
2023-11-06 03:52:28 +00:00
parent 4dbbfcd6f2
commit aa048efbd3
5 changed files with 64 additions and 13 deletions

View File

@@ -31,11 +31,19 @@
<![endif]-->
<div class="h-full w-full grid">
<script src="https://unpkg.com/htmx.org/dist/ext/sse.js"></script>
<div id="state-receival" class="bg-blue-300"
hx-ext="sse" sse-connect="/rooms/random">
<div id="state-receival" class="bg-blue-300 hidden md:block"
hx-ext="sse" sse-connect="/rooms/random"
>
<div> yoyo </div>
<div sse-swap="message"> qweopop </div>
</div>
<!-- should be done with custom event for screen change -->
<!-- <div id="state-receival" class="bg-blue-100 md:hidden" -->
<!-- hx-ext="sse" sse-connect="/rooms/random?mobile=true" -->
<!-- > -->
<!-- <div> qoqo </div> -->
<!-- <div sse-swap="message"> qweopop </div> -->
<!-- </div> -->
<div id="controls" class="bg-green-300">
koko
</div>