late-shampoo-89851
01/10/2023, 4:15 PMlate-shampoo-89851
01/10/2023, 4:15 PMmysterious-toddler-20573
01/10/2023, 4:27 PMlate-shampoo-89851
01/10/2023, 4:53 PMmysterious-toddler-20573
01/10/2023, 5:09 PMhtml
<button hx-post="/pdf/preview" .../>
Preview
</button>
<form target="/pdf">
<button>Download PDF</button>
</form>
is what I'm getting atmysterious-toddler-20573
01/10/2023, 5:09 PMprehistoric-garden-45720
01/10/2023, 5:09 PM<div
id="status"
hx-get="/status?timeline_version=622"
hx-trigger="every 2s"
hx-swap="outerHTML"
>
<p class="time-smaller-font">
Last timeline update:
<span class="fw-bold">01-10 12:00</span> | Peer
last seen:
<span class="fw-bold">2 hours ago</span>
</p>
</div>
<title id="titular" hx-swap-oob="true">Site Title</title>
<tr
id="message-2K8xTyJVBzMbJyCjEbuBrRSPJnv-card"
hx-swap-oob="afterbegin:#message-cards-begin"
>
<td>Cell 1</td>
<td>Cell 2</td>
</tr>
So the <div>
swap works, as does the OOB swap for <title>
. It's just the <tr>
one that doesn't work.
And this is the beginning of the portion to be replaced:
<table class="table w-auto">
<tbody id="message-cards-begin">
mysterious-toddler-20573
01/10/2023, 5:18 PMprehistoric-garden-45720
01/10/2023, 5:21 PMabundant-spring-38265
01/10/2023, 5:25 PMlate-king-98305
01/10/2023, 10:37 PMmysterious-toddler-20573
01/10/2023, 10:44 PMmysterious-toddler-20573
01/10/2023, 10:44 PMhundreds-cartoon-20446
01/10/2023, 10:56 PMnormalisePath()
and becomes a root relative path before being used as the key for a history entry.hundreds-cartoon-20446
01/10/2023, 11:00 PMmysterious-toddler-20573
01/10/2023, 11:00 PMhundreds-cartoon-20446
01/10/2023, 11:07 PMhundreds-cartoon-20446
01/10/2023, 11:12 PMhundreds-cartoon-20446
01/10/2023, 11:17 PMhundreds-cartoon-20446
01/10/2023, 11:24 PMabundant-spring-38265
01/10/2023, 11:29 PMbusy-kangaroo-68336
01/10/2023, 11:30 PMmysterious-toddler-20573
01/10/2023, 11:37 PMbusy-kangaroo-68336
01/10/2023, 11:37 PMbusy-kangaroo-68336
01/10/2023, 11:38 PMmysterious-toddler-20573
01/10/2023, 11:39 PMbusy-kangaroo-68336
01/10/2023, 11:39 PMasync function greet() {
// Learn more about Tauri commands at https://tauri.app/v1/guides/features/command
greetMsgEl.textContent = await invoke("greet", { name: greetInputEl.value });
}
busy-kangaroo-68336
01/10/2023, 11:39 PMbusy-kangaroo-68336
01/10/2023, 11:40 PMmysterious-toddler-20573
01/10/2023, 11:41 PMinvoke
method doing? This is the RPC shim w/ a rust back end?