fix: remove sse

This commit is contained in:
juancwu 2026-02-07 21:04:18 +00:00
commit a5aca45648
13 changed files with 18 additions and 226 deletions

View file

@ -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">