fix: remove sse
This commit is contained in:
parent
f0a8c95ee6
commit
a5aca45648
13 changed files with 18 additions and 226 deletions
|
|
@ -236,9 +236,6 @@ templ BalanceCard(spaceID string, balance int, oob bool) {
|
|||
<div
|
||||
id="balance-card"
|
||||
class="border rounded-lg p-4 bg-card text-card-foreground"
|
||||
hx-get={ "/app/spaces/" + spaceID + "/components/balance" }
|
||||
hx-trigger="sse:balance_changed"
|
||||
hx-swap="outerHTML"
|
||||
if oob {
|
||||
hx-swap-oob="true"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue