refined-waiter-90422
01/16/2023, 7:08 PMrefined-waiter-90422
01/16/2023, 7:11 PMhx-boost
and hx-disable
don't work intuitively with "zero inheritance"some-airline-73512
01/16/2023, 7:18 PMhx-target
fixed as well. No need to use hx-swap-oob then. It seems that when we have situation with hx-select-oob
+ hx-target
+ morph
then the oob element gets removed entirely.ripe-action-67367
01/16/2023, 7:19 PMsome-airline-73512
01/16/2023, 7:19 PMrefined-waiter-90422
01/16/2023, 7:28 PMsome-airline-73512
01/16/2023, 7:30 PMsome-airline-73512
01/16/2023, 7:31 PMsome-airline-73512
01/16/2023, 7:33 PMsome-airline-73512
01/16/2023, 7:33 PMboundless-vase-80440
01/16/2023, 7:33 PMsome-airline-73512
01/16/2023, 7:35 PMrefined-waiter-90422
01/16/2023, 7:39 PMsome-airline-73512
01/16/2023, 7:40 PMsome-airline-73512
01/16/2023, 7:41 PMboundless-vase-80440
01/16/2023, 7:59 PMboundless-vase-80440
01/16/2023, 8:01 PMsome-airline-73512
01/16/2023, 8:02 PMsome-airline-73512
01/16/2023, 8:03 PMquaint-hair-61231
01/17/2023, 12:59 AMhtml
<div>
{{!-- This works --}}
<button type="button" hx-post="/admin/content" hx-target="#content" hx-swap="beforeend show:window:bottom"
class="inline-flex items-center rounded border border-transparent bg-indigo-600 px-2.5 py-1.5 text-xs font-medium text-white shadow-sm hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2">
Click to add
</button>
</div>
{{!-- This doesnt work --}}
<div hx-ext="sse" sse-connect="/sse/events?stream=123">
<ul id="content" role="list" class="divide-y divide-gray-200" sse-swap="demo" hx-swap="beforeend show:window:bottom">
</ul>
</div>
some-airline-73512
01/17/2023, 8:28 AMtall-dinner-62086
01/17/2023, 9:45 AMgit pull
on production but that's because I'm too lazy to set up a proper deploy scriptbulky-kilobyte-96254
01/17/2023, 9:47 AMsparse-traffic-23652
01/17/2023, 9:50 AMsparse-traffic-23652
01/17/2023, 9:51 AMtall-dinner-62086
01/17/2023, 9:52 AMhx-preserve
sparse-traffic-23652
01/17/2023, 9:59 AMhappy-knife-63802
01/17/2023, 10:29 AMhappy-knife-63802
01/17/2023, 10:30 AM