From 118cb921f0f971a686ff7aadc5e215c072abf825 Mon Sep 17 00:00:00 2001 From: Thomas Cravey Date: Sat, 16 Aug 2025 15:45:27 -0500 Subject: [PATCH] feat(webui): add summarize loading indicator, wrap long lines, auto-load last 25 on first channel, optional auto-follow (poll every 3s) --- internal/httpapi/server.go | 33 +++++++++++++++++++++++++++------ 1 file changed, 27 insertions(+), 6 deletions(-) diff --git a/internal/httpapi/server.go b/internal/httpapi/server.go index 801ad33..8a721f9 100644 --- a/internal/httpapi/server.go +++ b/internal/httpapi/server.go @@ -217,7 +217,7 @@ func (s *Server) handleUI(w http.ResponseWriter, r *http.Request) { @@ -276,8 +293,9 @@ func (s *Server) handleUI(w http.ResponseWriter, r *http.Request) {
- - + + +

@@ -286,7 +304,10 @@ func (s *Server) handleUI(w http.ResponseWriter, r *http.Request) {
       
- +
+ + +