A vibe coded tangled fork which supports pijul.

appview/pages: stay on same page upon account switch

Signed-off-by: Lewis <lewis@tangled.org>

authored by

Lewis and committed by tangled.org 16f25ff5 a251bd9e

+1 -1
+1 -1
appview/state/accounts.go
··· 28 28 } 29 29 30 30 l.Info("switched account", "did", did) 31 - s.pages.HxRedirect(w, "/") 31 + s.pages.HxRefresh(w) 32 32 } 33 33 34 34 func (s *State) RemoveAccount(w http.ResponseWriter, r *http.Request) {