fix: remove sse
This commit is contained in:
parent
f0a8c95ee6
commit
a5aca45648
13 changed files with 18 additions and 226 deletions
|
|
@ -93,7 +93,7 @@ templ Space(title string, space *model.Space) {
|
|||
}
|
||||
}
|
||||
@sidebar.Inset() {
|
||||
<div hx-sse={ "connect:/app/spaces/" + space.ID + "/stream" } class="flex flex-col h-full">
|
||||
<div class="flex flex-col h-full">
|
||||
// Top Navigation Bar
|
||||
<header class="sticky top-0 z-10 border-b bg-background">
|
||||
<div class="flex h-14 items-center px-6">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue